Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blanboom/airbee
通过 ZigBee 组网的空气质量监测装置,可将数据上传至云端
https://github.com/blanboom/airbee
Last synced: about 21 hours ago
JSON representation
通过 ZigBee 组网的空气质量监测装置,可将数据上传至云端
- Host: GitHub
- URL: https://github.com/blanboom/airbee
- Owner: blanboom
- Created: 2014-04-07T13:06:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T04:57:33.000Z (almost 10 years ago)
- Last Synced: 2024-04-13T16:07:23.503Z (7 months ago)
- Language: Arduino
- Size: 586 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AirBee
## 简介
多组传感器通过 ZigBee 组网监测环境质量,并上传至物联网公众平台(lewei50.com)
## 文件说明
**AirBee_Sensor_PCB**:
各个传感器节点的 PCB 底板,用于供电和连接传感器。需要配合该 [CC2530 核心板](http://item.taobao.com/item.htm?spm=a230r.1.14.1.y1gohq&id=19051924425&ns=1&abbucket=3#detail)使用。
**AirBee_Network_PCB**: 网络部分的 PCB。网络部分由 ZigBee 协调器、Arduino 和 Arduino 以太网扩展板组成,ZigBee 协调器将接收到的数据发送至 Arduino,再由 Arduino 通过以太网扩展板上传至服务器。
**AirBee_Network_Arduino**: 网络部分的 Ardunio 程序。
CC2530 的程序非本人完成,目前不方便公开。