摘要 :
考虑到 Raspberry Pi 读取模拟信号是很烦人的事情,更何况是在没人玩的 Windows 10 IoT 下,所以准备正儿八经的写点东西。
需求:使用 Raspberry Pi 读取输出模拟信号的 MQ 系列气体传感器。(GitHub:https://github.com/ZhangGaoxing/wind …
阅读全文
发布时间 : 2017/05/21 13:41
张高兴
阅读(689)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MAX7219
## …
阅读全文
发布时间 : 2017/05/20 13:05
张高兴
阅读(658)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/DS3231
## …
阅读全文
发布时间 : 2017/05/19 21:21
张高兴
阅读(772)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/HMC5883L
# …
阅读全文
发布时间 : 2017/05/13 20:37
张高兴
阅读(662)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ULN2003A
# …
阅读全文
发布时间 : 2017/05/06 22:37
张高兴
阅读(612)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/DHT11
## C …
阅读全文
发布时间 : 2017/01/29 22:07
张高兴
阅读(677)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/BMP180
## …
阅读全文
发布时间 : 2017/01/24 21:14
张高兴
阅读(680)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ADXL345
## …
阅读全文
发布时间 : 2017/01/23 14:02
张高兴
阅读(601)
评论(0)
摘要 :
HC-SR04 采用 IO 触发测距。下面介绍一下其在 Windows 10 IoT Core 环境下的用法。
项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码。
## 1. 准备
* HC-SR04 ×1
* Raspberry Pi 2/3 ×1
* 公母头杜邦线 ×4 …
阅读全文
发布时间 : 2017/01/23 11:57
张高兴
阅读(629)
评论(0)
摘要 :
BH1750FVI 是一款 IIC 接口的数字型光强度传感器集成电路。下面介绍一下其在 Windows 10 IoT Core 环境下的用法。
项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码。
## 1. 准备
包含 BH1750FVI 的传感器,这里选择的是淘宝上最多 …
阅读全文
发布时间 : 2017/01/22 18:43
张高兴
阅读(603)
评论(0)