Posts: 6,242
Threads: 804
Joined: Oct 2020
Reputation:
151
download my link for tuya library file. something code we have updated.
Posts: 4
Threads: 0
Joined: Nov 2022
Reputation:
0
I still can’t understand how create devices that will work with the Tuya cloud. There is a code for MCU on the Internet, but nowhere is there a firmware and a description of the Wifi module. As I understand it, MCU SDK communicates via Tuya serial protocol with a module that will directly send data to the Tuya cloud. But I don’t understand how to create Wifi module based on nodemcu 12-E for example. I only found manual about application TYDA that uploaded the firmware to esp8266, but it doesn't work now.
Can someone explain how to do this please?
Posts: 6,242
Threads: 804
Joined: Oct 2020
Reputation:
151
do you have used our tuya-esp32 adapter pcb? the arduino library need esp32 work with TUYA wifi module. can't only use by ESP8266.
Posts: 6,242
Threads: 804
Joined: Oct 2020
Reputation:
151
i have said, need tuya wifi module, not only use by esp32 or esp8266. you can see our adapter have two module (tuya+esp32).
Posts: 6,242
Threads: 804
Joined: Oct 2020
Reputation:
151
we are talk about two different solution. our solution is ESP32 just work as a MCU, serial port with TUYA wifi module, you not need to know any MQTT or cloud server setting. just only serial communication.
Posts: 6,242
Threads: 804
Joined: Oct 2020
Reputation:
151
use ESP32 work as MCU control tuya is very easy, because it have arduino library, some DIYer will easy to change anything.