riggtravis / BodgecycleComputer

A bodged together bicycle computer for hackers
MIT License
2 stars 1 forks source link

Excessive Heat #12

Open riggtravis opened 7 years ago

riggtravis commented 7 years ago

after rides that aren't actually very long, the device can be very hot. The device does not seem to have any issues operating in these conditions, however, it can be unpleasant for a user to handle it. I would like to look into figuring out how to reduce this heat. There might be software optimizations to be made. Perhaps changing the power source would improve how the device operates. Maybe it would be best to look into adding a heat sink and making that part of the standard hardware setup.

riggtravis commented 7 years ago

I have decided that this should be addressed in a form factor update. We can put a heat sink on an SMD processor but not on the processor for a stock Uno R3. The cheapest SMD replacement that we could use to replace the Uno is the Pro. We could also migrate at that time to the Pro mini, which is the cheapest prototype board you can basically get.

riggtravis commented 7 years ago

Recent commits to optimize battery usage have done a world of good for this issue, but I still want to do all that I can to ensure safe usage of bodgecycle computers