Project:Festival Radio: Difference between revisions
From CoMakingSpace Wiki
(→Hardware Assembly: added an idea to fix the BMS issue) |
(→Pi Configuration: first success playing SD cards) |
||
Line 54: | Line 54: | ||
** SD card flashed using [https://www.balena.io/etcher/ Etcher] | ** SD card flashed using [https://www.balena.io/etcher/ Etcher] | ||
** many [https://www.justboom.co/software/ other installation guides] are available as well in case I'll change the software again (next try would probably be the [https://www.justboom.co/software/justboom-player/ JustBoom Player by the board manufacturer], although feature documentation seems to be lacking) | ** many [https://www.justboom.co/software/ other installation guides] are available as well in case I'll change the software again (next try would probably be the [https://www.justboom.co/software/justboom-player/ JustBoom Player by the board manufacturer], although feature documentation seems to be lacking) | ||
* changes to the SD card after flashing the Linux-based image are difficult from my Windows computer -> tried [https://www.bitvise.com/ssh-client-download Bitvise SSH client] for SSH and SFTP access | |||
moOde audio experience: | moOde audio experience: | ||
Line 59: | Line 60: | ||
** only efficient for local playback - bluetooth devices can still go too high | ** only efficient for local playback - bluetooth devices can still go too high | ||
* bluetooth functionality was rather easy after finding the appropriate settings (bluetooth "on"/pairing agent "on") | * bluetooth functionality was rather easy after finding the appropriate settings (bluetooth "on"/pairing agent "on") | ||
* SD cards inserted into the USB OTG card reader are automatically added to the library after setting "Automatically update MPD database on USB insert/remove" to <code>YES</code> | |||
** removing the SD card in the middle of a song will cause it to continue for a few seconds from RAM, then internal songs start playing -> make sure to put a few "always great" songs onto the remaining space of the internal SD! | |||
== Hardware Assembly == | == Hardware Assembly == |
Revision as of 19:51, 6 June 2019
ProjectInfoBox Festival Radio | |
---|---|
Status: | figuring out which parts to buy |
Release Date: | hopefully June 2019 |
Initiator: | Lukas |
Team: | who else would like to help? |
I want to turn an old radio into a digital music player for festivals and garden parties.
Originally I wanted to keep the old radio functions in, but will probably scrap that plan to gain more space for batteries and ease of assembly.
If you're good with audio, electronics or Raspberry Pi, I'd apreciate any help!
Major Steps
- remove unneeded hardware
- add batteries & charging electronics
- get basic functionality (e.g. 3.5 mm jack)
- convert the cassette tray into an SD card reader
- (optional) display ID3 information about current song somewhere (old tuner scale?)
Starting Points
- "Make an inexpensive lithium ion battery pack" on Instructables
- patrickweber.info (DE)
- Martin's music box
Shopping List
I got delayed with this project for a bit and wanted to get started quickly, so the sources were selected mainly for speed of delivery, not pricing:
- Raspberry Pi Zero WH
- amplifier board & digital-analog converter: JustBoom Amp Zero pHAT
- power supply considerations:
- Amp: will work fine with 12 V -> the batteries should be selected accordingly!
- Pi: 5 V (output included in the HAT)
- alternatively, it may even be enough to supply power only to the Pi (hack: 12 to 5 V car USB adapter) to save energy & avoid frying the speakers(??)
- charger: 4S battery pack needs 14.4 V (16.8 V max)
- batteries: 3S or 4S lithium pack(s)
- 18650 holders from Patrick
- protection/balancing/charging circuit:
- data input: USB/SD/MicroSD to MicroUSB OTG adapter
- optional: Tuner & Aux In
- would need an ADC to be able to sample the audio signals and output them on the amplifier board
- alternative: an extra AUX amplifier board and switch inputs (e.g. [1])
MAKE
Pi Configuration
- went with moOde audio first as Martin suggested in the discussion and I quickly found an installation guide for my amp: JustBoom.com
- SD card flashed using Etcher
- many other installation guides are available as well in case I'll change the software again (next try would probably be the JustBoom Player by the board manufacturer, although feature documentation seems to be lacking)
- changes to the SD card after flashing the Linux-based image are difficult from my Windows computer -> tried Bitvise SSH client for SSH and SFTP access
moOde audio experience:
- set ALSA volume to 80 % as there is not quite enough power for 100 % (sound cuts out) - this setting prevents user errors
- only efficient for local playback - bluetooth devices can still go too high
- bluetooth functionality was rather easy after finding the appropriate settings (bluetooth "on"/pairing agent "on")
- SD cards inserted into the USB OTG card reader are automatically added to the library after setting "Automatically update MPD database on USB insert/remove" to
YES
- removing the SD card in the middle of a song will cause it to continue for a few seconds from RAM, then internal songs start playing -> make sure to put a few "always great" songs onto the remaining space of the internal SD!
Hardware Assembly
urgent TODOs:
- come up with a solution to an apparent problem with the battery balancer: needs a charge coming in once before opening the output - problematic when 18650 cells are exchanged with fresh ones and it shuts down
- Patrick had an idea involving a resistor which I can't quite remember :-(
- Patrick idea is to add a resistor (maybe 100 Ohm) between B+ and P+ that can be switched in via a button. This would simulate a charge to the circuit and release it from its lockdown state. Not sure if the voltage on the power in/out side needs to be higher than the current battery voltage. In that case one could use a small battery (like a coin cell) to lift the voltage briefly.
- Patrick had an idea involving a resistor which I can't quite remember :-(
- start using IO pins
- shutdown script for a push button
- volume control (sliding potis from original radio)
- moOde audio has a "use rotary encoder" option to try out
- output battery status?
- a bit of cooling?? the amp gets quite "warm"...