Skip to content

Latest commit

 

History

History
2 lines (1 loc) · 534 Bytes

README.md

File metadata and controls

2 lines (1 loc) · 534 Bytes

Our projects team built a study-room availability tracker. Study rooms in first year residence buildings use motion-triggered lights – if motion is detected, the lights are turned on otherwise they are left off. Our team figured that if we can somehow track whether a light is on off, we can use that to determine study room availability. We decided on an arduino controlled, photoresistor circuit which could make post requests dependant on light values. The availiblites would then be reported on a full-stack web application.