diff --git a/libraries/ESP32/examples/Zigbee/Zigbee_Light_Bulb/README.md b/libraries/ESP32/examples/Zigbee/Zigbee_Light_Bulb/README.md index 6dc46d1f278..cccc97aec98 100644 --- a/libraries/ESP32/examples/Zigbee/Zigbee_Light_Bulb/README.md +++ b/libraries/ESP32/examples/Zigbee/Zigbee_Light_Bulb/README.md @@ -1,6 +1,6 @@ # Arduino-ESP32 Zigbee Light Bulb Example -This example shows how to configure the Zigbee end device and use it as a HA on/off light bulb. +This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) on/off light bulb. **This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_on_off_light.** @@ -40,7 +40,7 @@ You can do the following: * In the sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function. 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. -You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function. +You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function. ***Important: Make sure you are using a good quality USB cable and that you have a reliable power source*** diff --git a/libraries/ESP32/examples/Zigbee/Zigbee_Light_Switch/README.md b/libraries/ESP32/examples/Zigbee/Zigbee_Light_Switch/README.md index e67c47d77da..81f9354a6a0 100644 --- a/libraries/ESP32/examples/Zigbee/Zigbee_Light_Switch/README.md +++ b/libraries/ESP32/examples/Zigbee/Zigbee_Light_Switch/README.md @@ -1,6 +1,6 @@ # Arduino-ESP32 Zigbee Light Switch Example -This example shows how to configure Zigbee Coordinator and use it as an HA on/off light switch. +This example shows how to configure Zigbee Coordinator and use it as a Home Automation (HA) on/off light switch. **This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_on_off_switch.** @@ -40,7 +40,7 @@ You can do the following: * In the `Zigbee_Light_Bulb` example sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function. 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. -You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function. +You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function. ***Important: Make sure you are using a good quality USB cable and that you have a reliable power source*** diff --git a/libraries/ESP32/examples/Zigbee/Zigbee_Temperature_Sensor/README.md b/libraries/ESP32/examples/Zigbee/Zigbee_Temperature_Sensor/README.md index ec7b33f3f8d..c7c2489970c 100644 --- a/libraries/ESP32/examples/Zigbee/Zigbee_Temperature_Sensor/README.md +++ b/libraries/ESP32/examples/Zigbee/Zigbee_Temperature_Sensor/README.md @@ -1,6 +1,6 @@ # Arduino-ESP32 Zigbee Temperature Sensor Example -This example shows how to configure the Zigbee end device and use it as a HA temperature sensor. +This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) temperature sensor. **This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_temperature_sensor.** @@ -29,7 +29,7 @@ Functions: ### Configure the Project -In this example, the temperature sensor task is reading the chip temperature. +In this example, the internal temperature sensor task is reading the chip temperature. 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). #### Using Arduino IDE @@ -50,7 +50,7 @@ You can do the following: * In the sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function. 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. -You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function. +You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function. ***Important: Make sure you are using a good quality USB cable and that you have a reliable power source*** diff --git a/libraries/ESP32/examples/Zigbee/Zigbee_Thermostat/README.md b/libraries/ESP32/examples/Zigbee/Zigbee_Thermostat/README.md index 09743e1130c..dc2a70782f8 100644 --- a/libraries/ESP32/examples/Zigbee/Zigbee_Thermostat/README.md +++ b/libraries/ESP32/examples/Zigbee/Zigbee_Thermostat/README.md @@ -1,6 +1,6 @@ # Arduino-ESP32 Zigbee Thermostat Example -This example shows how to configure Zigbee Coordinator and use it as an HA thermostat. +This example shows how to configure Zigbee Coordinator and use it as a Home Automation (HA) thermostat. **This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_thermostat.** @@ -49,7 +49,7 @@ You can do the following: * In the `Zigbee_Temperature_Sensor` example sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function. 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. -You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function. +You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function. ***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***