Inspiration
During clinical and academic research in neonatal care, I observed a persistent challenge in hospitals, particularly in rural and resource-limited settings. Phototherapy equipment, although widely used to treat neonatal jaundice, often operates without any real-time monitoring or automatic safety control.
In several facilities, healthcare workers manually monitor temperature, light intensity, and treatment duration a process that is not only time-consuming but prone to human error. When phototherapy lamps overheat, emit incorrect light wavelengths, or run longer than required, newborns may suffer from:
- Hyperthermia or hypothermia
- Excessive dehydration or skin burns
- Eye damage if protection fails
- Ineffective bilirubin breakdown due to poor light quality/intensity
This reality inspired me to design PhotoSafe a smart, low-cost, and clinically relevant system that ensures phototherapy treatment remains effective, safe, and compliant with medical standards, without increasing the workload of healthcare staff
What it does
PhotoSafe is a smart monitoring and safety system for neonatal phototherapy units. It performs the following:
- Real-Time Monitoring
- Room temperature and humidity (DHT11/DHT22)
- Infant skin and ambient temperature (MLX90614)
- Light intensity in lux (BH1750)
- Spectral blue light at 415 nm, 445 nm, and 480 nm (AS7341)
- UV intensity — expected to stay at zero during jaundice treatment
Smart Protection & Alerts
Compares each sensor value to defined medical safety thresholds
If any parameter exceeds its threshold, the system automatically switches off the phototherapy lamp using a relay
- Activates a red LED indicator, and remains in alert mode until manually reset
- A physical reset button or IoT dashboard reset function can restore normal operation
- Green LED shows normal/ safe operation status
IoT & Data Logging
- All sensor data is displayed live on the Arduino IoT Cloud dashboard
- Doctors or nurses can monitor conditions remotely in real-time
- Data is automatically logged for analysis, research, and clinical documentation
How I built it
Hardware Components Used
- Arduino UNO R4 WiFi
- DHT11 – room temperature and humidity
- MLX90614 – non-contact body and air temperature
- BH1750 – light intensity in lux
- AS7341 – spectral bands of phototherapy light
- UV sensor – safety validation (should stay zero for jaundice treatment)
- 20×4 I2C LCD for local display
- Relay module, buzzer (optional), push button, red and green LEDs
Software & IoT
- Programmed using Arduino IDE (C/C++)
- Connected to Arduino IoT Cloud for dashboard visualization and remote control=
- Safety thresholds like temperature, light intensity, and humidity can be changed from the cloud
- Real-time alerts and logging ensure clinical traceability
Challenges I ran into
- Managing I2C conflicts among multiple sensors
- Calibrating medical sensors for consistent and accurate results
- Ensuring UV measurements remain zero for neonatal jaundice therapy
- Designing a safe relay-based cutoff system for medical equipment
- Handling false triggers caused by sudden environmental fluctuations
Accomplishments that I am proud of
- Built a working prototype that successfully monitors and protects newborns under phototherapy
- Integrated spectral measurement of therapeutic light (415–480 nm) for clinical accuracy
- IoT-enabled remote monitoring and data logging for medical staff
What I learned
- How to combine biomedical engineering with IoT and embedded systems
- The importance of safety thresholds in medical device design
- Real-time sensor fusion and decision-making using microcontrollers
- Cloud integration, data visualization, and user-focused design
- The value of field research and observing challenges in real neonatal care settings
What's next for Photosafe
- Clinical testing and validation with hospitals and health research institutions
- Mobile app integration for remote nurse alerts and monitoring
- Treatment duration tracking and automated phototherapy session control
- Battery and solar-powered version for rural hospitals
- Extended application to other light-based therapies (eczema, psoriasis, UV dermatology)
Built With
- arduino
- arduino-iot-cloud
- mermaid-editor
Log in or sign up for Devpost to join the conversation.