-->
Page 2 of 3

Re: ESP8266 01 communicating with ATMEGA328P-PU

PostPosted: Sat Apr 30, 2016 2:30 pm
by Joe Job
Not sure if this helps but this is the setup I have with exception it is not an Arduino but ATMEGA328P-PU, would you know anything that would be possibly stopping the ESP receiving the message based on this setup.


Image

Re: ESP8266 01 communicating with ATMEGA328P-PU

PostPosted: Sat Apr 30, 2016 2:39 pm
by martinayotte
You didn't placed any PullUps on GPIO2/GPIO0 (so, it stays in Upload mode) ... :ugeek:

Re: ESP8266 01 communicating with ATMEGA328P-PU

PostPosted: Sat Apr 30, 2016 3:14 pm
by Joe Job
Nope :D Not that forgot to mention I have also pulled them up.

Re: ESP8266 01 communicating with ATMEGA328P-PU

PostPosted: Sat Apr 30, 2016 3:26 pm
by martinayotte
Then, I have almost no other clues ...
You can try smaller sketches to diagnose, something like counters there are echos from ESP to Arduino and vice-versa ...
If that work, you can add TCP Telnet server in the ESP so you can telnet into it and then send commands to Arduino, etc.