I am trying to connect my ESP8266 to my computer to program it. However, I cannot even get passed the first step. Do not get the ready message to pop up.
Currently I have the 5v of the Arduino connected through a 1K ohm and then a 2k Ohm resistor to the VCC, the CH_PD and the reset pins on the ESP. The GPIO pin 0 is grounded and the ground is as well. The TX of the Arduino is connected to the RX of the ESP and the RX the Arduino is connected to the TX of the ESP through a 1K ohm and then a 2K ohm resistor.
I tried Arduino IDE, I've tried Putty, and even flashing it. Nothing works.
- When running the Arduino IDE and you run the serial port, then type AT, nothing shows up in the box.
- When using the method print to serial it prints
AT
but nothing is returned. - When using a flashing program it either says failed or cannot connect to device.
Right now there is a blue light and a red light on at all times.