• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

main/11-Mar-2024-875707

CMakeLists.txtD11-Mar-2024251 75

MakefileD11-Mar-2024193 92

README.mdD11-Mar-2024978 2413

README.md

1# Mesh Internal Communication Example
2
3This example demonstrates how to use the mesh APIs to set up a mesh network, send and receive messages over the mesh network and etc.
4
5Features Demonstrated
6
7- mesh initialization
8
9- mesh configuration
10
11- mesh start
12
13- mesh event handler
14
15- root send and receive
16
17- other nodes receive
18
19Open project configuration menu (`idf.py menuconfig`) to configure the mesh network channel, router SSID, router password and mesh softAP settings.
20
21When the mesh network is established and if you happen to run this example on ESP-WROVER-KIT boards, the RGB light indicator will show you on which layer devices are.
22The pink reprents root; the yellow reprents layer 2; the red reprents layer 3; the blue reprents layer 4; the green reprents layer 5; the white reprents layer greater than 5.
23Root continuously sends an On / Off control message to all devices in its routing table. Devices including root itself receive this message and do the On / Off.
24