Tuya Link SDK ESP32 port.
Espressif ESP-IDF checkout release/v4.2 branch
This example can be executed on any ESP32 board, the only required interface is WiFi and connection to internet.
-
Open the project configuration menu (
idf.py menuconfig
)Example Connection Configuration --->
- Set WiFi SSID under Example Configuration
- Set WiFi Password under Example Configuration
Build the project and flash it to the board, then run monitor tool to view serial output:
idf.py -p PORT flash monitor
(To exit the serial monitor, type Ctrl-]
.)
See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.