Hi, Curretly i am using Esp-01 wifi module and unable to connect to the wifi in esp-01 and but i am able to flash the program but not able to find the wifi generated by this esp-01, and neither i am able to get any AT command, i am able to upload to upload the blink program but led is not blinking.The connection that i have made is as:
ESP-01 Arduino uno
Tx -----------------> Tx
Rx ----------------->Rx
vcc -----------------> 3.3v(by uno board pin)
Gnd----------------->Gnd
EN ----------------->3.3v
Gpio 0--------------> Gnd
Rst -----------------> open
Gpio2---------------> open
the blink code that i am writing is taken from examples.
One more question i want to ask is, is it neccessary to flash the firmware to the ESP8266 before uploading our program in it, as we does in ATmega 328P ic , first we upload the bootloader and after which program is able to get uploaded.
Kindly help me , i am trying to find the solution since last 6-7 days but no where i am getting the solution.
And what is CP2102 driver is it neccessary to download it to make communication between wifi module , uno board and my laptop, as i have already installed arduino ide and driver for esp8266.