The objective of this projec tis to provide a template for quick prototyping of Arduino-like sensor projects.
##Supported Sensors
Currently, the project supports the following sensors:
- Grove - Temperature and Humidity Sensor Pro
- http://www.seeedstudio.com/wiki/Grove_-_Temperature_and_Humidity_Sensor_Pro
- Interface: digital
- Adafruit BME280 Humidity + Barometric Pressure + Temperature Sensor Breakout
- Grove - Barometer (High-Accuracy)
- Grove - Barometer Sensor (BMP180)
- PMS3003 Particulate Matter Sensor (G3)
- http://tw.taobao.com/item/43750623059.htm
- Interface: UART, SoftwareSerial
- CP-15-A4 Particulate Matter Sensor (A4)
- http://tw.taobao.com/item/524463448757.htm
- Interface: UART, SoftwareSerial
- PMS5003 Particulate Matter Sensor (G5)
- http://tw.taobao.com/item/524399447621.htm
- Interface: UART, SoftwareSerial
- Grove - Digital Light Sensor
- http://www.seeedstudio.com/wiki/Grove_-_Digital_Light_Sensor
- Interface: I2C
- Adafruit SI1145 Digital UV Index / IR / Visible Light Sensor
- https://www.adafruit.com/products/1777
- Interface: I2C
##Note
This software is written by Ling-Jyh Chen (cclljj@gmail.com) and is licensed under The MIT License. Check License.txt for more information.
Contributing to this project is warmly welcomed. You can do this basically by forking, committing modifications and then pulling requests (follow the links above for operating guide). Adding change log and your contact into file header is encouraged. Thanks for your contribution.