automote / ESP-CoAP

This repo contains CoAP protocol for ESP-12E
http://thingtronics.com
GNU General Public License v3.0
71 stars 28 forks source link

Is this code communicate with Arduino serial monitor ? or directly have to code in esp8266 #4

Closed sravan7 closed 6 years ago

sravan7 commented 7 years ago

@automote @PravallikaNagesh @AmitSharma1094 @suresh02es @sankar10 @ajitsh @lovelesh If it is possible can you tell me where to connect Tx, and Rx pins of esp8266 to Arduino is it 0 (RX)and 1(Tx) or you defined some other pins.

lovelesh commented 7 years ago

@sravan7 you can connect the TX/RX of ESP8266 to Arduino TX/RX pins via level shifter. Otherwise alternate approach would be to connect to FTDI on 3.3V as ESP only supports 3.3V only.