https://github.com/joshbeckman/skyfall
A home measurement system via Particle Photon.
https://github.com/joshbeckman/skyfall
iot koa nodejs particle-photon
Last synced: about 2 months ago
JSON representation
A home measurement system via Particle Photon.
- Host: GitHub
- URL: https://github.com/joshbeckman/skyfall
- Owner: joshbeckman
- Created: 2017-01-29T22:52:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T18:27:21.000Z (over 6 years ago)
- Last Synced: 2025-09-03T14:53:13.957Z (10 months ago)
- Topics: iot, koa, nodejs, particle-photon
- Language: JavaScript
- Homepage: skyfall.andjosh.com
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Skyfall
===
A home measurement system running on the [Particle Photon][0].
## Hardware
- Particle Photon
- USB power source
- SparkFun [Photon Weather Shield][1]
- Relevant [pin-out diagram][2]
- Relevant [library/code][4]
- Simple photoresistor
- With 330 ohm resistor
- Breadboard, wiring
## Software
This setup is running a remote Node.js server that accepts incoming sensor data via webhooks initiated by the Photon. See `skyfall.ino` for the on-board software and `photon.js` for an interface programmed via [voodoospark][3].
[0]: https://www.particle.io/products/hardware/photon-wifi-dev-kit
[1]: https://learn.sparkfun.com/tutorials/photon-weather-shield-hookup-guide/
[2]: https://cdn.sparkfun.com/datasheets/IoT/SparkFun_Photon_Weather_Shield_v10a.pdf
[3]: https://github.com/voodootikigod/voodoospark
[4]: https://github.com/sparkfun/sparkfun_photon_weather_shield_particle_library