{"id":15706347,"url":"https://github.com/huangcongqing/iot_lab","last_synced_at":"2025-09-08T15:49:36.472Z","repository":{"id":107569124,"uuid":"131831925","full_name":"HuangCongQing/IoT_Lab","owner":"HuangCongQing","description":"IoT(物联网)实验 -各类传感器采集实验 |  重庆邮电大学","archived":false,"fork":false,"pushed_at":"2019-10-17T19:33:15.000Z","size":57638,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T18:57:43.796Z","etag":null,"topics":["iot","iot-application","iot-device","iot-gateway","iot-middleware","iot-platform"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HuangCongQing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-02T09:57:01.000Z","updated_at":"2024-07-10T07:57:55.000Z","dependencies_parsed_at":"2023-07-31T20:16:24.398Z","dependency_job_id":null,"html_url":"https://github.com/HuangCongQing/IoT_Lab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HuangCongQing/IoT_Lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FIoT_Lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FIoT_Lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FIoT_Lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FIoT_Lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuangCongQing","download_url":"https://codeload.github.com/HuangCongQing/IoT_Lab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2FIoT_Lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274209747,"owners_count":25241788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iot","iot-application","iot-device","iot-gateway","iot-middleware","iot-platform"],"created_at":"2024-10-03T20:22:24.080Z","updated_at":"2025-09-08T15:49:36.442Z","avatar_url":"https://github.com/HuangCongQing.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IoT_Lab\nIoT(物联网)实验 | 重庆邮电大学·物联网工程\n\n\u003e本仓库由[@重庆](https://github.com/HuangCongQing/IoT_Lab)学习整理\nFork或借鉴请注明出处 [@ChungKing](https://github.com/HuangCongQing) . Thx\n\n* Data:\n链接：https://pan.baidu.com/s/1-lxi28ATmv_i39ImJJxdDQ \n提取码：tvll \n\n\n### 学学学\n\n*[AD绘制原理图，PCB](./AD.md) \n\n### 实验环境\n\n1. 硬件：1个光敏传感器模块、1个ST-Link调试器、2根USB2.0方口线、1根USB3.0数据线、1个RJ11线，1台PC机；\n2. 软件：Windows 7/XP、MDK集成开发环境、串口调试器。\n\n### 准备情况\n\n* 传感器等设备和电脑连接\n* 修改`..传感器采集实验/../USER/main.c`中main函数代码，完成相应的功能\n* 编译烧录\n* 使传感器周围状态改变，然后通过串口助手查看现象\n\n#### 硬件\n* 物联网基础实验平台（UI-IoT-OPS）\n\n#### 主要软件\n\n* Keil uVision4(代码编写\u0026\u0026烧录)\n* Altium Designer6(PCB板，原理图绘图)\n* 串口调试工具【波特率设为**115200**】（观察实验数据，得出结论）\n![](https://upload-images.jianshu.io/upload_images/4340772-08b3289ef009adfd.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)\n\n### DONE\n\n* [实验一：光敏传感器采集实验](./Records/01光敏传感器实验记录.md)\n* [实验二：人体红外传感器采集实验](./Records/02人体红外传感器采集实验.md)\n* [实验三：温湿度传感器采集实验](./Records/03温湿度传感器采集实验.md)\n* [实验四：可燃气体传感器采集实验](./Records/04可燃气体传感器采集实验.md)\n* [实验五：震动传感器采集实验](./Records/05震动传感器采集实验.md)\n\n### others\n*在Keil查看ST-Links是否成功安装驱动\n\n![](https://upload-images.jianshu.io/upload_images/4340772-8349684848251daf.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)\n\n![](https://upload-images.jianshu.io/upload_images/4340772-d6f26f822756729b.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)\n\n\n\n### TO DO\n\n\n\n### 相关照片\n平台总图\n ![](./imgs/IMG_20180516_203036.jpg)\n\n ![](./imgs/IMG_20180516_202903.jpg)\n ![](./imgs/IMG_20180516_202929.jpg)\n ![](./imgs/IMG_20180516_203031.jpg)\n ![](./imgs/IMG_20180516_203020.jpg)\n\n ![](./imgs/IMG_20180516_203052.jpg)\n ![](./imgs/IMG_20180516_203115.jpg)\n ![](./imgs/IMG_20180516_203147.jpg)\n ![](./imgs/IMG_20180516_203159.jpg)\n ![](./imgs/IMG_20180516_203205.jpg)\n\n\n\n### LICENSE\n\n本项目全部内容遵守 MIT 许可协议.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangcongqing%2Fiot_lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuangcongqing%2Fiot_lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangcongqing%2Fiot_lab/lists"}