如何使用SDK 2.xx实现ESP8266的OTA功能(脚本可编程控制器)
原文英文,约800词,阅读约需3分钟。发表于: 。As an Internet of Things device that supports remote connection to the Internet, local or remote OTA upgrade is also an important function of the script programming controller, because there is no...
物联网设备支持远程连接和OTA升级,通过ESP8266的FLASH存储两个固件,利用系统函数判断当前固件并在另一存储区写入新固件。通过crc32校验确保数据完整性。软件通过TCP连接推送固件,未来可移植到服务器,用户可通过网页更新。不同固件区域需生成不同固件以确保设备正常启动。