https://github.com/n7down/kuiper
A project built for the collection and interaction of IOT devices
https://github.com/n7down/kuiper
iot iothub
Last synced: 5 months ago
JSON representation
A project built for the collection and interaction of IOT devices
- Host: GitHub
- URL: https://github.com/n7down/kuiper
- Owner: n7down
- License: mit
- Created: 2019-08-02T03:52:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T04:20:33.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T11:44:45.899Z (about 2 years ago)
- Topics: iot, iothub
- Language: Go
- Homepage:
- Size: 251 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kuiper
Kuiper is a project built for the collection and interaction of IOT devices.
## Hardware
### Parts
- [ESP8266](https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout)
- [DHT22](https://www.adafruit.com/product/385)
- [Adafruit BMP280 I2C or SPI Barometric Pressure & Altitude Sensor](https://www.adafruit.com/product/2651?gclid=CjwKCAjwm4rqBRBUEiwAwaWjjF3XTMTRwt6PhmwsGnPRPdA7HlE_gyvQVNLfKLg5y95S2kj3FOktUxoCvwYQAvD_BwE)
- [Lithium Ion Cylindrical Battery - 3.7v 2200mAh](https://www.adafruit.com/product/1781) - not sure if this will work with the charging board
- [D1 Mini Single Lithium Battery Charging Board](https://www.amazon.com/WINGONEER-Single-Lithium-Battery-Charging/dp/B077VNW5RP/ref=sr_1_3?keywords=d1+mini+battery+shield&qid=1565500842&s=gateway&sr=8-3)
## Notes
- [A battery fed MQTT weatherstation](https://arduinodiy.wordpress.com/2018/02/04/a-battery-fed-mqtt-weatherstation/)
- [Monitoring LiPo battery voltage with Wemos D1 minibattery shield](https://arduinodiy.wordpress.com/2016/12/25/monitoring-lipo-battery-voltage-with-wemos-d1-minibattery-shield-and-thingspeak/)
- [Arduino Battery Voltage Indicator](https://www.instructables.com/id/Arduino-Battery-Voltage-Indicator/)
- [Photon Battery Shield Hookup Guide](https://learn.sparkfun.com/tutorials/photon-battery-shield-hookup-guide/all)
- [ESP8266 on batteries for years](https://www.cron.dk/esp8266-on-batteries-for-years-part-1/)
- [Solar Wifi Weather Station (v2.0)](https://www.danilolarizza.com/stazione-meteo-solare-wifi-v2-0/)
- [Mosquitto MQTT](https://www.switchdoc.com/2018/02/tutorial-installing-and-testing-mosquitto-mqtt-on-raspberry-pi/)
- [Mosquitto Username and Password](http://www.steves-internet-guide.com/mqtt-username-password-example/)
- [Solar Powered WiFi Weather Station V2.0](https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/)
- [Battery powered raspberry pi](https://github.com/NeonHorizon/lipopi)
- [Analog Inputs for Raspberry Pi Using the MCP3008](https://learn.adafruit.com/reading-a-analog-in-and-controlling-audio-volume-with-the-raspberry-pi/overview)
- [ESP8266 Pro Tips](https://www.instructables.com/id/ESP8266-Pro-Tips)