easyMesh
easyMesh copied to clipboard
Library to create a simple mesh network on Arduino/esp8266
found a few problems with the demotoy example.
There should be delay between every mesh.update() function otherwise get an error (0x1 meshRecvCb: parseObject() failed. data=dest
Is it possible to hide SSID wifi network ?
The way easyMesh sets itself up ... it doesn't provide or allow for an easy way for wifi client devices to connect (like an android device) to it ... yes...
I would like to connect to internet from any of the nodes in the mesh, and push some information based on the messages received by the node. Is there a...
while compiling i am getting this error i tried to change module selection but still cannot compile it . ! any one had this error ? C:\Users\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0/tools/sdk/include/ip_addr.h:56:128: error: invalid operands...
C:\Users\Enc0de\Documents\Arduino\libraries\easyMesh-master\src\eashMeshConnection.cpp: In member function 'void easyMesh::manageConnections()': C:\Users\Enc0de\Documents\Arduino\libraries\easyMesh-master\src\eashMeshConnection.cpp:65:16: warning: enumeration value 'REQUESTED' not handled in switch [-Wswitch] switch ( connection->nodeSyncStatus ) { ^ C:\Users\Enc0de\Documents\Arduino\libraries\easyMesh-master\src\eashMeshConnection.cpp:65:16: warning: enumeration value 'COMPLETE' not handled in...
after about an hour the mesh breaks apart and devices start only sending messages to themselves ... I think it is related to the timestamps that I believe roll over...
This branch of the easyMesh Library is for setting all of the mesh nodes to have one (the same) SSID instead of embedding the chipid within the SSID of each...