https://github.com/netceteragroup/pulse-eco-devices
Firmware and hardware designs for devices used by pulse.eco
https://github.com/netceteragroup/pulse-eco-devices
Last synced: 6 days ago
JSON representation
Firmware and hardware designs for devices used by pulse.eco
- Host: GitHub
- URL: https://github.com/netceteragroup/pulse-eco-devices
- Owner: netceteragroup
- License: mit
- Created: 2019-09-08T13:44:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T14:55:16.000Z (6 months ago)
- Last Synced: 2024-11-25T15:34:06.710Z (6 months ago)
- Language: C++
- Homepage: https://pulse.eco/
- Size: 2.11 MB
- Stars: 8
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pulse-eco-devices
Firmware and hardware designs for devices used by pulse.eco## License and credits
Arduino IDE is developed and maintained by the Arduino team. The IDE is licensed under GPL.
[ESP8266 core for Arduino](https://github.com/esp8266/Arduino) is licensed under LGPL 2.1
Adafruit Unified Sensor Library and Adafruit BME680 library are developed and maintained by Adafruit Industries.
Adafruit BME280 library: Copyright (c) 2015, Limor Fried & Kevin Townsend for Adafruit Industries. All rights reserved.
The SDS011 code used is a modification of the [AQI Sensor demo](https://github.com/igrr/aqi-sensor-demo) by [Ivan Grokhotkov](https://github.com/igrr).
The rn2483.h and rn2483.cpp are from the [Arduino RN2483 library](https://github.com/jpmeijers/RN2483-Arduino-Library) by [JP Meijers](https://github.com/jpmeijers). The library is licensed under Apache 2.0
The [Arduino Library for TTN Devices](https://github.com/TheThingsNetwork/arduino-device-lib) is licensed under MIT.