考虑到 Raspberry Pi 读取模拟信号是很烦人的事情,更何况是在没人玩的 Windows 10 IoT 下,所以准备正儿八经的写点东西. 需求:使用 Raspberry Pi 读取输出模拟信号的 MQ 系列气体传感器.(GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ADS1115) 由于 Raspberry Pi 3B 内部并没有集成 ADC,因此需要外接 ADC 来进行模数转换.外接 ADC 选用…
感觉又帮 Windows 10 IoT 开荒了,所以呢,正儿八经的写篇博客吧.其实大概半年前就想写的,那时候想做个基于 Windows 10 IoT 的小车,但树莓派原生不支持 PWM 啊.百度也搜不到,上 GitHub 转了一圈,在 @ms-iot 那发现了 Lightning ,再看最后的更新时间,还是2016中旬--Windows 10 IoT 在国内真惨,这么长时间都没人写个教程--不说废话了-- 本文示例地址:https://github.com/ZhangGaoxing/window…
HC-SR04 采用 IO 触发测距.下面介绍一下其在 Windows 10 IoT Core 环境下的用法. 项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码. 1. 准备 HC-SR04 ×1 Raspberry Pi 2/3 ×1 公母头杜邦线 ×4 2. 连线 Vcc - 5V Gnd - GND Trig - GPIO 17 - Pin 11 Echo - GPIO 27 - Pin 13 3. 代码 GitHub : https://github.com/Zha…
BH1750FVI 是一款 IIC 接口的数字型光强度传感器集成电路.下面介绍一下其在 Windows 10 IoT Core 环境下的用法. 项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码. 1. 准备 包含 BH1750FVI 的传感器,这里选择的是淘宝上最多的 GY-30:Raspberry Pi 2/3 一块,环境为 Windows 10 IoT Core:公母头杜邦线 4-5 根 2. 连线 Raspberry Pi 2/3 的引脚如图 由于采用的是 IIC 通…
今天是大年初二,都去走亲戚了吧,享受一下这难得的能和亲友相聚的时光.而我就不一样了,今天一回到家就又开始瞎折腾了,哈哈哈. 问题背景 最近花了点时间用 ASP.NET Core 2 写了个个人博客,中间出了好多问题,过程弯弯曲曲的,但好歹最后还是完成部署在阿里云上了.这几天闲的没事看 .NET Core CLI,发现运行时标识符(Runtime IDentifier)居然有 win10-arm,这使我突然萌生了想把我的博客部署在 Raspberry Pi 上.(这就是纯属瞎折腾,部署在 Wind…
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/IRTM Image Reference https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/IRTM/Reference Connect…
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/NRF24L01 Image Connect nRF1 VCC - 3.3V (Best) GND - GND MOSI - SPI0 MOSI (GPIO 10) MISO - SPI0 MISO (GPIO…
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/KT0803L Image Connect SDA - Pin3 SCL - Pin5 VCC - 3.3V GND - GND Reference https://github.com/ZhangGaoxing…
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/OLED Image Connect SDA - Pin3 SCL - Pin5 VCC - 5V GND - GND Reference https://github.com/ZhangGaoxing/wind…
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_7Segment Image Connect DIN - MOSI CS - CS0 CLK - SCLK VCC - 5V GND - GND Reference https://github.…