Using Tuya in ESP8266 directly without UART
Posted: 2024年 Aug 18日 21:45
Hello,
I'm using esp8266 wifi module with Arduino IDE and Tuya_Wifi_MCU_SDK library. The only function I find in this library is
Code: Select all
my_device.uart_service();
which is for connecting to esp8266 from another microcontroller using UART connection.
However I want an all-in-one solution in my wifi module alone, without using another separate microcontroller.
Should I use another library or can I achieve it using the same library? Can you help me with that?