摘要:
为何 Arduino 的 printf/sprintf 不支援 float / double / long long 参考1:https://www.cnblogs.com/smartlife/articles/12416417.html 参考2:https://blog.csdn.net/elec 阅读全文
摘要:
参考1:http://c.biancheng.net/c/stack/ 阅读全文
摘要:
太极创客:http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/wire-library/ 获取从设备的I2C的地址:https://playground.arduino.cc/Main/I2cScann 阅读全文
摘要:
1、出现TLS handshake timeout错误时: 执行 vim /etc/docker/daemon.json命令,在阿里云https://cr.console.aliyun.com/cn-hangzhou/instances源中获取专属的加速源 { "registry-mirrors": 阅读全文
摘要:
B站视频 源码1:https://github.com/spacehuhn/esp8266_deauther 参考1:https://www.jianshu.com/p/caa4cfc847b9 阅读全文
摘要:
重要链接:http://www.piaoyi.org/iot/espressif-ESP8266-MQTT-AT.html(印象笔记中有Arduino_8266) 乐鑫固件官网:https://www.espressif.com/zh-hans/support/download/at 固件下载软件: 阅读全文
摘要:
B站视频 参考1:https://dfrobot.gitbooks.io/upycraft_cn/content/ 参考2:https://github.com/DFRobot/uPyCraft 官网参考文档:http://docs.micropython.org/en/latest/ 链接: ht 阅读全文
摘要:
参考1:https://zhuanlan.zhihu.com/p/62658094 参考2:https://zhuanlan.zhihu.com/p/35735513 参考3:https://blog.csdn.net/weixin_34284072/article/details/11264352 阅读全文
摘要:
D0(GPIO16) 只能用作gpio读写,不支持中断,i2c/pwm/ow 中断可以理解为在正常的运行流程中突然插入的操作,这就像你在忙于工作的时候,领导突然叫你去买个下午茶,然后你就去把下午茶买回来,再继续工作。基于ESP8266的NodeMcu的数字IO的中断功能是通过attachInterr 阅读全文