Arduino microcontrollers can also directly connect to the Tuya Cloud, making it easy to achieve intelligent control

Post Reply
User avatar
chenyisong
Posts: 95

Arduino microcontrollers can also directly connect to the Tuya Cloud, making it easy to achieve intelligent control

The MCU SDK enables you to connect to the Tuya IoT Cloud by interfacing an existing MCU with Tuya standard module. With a few lines of code on the MCU side, you can enable communication between devices and the cloud, allowing time to focus on application innovation.

MCU Standard Protocol introduce:https://www.tuya.com/cn/platform/productdev/mcu-standard-protocol

Tuya also provides Arduino version libraries for Arduino enthusiasts to quickly connect to Tuya Cloud, supporting various communication modes such as Wi-Fi &&Bluetooth dual mode, Wi-Fi, BLE, Zigbee, and others.

The GitHub repository addresses are as follows:

Wi-Fi: https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library

BLE: https://github.com/tuya/tuya-ble-mcu-sdk-arduino-library

Zigbee: https://github.com/tuya/tuya-zigbee-mcu-sdk-arduino-library

The corresponding libraries can be directly downloaded and installed from the Arduino IDE Library Manager by searching "tuya".

library_en.png

The library provides multiple sample codes and usage instructions to help developers quickly develop their own smart devices.

sample_en.png

If you encounter any issues during development or have any suggestions, please feel free to submit them to the Tuya Developer Forum.

Post Reply