-
i have python script to read the rfid card uid
`#main.py
#!/usr/bin/python
import time
import RPi.GPIO as GPIO
import MFRC522
import os, sys
import string
from random import *
# Create an o…
-
Doorbot 2 failed yesterday morning, when I got in it was repeatedly rebooting. It seems like the SD card holder on the Pi was broken. Ultimately just replaced the Pi with another Pi3 and that worked. …
-
Thanks for making this great app, it works great, just a minor suggestion:
- When I read a tag it shows PC ,CRC, EPC but not TID or USER
- When I load a saved tag it shows EPC, TID, USER but not P…
-
### Version
3.5.2
### Branch
future/main
### OS
RPI OS bookworm lite - 32bit
### Pi model
3 B+
### Hardware
- [Suptronics x400](http://www.suptronics.com/xseries/x400.html) Soundcard
- [MFRC…
varac updated
7 months ago
-
### Feature
I recommend introducing a `settings.yaml` file for constants that users (builders) don't need to modify. Currently, our `jukebox.yaml` combines both user-relevant settings and constants…
-
I have searched the issues and code a little bit to figure out if custom playlists are supported at the moment (not Spotify). With custom playlists, I mean that the user can 1) create a playlist, 2) a…
-
whenever I screen the card, it only prints E1 or E2, but I have no idea where E1 or E2 comes from? I follow the instruction in here:
http://www.penguintutor.com/news/raspberrypi/rfid-rc522
how t…
-
```
A checksum is read from the RFID card can be used to verify the card is read
correctly. This Checksum byte should be written to the CSV file along with the
card ID to aid validating the records…
-
One idea i've had a while ago:
Track title will be read aloud before the track starts playing.
Use-case:
- One folder with a lot of children audiobooks linked to one single rfid card
- …
-
Previously we were using PN532 NFC Module.
This module works using I2C (and SPI as well), and worked fine, but for new desing we would like to test another board (Cheaper and smaller)
The Board to…