Wednesday 7 October 2015

How to connect ESP8266 ESP-01 and USB to serial converter CP2120 Silicon Labs

ESP8266 ESP-01 module has UART to communicate with PC or other microcontroller.

The communication happens in two ways:
Normal working mode: Send AT commands from serial software like Hyperterminal.
Firmware flash mode: Communicate with PC to Flash firmware (AT, NodeMCU etc.) using flash software.

Video tutorial:


Normal working mode:

Please use the following steps:


1. Connect VCC and GND pin of the module with 3.3V power supply.
2. Connect RXD of the module with TXD of USB to serial convertet.
3. Connect TXD of the module with RXD of USB to serial converter.
4. Connect CH_PH of the module with VCC of 3.3V power supply.
5. Connect GND of the module with GND of USB to serial converter.

Note: Please keep GPIO0 & GPIO2 open. Do not connect with either VCC or GND.


Firmware flash mode:

All other connections are same as Normal mode. Only one more connection require to put the module in Firmware Flash mode.

Connect GPIO0 of the module with GND of 3.3V Power supply.







Please fell free to comment!

No comments:

Post a Comment