-->
Page 1 of 1

Receiving Data from ESP8266-01

PostPosted: Tue Sep 15, 2020 2:14 pm
by Ellie Bt
Hello, I am trying to use Xee S2C along with ESP8266-01 module. I will be sending data directly from my Xbee to ESP8266 through the TX RX pins of Xbee and ESP, respectively. How will I be able to know and read any new data received by the ESP on its RX pin? Do I need to use interrupt? If not, what could I use in my code? Do I simply use serial.read()? Also, note that I will be sending these data to my web page. Note that I will use Arduino IDE to write the code.