上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 36 下一页
摘要: 为何 Arduino 的 printf/sprintf 不支援 float / double / long long 参考1:https://www.cnblogs.com/smartlife/articles/12416417.html 参考2:https://blog.csdn.net/elec 阅读全文
posted @ 2021-03-03 19:57 天气之子A 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 参考1:http://c.biancheng.net/c/stack/ 阅读全文
posted @ 2021-03-03 10:55 天气之子A 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 太极创客:http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/wire-library/ 获取从设备的I2C的地址:https://playground.arduino.cc/Main/I2cScann 阅读全文
posted @ 2021-03-02 14:51 天气之子A 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1、出现TLS handshake timeout错误时: 执行 vim /etc/docker/daemon.json命令,在阿里云https://cr.console.aliyun.com/cn-hangzhou/instances源中获取专属的加速源 { "registry-mirrors": 阅读全文
posted @ 2021-03-02 11:29 天气之子A 阅读(85) 评论(0) 推荐(0) 编辑
摘要: B站视频 源码1:https://github.com/spacehuhn/esp8266_deauther 参考1:https://www.jianshu.com/p/caa4cfc847b9 阅读全文
posted @ 2021-03-02 09:35 天气之子A 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 重要链接:http://www.piaoyi.org/iot/espressif-ESP8266-MQTT-AT.html(印象笔记中有Arduino_8266) 乐鑫固件官网:https://www.espressif.com/zh-hans/support/download/at 固件下载软件: 阅读全文
posted @ 2021-03-01 17:25 天气之子A 阅读(355) 评论(0) 推荐(0) 编辑
摘要: B站视频 参考1:https://dfrobot.gitbooks.io/upycraft_cn/content/ 参考2:https://github.com/DFRobot/uPyCraft 官网参考文档:http://docs.micropython.org/en/latest/ 链接: ht 阅读全文
posted @ 2021-03-01 16:48 天气之子A 阅读(623) 评论(0) 推荐(0) 编辑
摘要: 参考1:https://zhuanlan.zhihu.com/p/62658094 参考2:https://zhuanlan.zhihu.com/p/35735513 参考3:https://blog.csdn.net/weixin_34284072/article/details/11264352 阅读全文
posted @ 2021-03-01 13:38 天气之子A 阅读(59) 评论(0) 推荐(0) 编辑
摘要: D0(GPIO16) 只能用作gpio读写,不支持中断,i2c/pwm/ow 中断可以理解为在正常的运行流程中突然插入的操作,这就像你在忙于工作的时候,领导突然叫你去买个下午茶,然后你就去把下午茶买回来,再继续工作。基于ESP8266的NodeMcu的数字IO的中断功能是通过attachInterr 阅读全文
posted @ 2021-03-01 11:02 天气之子A 阅读(3035) 评论(0) 推荐(0) 编辑
摘要: 参考1:https://www.bilibili.com/video/BV1J74117714?from=search&seid=10340114107682623114 参考2:https://blog.csdn.net/diyiday/article/details/79817905 参考3:l 阅读全文
posted @ 2021-02-26 13:16 天气之子A 阅读(321) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 36 下一页