-
Notifications
You must be signed in to change notification settings - Fork 398
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
🐛 | RFID card swipe is not recognized in web interface #1227
Comments
Can you activate debug logging in the web interface and swipe again? you should see the log entries also in the web interface. you use Spotify, right? |
Array |
|
I struggled with this soo much. Let me guess you are using RFC522 as a card reader right? And you have no cable from the IRQ pin to the raspberry right? If so, just add a cable from the RFC522 IRQ port to the pin 18 or GPIO 24. |
@Andreas-Roth-27 if you can confirm this solves your issue, I would add that to the wiki. |
Sorry for answering so late. I was busy and could not get to my main computer. "...You can manually register a USB device manually like this: Register your USB device for the Phoniebox In my case there was only one device called (0) called HXGCoLtd. Since I am still a newly to this platform I highly appreciate a feedback. if my comment on this subject was right or misleading or so. Thank you |
Was already in the wiki, see https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/Wiring_for_RC522_card_reader |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
SETUP
I installed the raspberry pi 3 model B with the buster image and ran the current one line installer script (i.e. for phoniebox 2.2). My hardware has no external sound card just the audio jack with connected loud speakers.
WHAT I HAVE
I am able to run phoniebox, download mp3 and have access to Spotify (premium account). The sound is ok. I am able to listen to music both locally stored mp3's and Spotify.
When I swipe the RFID chip over the reader its number or id is shown in the console (terminal) of the Raspbian right after. The green indication in the web interface for an activated RFID reader is also present.
BUG
When I swipe the RFID chip over the reader its number or id is shown in the console (terminal) of the Raspbian right after and there is also an output line with
bash: "tag-ID": command not found (correct ID but...)
And I cannot use the RFID tag-ID in the web interface of the phoniebox. What is wrong?
cat /home/pi/RPi-Jukebox-RFID/settings/version shows this "2.2 - 305325d - master"
amixer scontrols this "Simple mixer control 'Master',0" and "Simple mixer control 'Capture',0"
sudo cat /sys/firmware/devicetree/base/model shows this "Raspberry Pi 3 Model B Rev 1.2"
The text was updated successfully, but these errors were encountered: