-
I've got a Pi3 imaged from the official Pi Imager (Bullseye 32bit). Attached are the steps I took to do the setup. Everything seems to be working just fine but the webapp doesn't acknowledge the RFID scan. The web page loads, recognizes audio files and folders and plays music without an issue. I know the RC522 works because I can run basic scripts (attached) and it works fine. Any help is appreciated. Let me know if you need any kind of additional information. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 10 replies
-
Hi, Also this sound pretty similiar to #1972 |
Beta Was this translation helpful? Give feedback.
-
Sure thing. Attached. |
Beta Was this translation helpful? Give feedback.
-
I've tried before with no luck. I tried again just now using this same image. I'm going to try this once more from a clean image (Bullseye with update/upgrade). Is there anything from my install steps attached earlier that would be an issue? Any reason I shouldn't change the hostname, set Wifi/local etc from the Official Pi Imager tool? |
Beta Was this translation helpful? Give feedback.
-
No Luck. One of the errors says "Failed to add entry for user pi." so I wonder if it's the hostname. I'm going to try and fix that and test again. |
Beta Was this translation helpful? Give feedback.
-
Still no love. Brand new Image from Pi Imager. Followed my Install Setup doc. Update/Upgrade. Then ran the one-line script. That did not read the RFID. (See logs 3) Then ran the script again. See logs 4. Let me know what else I should try. Thanks. |
Beta Was this translation helpful? Give feedback.
-
-> "/home/MagiCube/RPi-Jukebox-RFID/" Have you tried skipping all the manual installations in advance (even the spi / i2c activations)? The Installationscript / plugin setup should make all needed configurations. |
Beta Was this translation helpful? Give feedback.
-
Still no love. It has to be something stupid I just can't pin down. RFID Reader Services 6.txt |
Beta Was this translation helpful? Give feedback.
-
OMFG!!! It was the IRQ that was needed! Every Google search and RC522 pinout document shows that pinout, with the IRQ not needed.... I added that 1 pin and sure enough I got the response needed. I'm truly sorry I didn't catch that sooner! Gahhh. Time to start with a fresh image and go from there. Thanks for all the help! |
Beta Was this translation helpful? Give feedback.
-
Hey. Here is what I ended up with. IRQ on pin 18 worked.
[cid:3b24cdbb-d831-4e0d-be3d-68a61c97b855]
…________________________________
From: Consolas ***@***.***>
Sent: Thursday, June 8, 2023 1:32 PM
To: MiczFlor/RPi-Jukebox-RFID ***@***.***>
Cc: SubLim3 ***@***.***>; Author ***@***.***>
Subject: Re: [MiczFlor/RPi-Jukebox-RFID] RFID Scan not working though the webapp. (Discussion #1998)
Hey my friend! I'm having the same issue and I do have the IRQ disconnected as well so fingers cross it is the same thing - where should I connect it to (the pin in the PI)?
Thanks!
—
Reply to this email directly, view it on GitHub<#1998 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFZTIETNYYVFO3DIOCLV2KDXKILDVANCNFSM6AAAAAAWEUBRXE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
OMFG!!! It was the IRQ that was needed! Every Google search and RC522 pinout document shows that pinout, with the IRQ not needed.... I added that 1 pin and sure enough I got the response needed.
I'm truly sorry I didn't catch that sooner! Gahhh. Time to start with a fresh image and go from there. Thanks for all the help!