随笔分类 - 张高兴的 Windows 10 IoT 开发笔记
摘要:This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C . GitHub: Image Reference Connect RXD UART0 TX (PIN 8) TXD UART0 RX (PIN 10)
阅读全文
摘要:今天是大年初二,都去走亲戚了吧,享受一下这难得的能和亲友相聚的时光。而我就不一样了,今天一回到家就又开始瞎折腾了,哈哈哈。 问题背景 最近花了点时间用 ASP.NET Core 2 写了个个人博客,中间出了好多问题,过程弯弯曲曲的,但好歹最后还是完成部署在阿里云上了。这几天闲的没事看 .NET Co
阅读全文
摘要: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/NRF24L
阅读全文
摘要: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/KT0803
阅读全文
摘要: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 I
阅读全文
摘要: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/MAX721
阅读全文
摘要:感觉又帮 Windows 10 IoT 开荒了,所以呢,正儿八经的写篇博客吧。其实大概半年前就想写的,那时候想做个基于 Windows 10 IoT 的小车,但树莓派原生不支持 PWM 啊。百度也搜不到,上 GitHub 转了一圈,在 @ms-iot 那发现了 Lightning ,再看最后的更新时
阅读全文
摘要:GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MLX90614
阅读全文
摘要:GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/VL53L0X
阅读全文
摘要:考虑到 Raspberry Pi 读取模拟信号是很烦人的事情,更何况是在没人玩的 Windows 10 IoT 下,所以准备正儿八经的写点东西。 需求:使用 Raspberry Pi 读取输出模拟信号的 MQ 系列气体传感器。(GitHub:https://github.com/ZhangGaoxi
阅读全文
摘要:GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MAX7219
阅读全文
摘要:GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/DS3231 注意:不包含闹钟设置
阅读全文
摘要:注意,数据不包含校验,准确的来说我不知道怎么校验,但方向看起来差不多是对的。。。 GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/HMC5883L
阅读全文
摘要:GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ULN2003A
阅读全文
摘要:GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/DHT11Demo
阅读全文
摘要:注意:海拔高度仅供参考 GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/BMP180Demo
阅读全文
摘要:GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ADXL345Demo
阅读全文
摘要:HC-SR04 采用 IO 触发测距。下面介绍一下其在 Windows 10 IoT Core 环境下的用法。 项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码。 1. 准备 HC-SR04 ×1 Raspberry Pi 2/3 ×1 公母头杜邦线 ×4 2. 连线 Vcc
阅读全文
摘要:BH1750FVI 是一款 IIC 接口的数字型光强度传感器集成电路。下面介绍一下其在 Windows 10 IoT Core 环境下的用法。 项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码。 1. 准备 包含 BH1750FVI 的传感器,这里选择的是淘宝上最多的 GY-3
阅读全文