摘要: Soft Access Point Class Section below is ESP8266 specific as Arduino WiFi library documentation does not cover soft access point. The API description 阅读全文
posted @ 2020-03-07 07:57 chenlife 阅读(633) 评论(0) 推荐(0)
摘要: 撰寫ESP8266 library時需要將設定資透過EEPROM library儲存,但又想要避免使用者在使用我寫的library配合EEPROM library時將資料蓋掉而興起研究ESP8266 EEPROM library的念頭,看看是否有可以利用且不需要自行重寫一個將資料儲存的方式。 原理 阅读全文
posted @ 2020-03-07 00:58 chenlife 阅读(1807) 评论(0) 推荐(0)
摘要: 1.CRC介绍:循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若 阅读全文
posted @ 2020-03-07 00:47 chenlife 阅读(4003) 评论(0) 推荐(0)