-->
Page 1 of 2

Arduino HelloMesh Example Sketch

PostPosted: Tue Apr 19, 2016 2:16 pm
by miker
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

Re: Arduino HelloMesh Example Sketch

PostPosted: Tue Apr 19, 2016 2:22 pm
by danbicks
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

Re: Arduino HelloMesh Example Sketch

PostPosted: Tue Apr 19, 2016 2:52 pm
by miker
I should be able to build off the example code if it works. Have you tried it? I don't see anywhere to enter a wifi SSID to connect to the other one.

Re: Arduino HelloMesh Example Sketch

PostPosted: Tue Apr 19, 2016 3:21 pm
by martinayotte
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.