Open eos1d3 opened 2 years ago
I already implemented in ESP32,use MQTT is simple
@chuhangRadarDev , you mean the MQTT example supplied by espressif can be a good starting point?
@chuhangRadarDev , you mean the MQTT example supplied by espressif can be a good starting point?
yes,you can use any of your mqtt clients。Check the documentation to get the user name and password generation method, and you can also refer to the SDK to achieve this
The initial example shows how to use Tuyalink for Ubuntu. But it is not useful as most applications will be implemented in microcontrollers. For example, ESP32 chips are very commonly for IoT. Will there be ESP32 smart light example to show how it works?
If not, can you provide documents to show smart light is implemented? What API/MQTT topics are required to connect and response to actions and reports?