- Wed Oct 19, 2016 11:52 am
#56778
Titusak wrote:eduperez wrote:you cannot connect it directly to Arduino's serial lines.
I don't understand, do you mean that the Arduino should not be powering the esp ?
Also, Im connecting the RX to RX (pin 0 on arduino) on the board, TX to TX (pin 1) I guess it's correct, right ?
Thanks.
The "issue" of Tx-->Rx (Arduino Send to ESP8266 Receive) has caused a lots of discussion everywhere. Normal practice in electronic projects is to use a level-shifter when the sending voltage is higher than the receiving voltage. A very simple level-shifter could just be a resistor divider.
But, there seems to be a public statement by Espressif that the Digital Input lines on the ESP8266 are 5V tolerant; therefore suggesting the level-shifter is not required.
In considering the above, you are going to have to make your own decision since the "community" is up in turmoil.
Google Link here.Ray