-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPi-Jukebox-RFID with a Pi Zero? #15
Comments
Yes, verified on Pi Zero W |
Excellent! Thank you! |
In case you want to go down that RPI Zero Route, please bear in mind that the Zero does not offer audio output on the board. So you will need to output audio either over USB or (as I did) using a soundcard. I've used the Hifiberry miniamp, which allows you to drive the speakers directly. You will also need to follow these instructions: https://www.hifiberry.com/build/documentation/adding-software-volume-control/ to ensure that you can set volume levels in alsamixer. Out of the box, the volume was unbearably loud on my jukebox. |
Did someone already try to play music over Bluetooth (e.g. with pulseaudio) so that there is no need for a soundcard? |
hi @ghostdex and welcome. I haven't tried it yet, but it would be good to get this into the manual as a "howto" section. Possibly open a new "issues" with this title and see if somebody joins the process? As you can see: the "issues" here are more like forum threads than bug reports ;) and the bluetooth issue has no thread yet. Start it, fix it and create a pull request for the documentation and possibly code. Thanks |
Hello, thanks a lot for your work. It's very easy to use it and so cool. I made my jukebox with a raspberry pi zero WT and used a cheaper soundcard. https://www.aliexpress.com/item/Raspberry-Pi-pHAT-Sound-Card-I2S-interface-PCM5102-DAC-Module-24-bit-Audio-Board-With-Stereo/32742608325.html For installation of the homemade DAC on a Raspbian, you can use the pHAT DAC's one line installer command: curl -sS https://get.pimoroni.com/phatdac | bash See the link for connection : https://www.hackster.io/shiva-siddharth/audio-dac-hat-for-pi-with-headphone-jack-and-3w-speaker-out-51bad6 Everythink work well. |
Yes, I verfied on the PI Zero without W ;-) |
I also try to set this up with a PI Zero W. How can I connect the RFID-Reader (not USB) to the Raspberry Zero W? Type is RFID-RC522. Is there a how to? How to wire this? I totaly newby. My prototype with a PI 3 and USB RFID Reader did well... |
Hi I've just found an tutorial where you can see how to wire the RC522: |
Short Update from me: |
Hi together, Did anyone test these and can give me the needed configurations? Speaker in Desktop mode i working. even, when i use the aplyer to play directy by device adress i also can here the sound. in webinterface is written nor volume -1% |
You have to set this value „Speaker“ in settings/Audio_ifacename I hope this helps |
Hi together, But i also have here some Tags witch give me a Serial No. insted of UID. But with other programm on saame pi i can read the Tags. |
Hi @vw2audi |
Hi @MiczFlor But if i use my RFID Reader in my mobile i can read both chip. |
What kind of cards are it that are not working? The suggested reader here is able to read EM4100 125khz cards. |
Ok in these case i have found the difference. |
Not as far as I know the reader and cards needs the same communication stanard. I had seen on eBay a dual frequency reader but no idea if you get it connected and working: I think buy the working cards would be cheaper and less time consuming |
Has anyone tried this project using a Raspberry Pi Zero?
I have an unused Pi Zero and would like to avoid buying an additional pi 3 if I don't have to. I'm wondering if anyone has tried, or has any thoughts on, using a Pi Zero with a Micro USB to USB OTG hub.
Additionally, this Pi Zero already has pins soldered in from a previous project, so I plan on adding the GPIO button functionality.
I'm curious if anyone has any experiences or thouhgts on this before I get started.
Thanks,
PJ
The text was updated successfully, but these errors were encountered: