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

User avatar
By Ellie Bt
#88796 Hi, I am connecting my Xbee transceiver directly to my ESP8266 module. This Xbee will be sending analog values to my ESP8266 through RX pin. I just want to know if:
1) RX pin can read these analog values or the values can be converted to digital or no need?
2) How will the ESP 8266 be able to read any new arrived data by Xbee? Can I use serial.read? Note that I will be displaying these values on my web page (HTML).