https://github.com/huangcongqing/iot_lab
IoT(物联网)实验 -各类传感器采集实验 | 重庆邮电大学
https://github.com/huangcongqing/iot_lab
iot iot-application iot-device iot-gateway iot-middleware iot-platform
Last synced: 10 months ago
JSON representation
IoT(物联网)实验 -各类传感器采集实验 | 重庆邮电大学
- Host: GitHub
- URL: https://github.com/huangcongqing/iot_lab
- Owner: HuangCongQing
- License: mit
- Created: 2018-05-02T09:57:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T19:33:15.000Z (over 6 years ago)
- Last Synced: 2025-05-12T18:57:43.796Z (about 1 year ago)
- Topics: iot, iot-application, iot-device, iot-gateway, iot-middleware, iot-platform
- Language: C
- Homepage:
- Size: 55 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IoT_Lab
IoT(物联网)实验 | 重庆邮电大学·物联网工程
>本仓库由[@重庆](https://github.com/HuangCongQing/IoT_Lab)学习整理
Fork或借鉴请注明出处 [@ChungKing](https://github.com/HuangCongQing) . Thx
* Data:
链接:https://pan.baidu.com/s/1-lxi28ATmv_i39ImJJxdDQ
提取码:tvll
### 学学学
*[AD绘制原理图,PCB](./AD.md)
### 实验环境
1. 硬件:1个光敏传感器模块、1个ST-Link调试器、2根USB2.0方口线、1根USB3.0数据线、1个RJ11线,1台PC机;
2. 软件:Windows 7/XP、MDK集成开发环境、串口调试器。
### 准备情况
* 传感器等设备和电脑连接
* 修改`..传感器采集实验/../USER/main.c`中main函数代码,完成相应的功能
* 编译烧录
* 使传感器周围状态改变,然后通过串口助手查看现象
#### 硬件
* 物联网基础实验平台(UI-IoT-OPS)
#### 主要软件
* Keil uVision4(代码编写&&烧录)
* Altium Designer6(PCB板,原理图绘图)
* 串口调试工具【波特率设为**115200**】(观察实验数据,得出结论)

### DONE
* [实验一:光敏传感器采集实验](./Records/01光敏传感器实验记录.md)
* [实验二:人体红外传感器采集实验](./Records/02人体红外传感器采集实验.md)
* [实验三:温湿度传感器采集实验](./Records/03温湿度传感器采集实验.md)
* [实验四:可燃气体传感器采集实验](./Records/04可燃气体传感器采集实验.md)
* [实验五:震动传感器采集实验](./Records/05震动传感器采集实验.md)
### others
*在Keil查看ST-Links是否成功安装驱动


### TO DO
### 相关照片
平台总图










### LICENSE
本项目全部内容遵守 MIT 许可协议.