Microbit Light Alarm
The Project
This project is designed to detect changes in light levels and trigger an alarm if it becomes too bright. I have set a light threshold of 50. If the light level stays below 50, nothing happens. But once the light level goes above 50, an alarm is triggered to alert the user. This kind of system can be useful in real-life scenarios like: Protecting sensitive items that must be kept in low light. Alerting someone if a light is accidentally left on. Acting as a simple security sensor that detects when a light is turned on in a restricted area. I was inspired by the idea of building smart and simple security or environmental alerts using microbit's built-in features. The most challenging part was testing the light levels in different environments to find the right threshold and avoid false alarms. Thank you for checking out my project!