-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to communicate #51
Comments
Hi Aaron. From the top of my head here is some pointers. Just checking but you are running a logic level converter between Arduino If there is a logic level converter between the two see below. Check the following:
Initially I had my Tx to Tx and Rx to Rx. Easy mistake to make when you are The CH-PD connection between ESP and Arduino allows Arduino to reset ESP so Make sure you dont power ESP from 3.3v output on Arduino as the ESP can use I run my custom boards on a 5v power supply with a regulator for 3.3v If you are using two power supplies ie. 5v for arduino and 3.3v for Esp and Kind Regards
|
Ciao, unfortunately I'm getting exactly the same behavior of @lehighkid. My full circuit run around 3.3V using an arduino pro mini. ESP is silent till I tried to also reverse Serial and SoftwareSerial but i've no sucess. An extra power supplier provide up to 600mA... Any further suggestion? Ciao |
@Namphibian Thank you for the list of suggestions and insights. I do have a logic level converter but I went back to the Nano, started over and was able to get it working... some what - the serial is still garbled but it does connect to Wifi and publish a message on MQTT. I really appreciate the help - I will definitely save it off for when I attempt to do it again. |
I had similar problems until I added pull-up resistors to both of the gpio pins. |
Solved also on my side. During the flashing GPIO0 must be low. I forget to remove the low signal during the execution... so it was always in "flashing mode". |
Hi Aaron. Just to clarify you are using hardware serial for ESP and Arduino coms? If so that should be dedicated to only comms between Arduino and ESP. One last thing I must mention. I needed to implement a timer function on my Since this directory was monitored by my anti virus the anti-virus kicked So compile your code with anti-virus switched off and check. I have been Kind Regards
|
I have followed the installation guide (flashed esp w/ firmware, connected arduino uno and esp as shown, uploaded example MQTT sketch to arduino uno) but I receive garbage in the serial port. I've tried both the FTDI and ardunio port at several different baud rates. I've tried both the release and debug firmwares. I know I can use the esp in stand alone but I would like to add wifi to my ardunio. I also have a nano and tried and received identical results I'm not sure what else to try... Do I need the FTDI controller once it is flashed? Any suggestions? Any help direction would be greatly appreciated.
The text was updated successfully, but these errors were encountered: