MoonCampaign by Angelo (14 years)
Our Social Impact - We're transforming education globally with free robotics and math workshops in the US, UK,
Canada, and Australia.
Our workshops have helped 66,000 students alone in the US plus 14,000 students benefit from our four-week sessions.
Smart Display Sensor
Angelo
Show and Tell
Show n Tell
Coming Soon
Angelo project is a Smart Display Sensor System that monitors and displays the temperature and brightness of a room using an LCD display, LDR sensor, and temperature sensor, all connected through an Arduino board. The display updates every 5 seconds, alternating between Celsius and Fahrenheit, while also showing whether the room is bright, dim, or dark. Angel used libraries to simplify the code and create a clean startup message and boot sequence.
I built a Smart Display Sensor. This project combines my interest in tech with real-world usability. It’s designed to read and display a room’s temperature and light levels using multiple sensors and an LCD screen.
The components I used include an Arduino board, an LCD display, a temperature sensor, and an LDR (Light Dependent Resistor). The device takes real-time readings and updates the display every 5 seconds, alternating between Fahrenheit and Celsius for temperature. It also shows the current light level—whether the room is bright, dim, or dark.
When you plug in the USB, the LCD begins with a custom welcome message and a short boot-up sequence that says “Initializing...”—mimicking a real smart device. Then, it continuously reads data: the temperature sensor gives a Celsius value, which is converted into Fahrenheit using code, and both values are displayed in turn. The LDR detects ambient light levels. Depending on how much light is detected (based on numerical thresholds), the display shows whether the room is bright or dim.
In the code, I used library functions to manage the LCD and simplify commands. I broke the code into setup and loop sections. The setup configures the sensors and display, while the loop handles readings, conversions, and alternating messages.
This project can have many real-life uses—like turning on a light when it gets dark or activating a smart fan when the room gets too warm. It’s a great example of how sensors and code can make everyday life smarter and more responsive.
©️ Copyright, Moonpreneur Inc.
691 S Milpitas Blvd, STE 217 Milpitas CA 95035, USA
Likes
Rating
55 days left
Smart Display Sensor