随笔分类 -  ArduinoUNO

摘要:如何上拉引脚: pinMode(D0,INPUT_PULLUP); 翻译 搜索 复制 阅读全文
posted @ 2023-08-25 16:05 txwtech 阅读(114) 评论(1) 推荐(0) 编辑
摘要:在线wiki资料更新下载: (复制到浏览器打开) 1.8寸SPI中文wiki: http://www.lcdwiki.com/zh/1.8inch_Arduino_SPI_Module_ST7735S_SKU:MAR1801 2.2寸SPI中文wiki: http://www.lcdwiki.com 阅读全文
posted @ 2023-07-25 20:11 txwtech 阅读(74) 评论(0) 推荐(0) 编辑
摘要:click-weather:24:25: fatal error: ArduinoJson.h: No such file or directory #include <ArduinoJson.h> click-weather:25:21: fatal error: TimeLib.h: No su 阅读全文
posted @ 2023-07-23 15:41 txwtech 阅读(38) 评论(0) 推荐(0) 编辑
摘要:vscode正在加载配置... 正在初始化包... 正在准备开发板... 正在验证... In file included from C:\Users\txwtech\Documents\Arduino\libraries\TJpg_Decoder\src/TJpg_Decoder.h:23:0, 阅读全文
posted @ 2023-07-19 21:11 txwtech 阅读(85) 评论(0) 推荐(0) 编辑
摘要:arduino esp8266连接WIFI-打印IP地址mac地址--启动服务端server等待连接 arduino ESP8266设置静态IP 方法 #include <ESP8266WiFi.h> const char* ssid = "txw--tech"; const char* passw 阅读全文
posted @ 2023-04-16 15:16 txwtech 阅读(690) 评论(0) 推荐(0) 编辑
摘要:arduino ESP8266设置静态IP arduino esp8266连接WIFI-打印IP地址mac地址--启动服务端server等待连接 #include <Arduino.h> #include <ESP8266WiFi.h> #include <ESP8266WiFiMulti.h> # 阅读全文
posted @ 2023-04-16 15:11 txwtech 阅读(658) 评论(0) 推荐(0) 编辑
摘要:esp8266上传报错--有可能设备管理器串口冲突,我安装了虚拟串口com5,com6, USB连接esp8266后显示的com5,因此出现冲突。卸载虚拟串口,或者修改一下就可以了 warning: espcomm_sync failederror: espcomm_open failederror 阅读全文
posted @ 2023-04-15 13:57 txwtech 阅读(424) 评论(0) 推荐(0) 编辑
摘要:d:\Program Files (x86)\Arduino\libraries\ST7789v_arduino\src\Adafruit_GFX.cpp:35:10: fatal error: glcdfont.c: No such file or directory 按照如下目录结构存放头文件。 阅读全文
posted @ 2021-09-29 21:57 txwtech 阅读(1059) 评论(0) 推荐(0) 编辑
摘要:ArduinoUNO R3接口定义 arduino SPI接口介绍 https://blog.csdn.net/acktomas/article/details/89465810 阅读全文
posted @ 2021-08-05 16:30 txwtech 阅读(516) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/anandexuechengzhangzhilu/p/10711964.html ARDUINO+MCP2515实现CAN通讯接收 阅读全文
posted @ 2021-07-21 14:04 txwtech 阅读(586) 评论(0) 推荐(0) 编辑
摘要:下载离线安装包 https://pan.baidu.com/s/1RWy_NrwNpOa39HknGpVkFw ,提取码:pktw Arduino上搭建ESP8266环境我尝试了各种方法都无法在Arduino上安装ESP8266的环境,最后发现离线安装最稳妥。 下载安装包,提取码:pktw 将安装包 阅读全文
posted @ 2021-02-10 13:41 txwtech 阅读(425) 评论(4) 推荐(0) 编辑
摘要:arduino代码示范 //txwtech@163.com //2020/03/25 //txwtech@163.com //2020/03/25 //2020/06/25 //2020/09/14 // constants won't change. They're used here to se 阅读全文
posted @ 2020-09-14 23:58 txwtech 阅读(860) 评论(0) 推荐(0) 编辑
摘要:arduino连接1602LCD方法 LCD1602 详解: http://www.360doc.com/content/18/0627/20/56844912_765915632.shtml 参考代码: 阅读全文
posted @ 2019-07-08 14:38 txwtech 阅读(1196) 评论(0) 推荐(0) 编辑
摘要:arduino连接12864LCD方法 ,参考相关代码。 https://blog.csdn.net/txwtech/article/details/95038386 串口模式如下: 第1脚:VSS为地电源 第2脚:VDD接5V正电源 第3脚:V0为液晶显示器对比度调整端,接正电源时对比度最弱,接地 阅读全文
posted @ 2019-07-08 14:35 txwtech 阅读(3564) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示