Hi, a very noob question but bare with me I am really new to this.
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:
- RX pin can read these analog values or the values can be converted to digital or no need?
- 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).