Using Tuya in ESP8266 directly without UART

Post Reply
mhd75
Posts: 2

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?

javiercuellar
Posts: 1

Re: Using Tuya in ESP8266 directly without UART

Hi.

Same problem... Did you find a solution?

mhd75
Posts: 2

Re: Using Tuya in ESP8266 directly without UART

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

niezheyuan
Posts: 65

Re: Using Tuya in ESP8266 directly without UART

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

Post Reply