An open API service indexing awesome lists of open source software.

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(物联网)实验 -各类传感器采集实验 | 重庆邮电大学

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**】(观察实验数据,得出结论)
![](https://upload-images.jianshu.io/upload_images/4340772-08b3289ef009adfd.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

### DONE

* [实验一:光敏传感器采集实验](./Records/01光敏传感器实验记录.md)
* [实验二:人体红外传感器采集实验](./Records/02人体红外传感器采集实验.md)
* [实验三:温湿度传感器采集实验](./Records/03温湿度传感器采集实验.md)
* [实验四:可燃气体传感器采集实验](./Records/04可燃气体传感器采集实验.md)
* [实验五:震动传感器采集实验](./Records/05震动传感器采集实验.md)

### others
*在Keil查看ST-Links是否成功安装驱动

![](https://upload-images.jianshu.io/upload_images/4340772-8349684848251daf.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![](https://upload-images.jianshu.io/upload_images/4340772-d6f26f822756729b.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

### TO DO

### 相关照片
平台总图
![](./imgs/IMG_20180516_203036.jpg)

![](./imgs/IMG_20180516_202903.jpg)
![](./imgs/IMG_20180516_202929.jpg)
![](./imgs/IMG_20180516_203031.jpg)
![](./imgs/IMG_20180516_203020.jpg)

![](./imgs/IMG_20180516_203052.jpg)
![](./imgs/IMG_20180516_203115.jpg)
![](./imgs/IMG_20180516_203147.jpg)
![](./imgs/IMG_20180516_203159.jpg)
![](./imgs/IMG_20180516_203205.jpg)

### LICENSE

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