You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: libraries/ESP32/examples/Zigbee/Zigbee_Light_Bulb/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Arduino-ESP32 Zigbee Light Bulb Example
2
2
3
-
This example shows how to configure the Zigbee end device and use it as a HA on/off light bulb.
3
+
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) on/off light bulb.
4
4
5
5
**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_on_off_light.**
6
6
@@ -40,7 +40,7 @@ You can do the following:
40
40
* In the sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.
41
41
42
42
By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
43
-
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
43
+
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
44
44
45
45
***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***
Copy file name to clipboardexpand all lines: libraries/ESP32/examples/Zigbee/Zigbee_Light_Switch/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Arduino-ESP32 Zigbee Light Switch Example
2
2
3
-
This example shows how to configure Zigbee Coordinator and use it as an HA on/off light switch.
3
+
This example shows how to configure Zigbee Coordinator and use it as a Home Automation (HA) on/off light switch.
4
4
5
5
**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_on_off_switch.**
6
6
@@ -40,7 +40,7 @@ You can do the following:
40
40
* In the `Zigbee_Light_Bulb` example sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.
41
41
42
42
By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
43
-
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
43
+
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
44
44
45
45
***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***
Copy file name to clipboardexpand all lines: libraries/ESP32/examples/Zigbee/Zigbee_Temperature_Sensor/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Arduino-ESP32 Zigbee Temperature Sensor Example
2
2
3
-
This example shows how to configure the Zigbee end device and use it as a HA temperature sensor.
3
+
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) temperature sensor.
4
4
5
5
**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_temperature_sensor.**
6
6
@@ -29,7 +29,7 @@ Functions:
29
29
30
30
### Configure the Project
31
31
32
-
In this example, the temperature sensor task is reading the chip temperature.
32
+
In this example, the internal temperature sensor task is reading the chip temperature.
33
33
Set the Button Switch GPIO by changing the `GPIO_INPUT_IO_TOGGLE_SWITCH` definition. By default, it's the `GPIO_NUM_9` (BOOT button on ESP32-C6 and ESP32-H2).
34
34
35
35
#### Using Arduino IDE
@@ -50,7 +50,7 @@ You can do the following:
50
50
* In the sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.
51
51
52
52
By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
53
-
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
53
+
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
54
54
55
55
***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***
Copy file name to clipboardexpand all lines: libraries/ESP32/examples/Zigbee/Zigbee_Thermostat/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Arduino-ESP32 Zigbee Thermostat Example
2
2
3
-
This example shows how to configure Zigbee Coordinator and use it as an HA thermostat.
3
+
This example shows how to configure Zigbee Coordinator and use it as a Home Automation (HA) thermostat.
4
4
5
5
**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_thermostat.**
6
6
@@ -49,7 +49,7 @@ You can do the following:
49
49
* In the `Zigbee_Temperature_Sensor` example sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.
50
50
51
51
By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
52
-
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
52
+
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
53
53
54
54
***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***
0 commit comments