A look at the ESP8266 for IoT
A look at the ESP8266 for IoT
Posted Jun 16, 2020 11:27 UTC (Tue) by kbee (subscriber, #4468)Parent article: A look at the ESP8266 for IoT
RIOT OS has good support for ESP8266 and ESP32. See the 8266 doc page [1]. I wrote an app to use the sensor/actuator API to push temperature readings via LwM2M [2,3].
[1] http://doc.riot-os.org/group__boards__esp8266.html
[2] http://doc.riot-os.org/group__sys__saul__reg.html
[3] https://github.com/kb2ma/riot-lwm2m-client/tree/master/cl...