So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Ellie Bt
#88788 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.