随笔分类 -  张高兴的 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) 阅读全文
posted @ 2018-05-25 22:52 张高兴 阅读(1627) 评论(0) 推荐(0) 编辑
摘要:今天是大年初二,都去走亲戚了吧,享受一下这难得的能和亲友相聚的时光。而我就不一样了,今天一回到家就又开始瞎折腾了,哈哈哈。 问题背景 最近花了点时间用 ASP.NET Core 2 写了个个人博客,中间出了好多问题,过程弯弯曲曲的,但好歹最后还是完成部署在阿里云上了。这几天闲的没事看 .NET Co 阅读全文
posted @ 2018-02-17 22:10 张高兴 阅读(2333) 评论(2) 推荐(2) 编辑
摘要: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 阅读全文
posted @ 2018-02-12 15:31 张高兴 阅读(591) 评论(0) 推荐(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/KT0803 阅读全文
posted @ 2018-01-14 00:18 张高兴 阅读(675) 评论(0) 推荐(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/OLED I 阅读全文
posted @ 2018-01-10 15:49 张高兴 阅读(647) 评论(0) 推荐(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/MAX721 阅读全文
posted @ 2018-01-09 16:58 张高兴 阅读(470) 评论(0) 推荐(0) 编辑
摘要:感觉又帮 Windows 10 IoT 开荒了,所以呢,正儿八经的写篇博客吧。其实大概半年前就想写的,那时候想做个基于 Windows 10 IoT 的小车,但树莓派原生不支持 PWM 啊。百度也搜不到,上 GitHub 转了一圈,在 @ms-iot 那发现了 Lightning ,再看最后的更新时 阅读全文
posted @ 2017-10-06 22:41 张高兴 阅读(1963) 评论(5) 推荐(5) 编辑
摘要:GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MLX90614 阅读全文
posted @ 2017-10-06 14:41 张高兴 阅读(733) 评论(0) 推荐(0) 编辑
摘要:GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/VL53L0X 阅读全文
posted @ 2017-10-06 12:44 张高兴 阅读(559) 评论(0) 推荐(0) 编辑
摘要:考虑到 Raspberry Pi 读取模拟信号是很烦人的事情,更何况是在没人玩的 Windows 10 IoT 下,所以准备正儿八经的写点东西。 需求:使用 Raspberry Pi 读取输出模拟信号的 MQ 系列气体传感器。(GitHub:https://github.com/ZhangGaoxi 阅读全文
posted @ 2017-05-21 13:41 张高兴 阅读(6449) 评论(0) 推荐(3) 编辑
摘要:GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MAX7219 阅读全文
posted @ 2017-05-20 13:05 张高兴 阅读(755) 评论(0) 推荐(0) 编辑
摘要:GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/DS3231 注意:不包含闹钟设置 阅读全文
posted @ 2017-05-19 21:21 张高兴 阅读(660) 评论(0) 推荐(0) 编辑
摘要:注意,数据不包含校验,准确的来说我不知道怎么校验,但方向看起来差不多是对的。。。 GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/HMC5883L 阅读全文
posted @ 2017-05-13 20:37 张高兴 阅读(446) 评论(0) 推荐(0) 编辑
摘要:GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ULN2003A 阅读全文
posted @ 2017-05-06 22:37 张高兴 阅读(621) 评论(0) 推荐(0) 编辑
摘要:GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/DHT11Demo 阅读全文
posted @ 2017-01-29 22:07 张高兴 阅读(644) 评论(0) 推荐(1) 编辑
摘要:注意:海拔高度仅供参考 GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/BMP180Demo 阅读全文
posted @ 2017-01-24 21:14 张高兴 阅读(701) 评论(0) 推荐(0) 编辑
摘要:GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ADXL345Demo 阅读全文
posted @ 2017-01-23 14:02 张高兴 阅读(514) 评论(0) 推荐(0) 编辑
摘要:HC-SR04 采用 IO 触发测距。下面介绍一下其在 Windows 10 IoT Core 环境下的用法。 项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码。 1. 准备 HC-SR04 ×1 Raspberry Pi 2/3 ×1 公母头杜邦线 ×4 2. 连线 Vcc 阅读全文
posted @ 2017-01-23 11:57 张高兴 阅读(1163) 评论(0) 推荐(0) 编辑
摘要:BH1750FVI 是一款 IIC 接口的数字型光强度传感器集成电路。下面介绍一下其在 Windows 10 IoT Core 环境下的用法。 项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码。 1. 准备 包含 BH1750FVI 的传感器,这里选择的是淘宝上最多的 GY-3 阅读全文
posted @ 2017-01-22 18:43 张高兴 阅读(3180) 评论(0) 推荐(0) 编辑

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