An open source and open hardware home automation project
This project uses a Particle Photon and an Android app to monitor temperature and humidity and turn on/off a lamp in a room.
- 1x Photon w/ headers
- 1x Humidity and temperature sensor RHT03
- 1x Relay module
- 1x Pin header 1x8
- 1x Resistor 1k
- 1x Resistor 10k
- 8x F/F jumper wire
- 1x 5V 1A power supply
- 1x micro B USB cable
PCB Design: 123D Circuits
Android Studio project
You will need to modify the app build.gradle file to add information about your Particle and OneSignal credentials.
Photon firmware
Photon uses a webhook to call the API OneSignal and send a push notification to mobile phones informing about changes in the lamp status. Change the webhook file before add it in Particle.