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 …