logo elektroda
logo elektroda
X
logo elektroda

UDP communication between ESP8266 modules with temperature sensors

Quattro1928 1575 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 17134785
    Quattro1928
    Level 3  
    Hello
    I want to make communication between several ESP8266 modules preferably over UDP. I would like 3 modules to have temperature sensors connected and send temperature values to another ESP, which will display these temperatures on a web page. What should the schematic of such a task look like? On the internet I only found how to listen over UDP, but I don't know how to send something to another ESP over UDP.
    I am programming in Arduino IDE.
    Do you have a problem with Arduino? Ask question. Visit our forum Arduino.
  • ADVERTISEMENT
  • #2 17135043
    pitron
    Level 24  
    Do you want to make a webserver on one?
    That's what I used to do, too, but I came to the conclusion that it didn't make sense.
    Eventually I made a collection point on BananaPi.
  • ADVERTISEMENT
  • #3 17135200
    Quattro1928
    Level 3  
    pitron wrote:
    Want to make a webserver on one?
    That's what I used to do, too, but I came to the conclusion that it didn't make sense.
    Eventually I made a collection point on BananaPi.
    .
    Why does such a solution not make sense?
    What communication protocol did you use ?
ADVERTISEMENT