Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By yoavshtainer
#34944 Hello all!

i'm starting a new project and i need mesh network, so far i tried the HelloMesh exmaple and i dont get how it works.

In my understanding, every station speak whis all station in her range. fix me if i'm wrong....
when i'm use the example on 4 ESP (i change only the data to see who send what) i get only 2 station that spaek and 1 of them send and the other only respond... i placed all of them in 20cm square so the range is not a problem.

and the sleep mode, in ESP-01 how i can wake him from the sleep mode automatically (i have to use other component or wire him from GPIO 16 [on the chip] to the reset?) i'm using:
ESP.deepSleep(25000000, WAKE_RF_DEFAULT);

thank you very much!

yoav