Page 1 of 1

Mesh network example

Posted: Sat Aug 04, 2018 5:31 pm
by nigno21
Hi,
I'm tring to compile the examples and deploy it on my esp32-Wroom devkit, but I have problem during the compilation process (some adafruit.h not found)..

I would create a simple mesh network with 2 nodes.

Someone can help me?
Please.
Thanks in advance

Re: Mesh network example

Posted: Wed Aug 08, 2018 7:48 am
by ESP_yudong
Could you run example/get-started/hello_world and other examples successfully?

See the document ESP-IDF Programming Guide.
https://docs.espressif.com/projects/esp ... et-esp-idf

Re: Mesh network example

Posted: Fri Aug 10, 2018 11:48 am
by nigno21
I have compiled correctly and running the examples of esp32-idf where the Mesh examples require the router connection..

In this case, I would try the Mesh example provided in esp32-mdf, in which I have the compiler error reported previously.