Page 1 of 1

Using Tuya in ESP8266 directly without UART

Posted: 2024年 Aug 18日 21:45
by mhd75

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?


Re: Using Tuya in ESP8266 directly without UART

Posted: 2025年 Feb 4日 02:57
by javiercuellar

Hi.

Same problem... Did you find a solution?


Re: Using Tuya in ESP8266 directly without UART

Posted: 2025年 Feb 4日 03:40
by mhd75

No, I stopped using Tuya and made a direct connection to Alexa and other endpoints.


Re: Using Tuya in ESP8266 directly without UART

Posted: 2025年 Feb 5日 16:19
by niezheyuan

The ESP8266 chip is too old and out of EOL. Please change your chip to the series of ESPCx or ESP-SX, we have some open source projects to meet your requirement of development. As mentioned below:
https://github.com/tuya/tuyaopen
Arduino for tuyaopen: https://github.com/tuya/arduino-tuyaopen
Luanode for tuyaopen:https://github.com/tuya/luanode-tuyaopen