Mr. Burns Prevents Sun Burns

[nmcclana] wrote out this very detailed instructible on building Mr. Burns, a sun burn alarm.  Enter your skin type, sunscreen type, and UV levels for the day and Mr. Burns will let you know when it is time to go seek shelter or re-apply that sunscreen. Built on a Propeller platform, he’s using a blue LED as the UV sensor. He mentions that the device is fairly accurate, however people tend to put sunscreen on too thin and that will throw off the readings. There is a video of it in action on the instructible.

13 thoughts on “Mr. Burns Prevents Sun Burns

  1. Thanks, Hackaday, for putting up my project! I don’t have a pure UV source to test the sensor, but I tested it using a UV filter. Then I took readings different light sources. I also compared to reported UV readings at solar noon to my measurements & it came out very close to the reported level of UV radiation.

    @Derrick – yeah, this is a straightforward build, mostly it was UI work & entering the WHO data. One trick, though, was how I read the LED without an op amp – I got the idea for this Mitsubishi whitepaper (http://www.merl.com/papers/docs/TR2003-35.pdf).

    I’m cautious to dynamically re-calc exposure because I don’t think skin is equally sensitive throughout an exposure, but I couldn’t find any research on what the exposure curve is. It would be pretty cool, though, and not hard to program.

  2. As mentioned the last time one of these “sun exposure” sensor projects came out, THE SENSORS DO NOT COVER ALL UV BANDS. There are THREE UV bands and some of them are very wide.

    Nevermind that risks are based on melatonin levels, sunscreen protection, etc. None of which can be estimated by an electronic device. That’s why they don’t exist commercially- they’re useless!

  3. An LED cannot be used as UV sensor, the acrylic is not UV transparent. Your just measuring (blue) light. Propeller is far overpowered, too. 1 UV-photo diode, an LED and 1 mikrocontroller plus a lithium battery can do pretty much the same. Not even need a resistor.

  4. If you use UV Leds, they won’t detect much. An LED is only sensitive to SHORTER wavelenghts. In result you can’t capture short UV with a standard long UV (blacklight) LED, as the epoxy blocks short UV. The only possibility there would be, to use one that has a UV transparent dome/plate, like some high power Nichia UV Leds. But then you might as well get a real sensor.

  5. I have to agree with Steve that using the Propeller for this is overkill. A simple PIC would’ve done the trick.

    Cool idea for the project, but I wouldn’t trust those readings coming from a single blue LED if I’m going to be frying under the summer sun ;)

Leave a Reply to shanebCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.