-->
Page 1 of 1

ESP8266: guide from zero

PostPosted: Thu Aug 09, 2018 9:57 am
by chris123456
Hello guys
I'm new to the group, I just wrote, if someone can help me, I need a guide or even a book to buy to learn how to use esp8266 to send data between a server and a client (ex: I have 2 esp8266 one I want to use it as server and the other as a client and have them talk to each other)
Thanks in advance

Re: ESP8266: guide from zero

PostPosted: Fri Aug 10, 2018 2:50 am
by marcelstoer
No recipe-style tutorial but excellent API documentation.
- server: https://nodemcu.readthedocs.io/en/lates ... socketsend
- client: https://nodemcu.readthedocs.io/en/lates ... etsocketon

Maybe you find some more hints in http://www.electronicwings.com/nodemcu/ ... plorer-ide but I don't know if the code there is accurate and up-to-date.