xp2110
xp2110
> From a quick glance it seems to have the same issue as pyaes: no GCM support. As I have yet to see a v3.5 device in the wild I...
Raspberry Pi Zero W cost 10 times the a Arduino
I made Arduino Code Template for Tuya Communication ```cpp #include #include // WiFi network details const char* ssid = "YOUR_WIFI_SSID"; const char* password = "YOUR_WIFI_PASSWORD"; // Tuya device details const...
I mostly agree, but I want to point out something about using an IoT device instead of a server. For example, if I have several branches, each with many Tuya...
I tried running it, but it didn't work. I think it might be necessary to look into implementing the same idea in C++. If it's possible to shorten the Python...
Yes, I specifically want to deal with version 3.3 of the protocol. Focusing on this single version will significantly streamline the process, reducing the complexity involved in managing multiple versions...