davidanddiesel
Posts: 15
Joined: Sun Jan 18, 2015 4:03 am

LED ski helmet?

Sat Jan 31, 2015 3:12 am

I had an idea to stick a raspberry up to the top of my ski helmet and have it flash some LEDs. I have many questions about this:

1. Will the Raspberry Pi function properly in temperatures in the negatives (Fahrenheit)?

2. What protection will I need so if I fall my Pi will not break?

3. How will I make sure that I am able to remove the Raspberry Pi and put it in my backpack?

4. What kind of batteries should I use, I normally use LiPo batteries but they are risky to operate in this weather, and double As are way to fat?

If someone could make a diagram or something like that I would be grateful. Thanks for any help!

ame
Posts: 3172
Joined: Sat Aug 18, 2012 1:21 am
Location: New Zealand

Re: LED ski helmet?

Sat Jan 31, 2015 3:20 am

davidanddiesel wrote:I had an idea to stick a raspberry up to the top of my ski helmet and have it flash some LEDs. I have many questions about this:

1. Will the Raspberry Pi function properly in temperatures in the negatives (Fahrenheit)?

2. What protection will I need so if I fall my Pi will not break?

3. How will I make sure that I am able to remove the Raspberry Pi and put it in my backpack?

4. What kind of batteries should I use, I normally use LiPo batteries but they are risky to operate in this weather, and double As are way to fat?

If someone could make a diagram or something like that I would be grateful. Thanks for any help!
That's a great idea! And you've already identified a bunch of potential pitfalls that will need your attention. If you have Googled for ideas already and haven't found any I suggest you try a few things yourself and then write about what went well, and what didn't go so well, so that others can learn from you.

User avatar
davidcoton
Posts: 5026
Joined: Mon Sep 01, 2014 2:37 pm
Location: Cambridge, UK
Contact: Website

Re: LED ski helmet?

Sat Jan 31, 2015 10:00 am

Touching on points 2 and 3: I don't know about ski helmets, but with motorcycle helmets the advice used to be DO NOT MODIFY the helmet in any way -- neither fixing screws or glue. Doing so can damage the protection the helmet should provide.

As to protection for the Pi, I guess it needs a helmet of its own.
Signature retired

User avatar
TimG
Posts: 299
Joined: Tue Apr 03, 2012 12:15 am
Location: Switzerland

Re: LED ski helmet?

Mon Feb 02, 2015 2:47 am

Adafruit have a nice tutorial on this subject: https://learn.adafruit.com/citi-bike-helmet/overview

They use an Arduino clone, and (at the risk of courting controversy) that may be a better approach for flashing LEDs. It's smaller, easier to mount on a helmet, and easier to power from batteries.

If you stick to using a raspberry pi, I'd put it and the batteries in a suitably padded rucksack. Using addressable LEDs means you only need 4 wires running to the helmet.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: LED ski helmet?

Mon Feb 02, 2015 7:00 am

I agree that using a Pi is totally overkill. And its own power
consumption is astronomical compared to a MCU or a LED
itself.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

User avatar
Jednorozec
Posts: 809
Joined: Sun Nov 24, 2013 2:17 pm
Location: Deposit, NY

Re: LED ski helmet?

Mon Feb 02, 2015 7:55 am

Use the Adafruit Gemma instead of a Pi. It's very small, runs off Lithium batteries, Arduino code compatible, can drive the Adafruit NeoPixels and is much cheaper than the Pi.
The most important leg of a three legged stool is the one that's missing.
It's called thinking. Why don't you try it sometime?

davidanddiesel
Posts: 15
Joined: Sun Jan 18, 2015 4:03 am

Completed!

Wed Feb 04, 2015 4:09 am

I made this project, however, I did not use the raspberry Pi, as it is totally overkill. Instead I found a little led controller from a broken led lantern and used it to flash my helmet light. The temperature didn't effect it, it was powered by two little key batteries, and when I failed on a rail, the device was still intact!

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: LED ski helmet?

Wed Feb 04, 2015 10:49 am

I was just going to post that even an Arduino would be overkill for blinking a LED ...

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Return to “General discussion”