For our MEGR 3171 class, we were tasked to design and implement an IoT project to solve a problem. For our project, we had three members and therefore had to incorporate a particle photon per member. The photon devices also needed to have 2-way communication with each other. Our group decided to create a motion triggered LED light strip that illuminates the room whenever the door is opened.
Our three photons are named by their correlating action. The door, lights, and remote photons. The door photon has a magnetic sensor wired to it, so when the door opens or closes, there is a voltage change that's measured to determine what state it is in. When the door opens, the door photon will publish a door status "open". This published event triggers the light photon to activate the LED lights because it is subscribed to this event. Our remote photon acts as master switch to turn off the lights. When the remote photon publishes an event called "lightsout123456", the light photon shuts off the lights because it is subscribed to that event.
For our bi-communication, when the door opens, and the lights turns on, there is a LED light attached to the remote photon that lights up as well. When the button on the remote photon is pushed down and the lights turn off, the LED light on the remote also turns off. This is displayed in the video.
IFTTT applets were used to send an email whenever the bedroom door was opened. This acts like a monitoring system, because whenever my door is opened and lights are triggered I will receive notifications for both events.
We also used IFTTT applets to capture real time data for every time the door was opened. This data is graphed in the following google sheet. Every time the door opens, data is recorded as 1 in the graph. Attached is the link for real time data.
https://docs.google.com/spreadsheets/d/18Gr4-4pdb822rohcmCIgrnbz6ssQ_TFXAb-B28ao9z0/edit?usp=sharing
MEGR 3171 IoT Team 2

Comments