I love mountain biking! Embarrassingly enough, when I got my last mountain bike, I did not check the full functionality of the front suspension. To my dismay, I found that the front lockout feature didn’t work. Of course, it was long outside the manufacturer’s warranty… On a good note, it got me thinking about how you could use a Raspberry …
Kickstarter campaign is successfully funded!
A HUGE THANK YOU TO ALL THE BACKERS! This has been an amazing experience, and we want to make sure that everyone stays updated on JuiceBox Zero. We will be posting updates periodically about manufacturing progress and any answers to JuiceBox Zero questions we can manage! Feel free to reach out and we’ll get back to you as soon as …
Low Battery Shutdown Code
When JuiceBox Zero sees the battery voltage reach 3.2V the “LOW BATTERY” LED lights up and causes GPIO16 to go HIGH. In order to perform a safe shutdown, do the following: Type: sudo nano LowBatteryShutdown.py This will create a python file in your current folder for the safe shutdown code. Copy and paste the following code into LowBatteryShutdown.py and save …