Arduino 82666 wifi module mqtt

Hello,

Goal: set up arduino as a publisher to mqtt.

Issue: Connecting to my wifi. The wire diagram is what I have currently and the sensor works just fine. I can read my network from 8266 through AT commands, but cannot connect. Ideally, I want to use a script to connect to my wifi then I can use what I already have to publish to mqtt.

Any help would be greatly appreciated!

Welcome to the forum

Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE

How do You power it?
If You use the USB plug it will interfere with D0 and D1. Use some other digital pins and Software Serial.

Thank you. I ended up moving to a esp32-s2-feather, which has a built in wifi module. Got it working in minutes. I will have to try this though. Thank you.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.