- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 4 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 10 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 11 months ago
- Snowflake with ArduinoPosted 11 months ago
- Holographic Christmas TreePosted 12 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 12 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Pipod: Raspberry Pi Zero Portable Music Player
The PiPod is an open source portable music player based on the $5 Raspberry Pi Zero. It uses this affordable single-board computer to run Linux-based software including VLC (which handles media playback) and a custom user interface to display song titles, artist names, and album titles, song length, and other details.
A 2.2″ TFT displays the UI, which is of course completely customisable. Everything is squashed into a 3D printed case, which has the smallest form factor possible whilst retaining a decent amount of battery life.
The electronics are what you’d expect: a boost converter to produce 5 V for the Pi from the 3.7V battery, a charge controller and a battery protection circuit. As a bonus, the battery voltage is monitored with a 12-bit ADC which reports to the Pi, enabling it to do a safe shutdown at low voltage, and display battery level on the UI.
The PiPod, now in its third iteration, offers users a range of functionality and can be made fairly cheaply using Bram’s custom PCB.
Source code is available if you want to modify the software or hardware designs, and you can read more about the PiPod at the project’s Hackaday page, where you’ll also find the latest software image plus links to files that will let you 3D print a custom docking station for the PiPod.