I have a problem with my arduino nano Atmega328 and my esp8266 01 module. I have connected the esp8266 on my arduino board with out ftdi.
I have made the following connection:
I an using a 5V Arduino Nano which of course is 5V. The Esp8266 is a 3.3v device and so I am using a voltage divider to bring the Arduinos 5V down to 3.3v. If you are using a 3.3v Arduino then you do not need the voltage divider.
The wiring is very similar to the FTDI.
Arduino pin 3 to voltage divider and then to ESP8266 RX
Arduino pin 2 to ESP8266 TX
Arduino GND to ESP8266 GND
Pull CH_PD HIGH with a 10K resistor to +3.3v
+3.3V to vcc
You only need the voltage divider on the Arduino TX pin. The 5V Arduino will read 3.3v as HIGH so you can connect the ESP8266 TX pin directly to the Arduino RX pin.
The problem i had and i cant handle is that when i start up the Arduino tx,rx leds works continuously so i cant have access to my serial monitor of Arduino Ide. So with that problem i cant send or receive any command to the ide. Also when i try to upload my program on Arduino i must have disconnected the esp. If i don t i can t upload it.
Any idea guys? ?? I would be thankful.
I also upload a photo for the connection i ve made.
Thx in advance