Arduino UNO R3 + ESP8266 ESP-07

Hello,

I've bought this wifi module and can not set it up.

There are only ESP8266 on the internet without a PIN reduction

I plug the module as follows:

Arduino UNO R3 ---- ESP8266
5V UCC
GND GND
TX TX
RX RX
I also tried TX -> RX. RX -> TX and did not help

Questions:

  1. What is Arduino Board Manager? (ESP8266 or Arduino UNO)
  2. Do you have any example of a program?

Thx for answers

mirino

The ESP2866 is 3.3V so by applying 5V to it you have probably fried it

Features :
For Arduino UNO R3 and the compatible board can directly connect to this module.
Interface logic voltage: 3.3V / 5V compatible(On-board level shift circuit)
Working voltage: 4.5V - 5.5V (On-board 3.3v LDO Regulator)

I think you need this connection but I have never used the board in your picture.

5V UCC
GND GND
TX RX
RX TX

The switch must be in the UART position (not program). The baud rate should be 115200. If still not working, try different baud rates starting from 9600. Send AT followed by one of the following line ending options: CR, LF, CR-LF.

  1. What is Arduino Board Manager? (ESP8266 or Arduino UNO)

The board manager configures the IDE to work with different Arduino boards. Some boards such as the ESP8266 do not have built-in support but support can be added. See the ESP8266 Arduino site for installation details.

WARNING: Loading new firmware into the ESP8266 will erase the AT command firmware. I suggest getting an general purpose ESP12 board such as a Wemos D1 mini or NodeMCU if you wish to use the Arduino IDE with an ESP8266.

  1. Do you have any example of a program?

Every library includes an examples directory.