Page 1 of 1

How to send message directly to another ESP8266 (without router))

Posted: Thu May 27, 2021 2:34 pm
by Xalil
Hello.
I am newbie in microcontroller programming. I have a few ESP8266 and I want to create network between them. I want to send a message (for example data from temperature sensor) from one ESP8266 to another without internet (router). Of course one of them will be in soft AP mode and the others are in station mode. How to achieve this type of communication? Can someone advice a piece of program or which library to use? Thank you in advance and sorry for long message.

Re: How to send message directly to another ESP8266 (without router))

Posted: Thu May 27, 2021 6:37 pm
by davef
Check-out ESP-NOW

viewtopic.php?f=18&t=9177