Page 1 of 1
Simple mesh example
Posted: Fri Nov 20, 2015 1:21 am
by Wagner Fukuoka
Hi,
How about a guide on the implementation of a basic mesh network, explaining how to establish and use the API functions contained in the new SDK.
I'm using the document "30A_ESP8266__Mesh_User Guide__EN_v1.1", but the information apparently are not enough for me to understand to set up a mesh network for my projects.
Thanks and my best regards for the excellent job,
Wagner Fukuoka
Re: Simple mesh example
Posted: Tue Mar 01, 2016 3:14 pm
by ESP_Alen
Hi, Wagner,
We have released new version of mesh demo on github, please clone the source code from the following link:
https://github.com/espressif/ESP8266_MESH_DEMOanother document is attached in mesh_demo, ESP8266_MESH_DEMO/document/Mesh protocol architecture.pdf
Simple mesh example
Posted: Tue Aug 23, 2016 2:27 pm
by Dustupendr
I try to send message using Vizio Advance Messaging and Simple one, but I have
no idea how to do it. How to get VizioComponent for the input to the logic block?
Re: Simple mesh example
Posted: Wed Aug 24, 2016 3:25 pm
by ESP_Alen
Dustupendr wrote:I try to send message using Vizio Advance Messaging and Simple one, but I have
no idea how to do it. How to get VizioComponent for the input to the logic block?
please refer to mesh_demo.c
Re: Simple mesh example
Posted: Wed May 24, 2017 3:58 am
by Lukas F.
Hey Alen,
it would be really nice, if you could add some more detail to the explanation of the core-fuctions like espconn_mesh_establish and the different mesh-modes, though. I really appreciate the demo and it's really helpful, but some things won't become clear (please keep in mind, that we users don't have access to the actual source-code, so we can't just look the implementation-details up in case of a question). :-)
With best regards,
Lukas