B.U.R.N. Meter

Rechargeable Arduino UV Index Meter

Problem:

My friends and I often stay out in the sun for too long when we go on the beach and end up getting sunburned.
BURN Meter

Solution:

B.U.R.N. Meter is a mobile UV radiation meter that tells users the UV light intensity they are exposed to and how long they can remain outside for without risking sunburns.

Electrical

I used an Arduino Teensy as the brain of the UV meter, and it detects ambient UV radiation by reading the analog output of a GUVA-S12SD UV light sensor. The Teensy communicates with a ST7789 LCD screen using SPI, which displays the current UV index and helpful texts/graphics for the user. The whole setup is powered by a LiPo battery connected to a TP4056 battery charger board, making it easy to recharge the meter when needed.

IAEP Logo

Enclosure

I built the enclosure of the B.U.R.N. Meter out of a 3D printed shell, back cover, and snap fit plug for the charging port. The opening to the UV sensor was covered by a piece of high UV transmission fused quartz plate to protect the sensor without blocking UV light. I likewise covered the LCD screen with a sheet of laser cut acrylic so that small particles like sand don't make their way into the box.

Software

I had a lot of fun creating the backend software of the B.U.R.N. Meter from scratch, particularly with generating dynamic images on the LCD screen that correspond with the sensor reading. The more UV radiation the meter detects, the more red the face on the B.U.R.N. Meter becomes, and the battery icon on the screen also changes with the voltage the Arduino Teensy reads from the battery. Go to my GitHub repository to download my code.

IAEP Logo


Check out my Instructible for more details on my design process and learn how to build your own B.U.R.N. Meter