This tutorial introduces how to use the Module Gateway H2 together with the CoreS3 controller to run the ESP Zigbee Gateway example program. The ESP Zigbee Gateway is a gateway device based on the ESP32 series Wi‑Fi SoC and the ESP32‑H2 802.15.4 SoC. It can connect Zigbee networks with Wi‑Fi networks to enable interoperability among smart home devices.
v5.3.1
for compiling this example.git clone --recursive https://github.com/espressif/esp-idf.git
cd esp-idf
git checkout v5.3.1 # recommend
./install.sh
. ./export.sh
clone --recursive
to recursively clone the ESP-Zigbee-SDK repositorygit clone --recursive https://github.com/espressif/esp-zigbee-sdk.git
cd esp-zigbee-sdk
3.Hardware Products Used:
4.The subsequent tutorial uses idf.py commands which depend on ESP‑IDF. Before running the commands, execute . ./export.sh
in ESP‑IDF to activate the related environment variables. For detailed instructions, please refer to the
ESP-IDF - Getting Started with ESP32S3 Tutorial
.
esp32h2
.cd $IDF_PATH/examples/openthread/ot_rcp
idf.py set-target esp32h2
idf.py menuconfig
2.Use idf.py menuconfig
to enter the configuration menu. In menuconfig, configure:Component config
-> OpenThread RCP Example
- Enable OPENTHREAD_NCP_VENDOR_HOOK
3.After completing the configuration, execute the following command to compile the RCP firmware.
idf.py build
esp_zigbee_gateway
example program directory and set the build target.cd esp-zigbee-sdk/examples/esp_zigbee_gateway
idf.py set-target esp32s3
idf.py menuconfig
ESP Zigbee gateway rcp update
-> Update RCP automatically. Also configure the correct communication pins. This pin configuration is for the CoreS3 controller; if using another controller, modify accordingly.- Board Configuration
- Pin to RCP reset: 7
- Pin to RCP boot: 18
- Pin to RCP TX: 10
- Pin to RCP RX: 17
- Example Connection Configuration
- WiFi SSID
- WiFi Password
idf.py build
idf.py erase_flash
idf.py flash
Connect the CoreS3 and the Module Gateway H2.
Connect the CoreS3 to your computer.
Use idf.py monitor
or other serial debugging tools at 115200 bps to view the runtime logs.
Normal runtime log contents: