https://github.com/faithvoid/riscvjam
Experimental Python-based RISC-V MP3 player concept using a Milk-V Duo and an SPI display.
https://github.com/faithvoid/riscvjam
Last synced: 11 months ago
JSON representation
Experimental Python-based RISC-V MP3 player concept using a Milk-V Duo and an SPI display.
- Host: GitHub
- URL: https://github.com/faithvoid/riscvjam
- Owner: faithvoid
- Created: 2024-02-11T20:13:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T05:46:29.000Z (over 2 years ago)
- Last Synced: 2025-03-15T01:32:15.700Z (over 1 year ago)
- Language: C
- Size: 392 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RISCVJAM
Experimental Python-based RISC-V MP3 player concept using a Milk-V Duo / LuckFox Pico (64MB ideally, but most likely 256MB for extra headroom), an iPod clickwheel/case and either a 2-inch ST7789V-based SPI display with an HDMI redirect or a 2-inch Adafruit composite-based LCD.
Based loosely on code from the Retro iPod Spotify Project, but intended as an always-offline music player.
## Hardware:
- Milk-V Duo 256MB / LuckFox Pico Max - $15
- 2" display (either composite or SPI) - $15-$25
- MicroSD card (2GB or higher recommended) + microSD extender - $5-$15
- iPod case + functioning clipwheel (N/A)
- 8-pin FPC cable breakout board (for clickwheel) ($10)
- Battery or power source of some type. (TBD)
- Total cost: $60-$70(?)-ish
## Pages being used for hardware/software reference:
https://www.shogan.co.uk/builds/spotipod-spotify-streaming-device-from-an-ipod-classic/
https://rsflightronics.com/spotifypod
https://github.com/dupontgu/retro-ipod-spotify-client