mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-02 06:06:23 +00:00
ESP32-Rainmaker-Matter_Switch
This commit is contained in:
12
ESP32-Rainmaker-Switch/README.md
Normal file
12
ESP32-Rainmaker-Switch/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Matter + Rainmaker Switch Example
|
||||
|
||||
## What to expect in this example?
|
||||
|
||||
- This demonstrates a Matter + RainMaker Switch. Matter is used for commissioning (also known as Wi-Fi provisioning) and local control, whereas RainMaker is used for remote control and OTA upgrades.
|
||||
- This example uses the BOOT button and RGB LED on the ESP32-C3-DevKitC board to demonstrate a switch.
|
||||
- To commission the device, scan the QR Code generated by the mfg_tool script using ESP RainMaker app.
|
||||
- Pressing the BOOT button will send a toggle the power state of switch and send an on/off command to the remote device. This will also reflect on the phone app.
|
||||
- Toggling the button on the phone app should toggle the LED on your board.
|
||||
- To test remote control, change the network connection of the mobile.
|
||||
|
||||
> Please refer to the [README in the parent folder](../README.md) for instructions.
|
||||
Reference in New Issue
Block a user