Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By miker
#45805 Just wondering if anyone here has used the HelloMesh Example sketch? I just found it and it looks interesting. I think I may have to connect one ESP to a IP address 192.168.4.1 at port 4011 to view the other. I have no tried it though.

Mike
User avatar
By danbicks
#45806 Hi Mike,

This never seems to have developed passed the Hello Mesh example. A real shame as I think many would be interested using the ESP-core framework incorporating a true mesh network. Maybe one day!

Dans
User avatar
By martinayotte
#45810 What do you means ?
To connect an ESP to another, you simply have to use WiFi.begin(ssid, password) ...
But you should make sure that the ESP Client is in STA-only mode, otherwise there will be clash between local and remote ESP if both have 192.168.4.1 address.