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

..--

main/11-Mar-2024-496375

tutorial/11-Mar-2024-253186

CMakeLists.txtD11-Mar-2024540 118

MakefileD11-Mar-2024478 135

README.mdD11-Mar-2024955 1713

sdkconfig.ci.bluedroidD11-Mar-2024541 1816

sdkconfig.ci.bluedroid_deinitD11-Mar-2024566 1917

sdkconfig.ci.modelD11-Mar-2024705 2321

sdkconfig.ci.nimbleD11-Mar-2024384 1513

sdkconfig.ci.nimble_deinitD11-Mar-2024409 1614

sdkconfig.ci.proxy00D11-Mar-2024550 1816

sdkconfig.ci.proxy01D11-Mar-2024514 1715

sdkconfig.ci.proxy02D11-Mar-2024586 1917

sdkconfig.ci.proxy03D11-Mar-2024550 1816

sdkconfig.ci.proxy04D11-Mar-2024586 1917

sdkconfig.ci.proxy05D11-Mar-2024576 1917

sdkconfig.defaultsD11-Mar-2024600 2018

sdkconfig.defaults.esp32c3D11-Mar-2024515 1715

sdkconfig.defaults.esp32s3D11-Mar-2024515 1715

README.md

1| Supported Targets | ESP32 |
2| ----------------- | ----- |
3
4ESP BLE Mesh Client Model Demo
5========================
6
7This demo shows how to use the Generic OnOff Client Model to get/set the generic on/off state. The basic procedures are as follows:
8
91. Download and run this demo.
102. Use any app for BLE Mesh to provision this device as well as the device running the Generic OnOff Server demo.
113. After both onoff client and server devices are provisioned, use UART1 to input the unicast address of the element within the server device.
124. The Generic OnOff Client will start to get and set Generic OnOff states periodically.
13
14>**Notes:**
15>
16>1. The NetKey index and AppKey index are fixed to 0x0000 in this demo.
17>2. If the client device is re-provisioned, but the server device is not, the first few get/set messages from the client will be treated as replay attacks. To avoid this, both devices should be re-provisioned prior to transmitting messages.