Using Tuya in ESP8266 directly without UART

Post Reply
mhd75
Posts: 1

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?

Post Reply