Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By mrburnette
#41558
samialfarra wrote:Please how to read digital sensor in ESP 01 And sent it by udp


In my GPS time project, I read the serial stream from a FOS and send the entire $RMC out over UDP.

You may be able to adapt, no promises. You need to gather the sensor data, convert to a string, and send those characters out. The ESP8266 clients can then display - or, parse the string to perform other actions.

Ray