Start: a basic example that contains a switch data point (DP). You can turn on or off the light with a mobile app. DataPointType: an example to report DP data to the cloud and receive commands from the cloud. Six data types are supported. ...
With the ESP32, you can save data on the RTC memories. The ESP32 has 8kB SRAM on the RTC part, called RTC fast memory. The data saved here is not erased during deep sleep. However, it is erased when you press the reset button (the button labeled EN on the ESP32 board). To sav...
We start with extending the app and then update the Arduino sketch. Using the same command method as before, we will create an ascii command and send it to the Arduino. The command will be in the form “[Snnn]”. Where S is used to denote slider and nnn is a value from 0 to 255...