esp8266 esp32 arduino OTA无线远程升级ElegantOTA使用
记录一下,如果太懒不想自己写,还想要ota升级,那就直接使用ElegantOTA吧 获取ElegantOTAgithub:https://github.com/...
Read more记录一下,如果太懒不想自己写,还想要ota升级,那就直接使用ElegantOTA吧 获取ElegantOTAgithub:https://github.com/...
Read more闲来无事玩玩嵌入式,最近遇到一个问题就是esp8266连接路由器后怎样才能知道它的ip地址总不能每次都去路由器后台查看或者设置固定ip吧!!!这都不现实,于是查...
Read more使用esp8266连接websocket需要用到arduinoWebSockets库[https://github.com/Links2004/arduinoW...
Read more在我们使用esp8266配网后,每次重启都会重新配网,实属麻烦。今天就告诉你怎么样把wifi账号密码或者其他配置保存在单片机中。首先esp8266中用的EEPR...
Read moreesp8266连接mqtt服务器教程。 一、PubSubClient库下载下载链接:[PubSubClient.zip](https://www.vsay.ne...
Read more我们在使用esp8266做小玩意的时候,每次都需要配网比较麻烦,所以把配网信息储存在ROM中是非常有必要的。首先要用到EEPROM这个库 写EEPROMEEPR...
Read more需要用到 ESP8266WebServer 库cppinclude include // 监听80端口ESP8266WebServer WebServer(80...
Read more使用arduino开发cppinclude // 使用异步扫描WiFi.scanNetworks(true);//扫描需要一段时间,所以等待一会儿delay(4...
Read more