Skip to content

Instantly share code, notes, and snippets.

View OluwatomiTomi's full-sized avatar

Oluwatomi Bombata OluwatomiTomi

View GitHub Profile
@IdrisCytron
IdrisCytron / RC522ReadWrite.py
Last active September 12, 2022 17:32
Read and write RFid data using RC522 on Raspberry Pi.
#!/usr/bin/env python
import RPi.GPIO as GPIO
from gpiozero import Button, Buzzer
from time import sleep
from mfrc522 import SimpleMFRC522
import sys
GPIO.setwarnings(False)
@andrewvaughan
andrewvaughan / RFID-Pi.md
Last active January 7, 2024 14:52
Reading RFID via UART on the RaspberryPi

RFID via UART on RaspberryPi

Download the Latest Version of Raspbian Lite

This can be downloaded here. It is highly recommended to download the Lite version. You can also download the full version, but most of the image is just bloat for this project.

Prepare the MicroSD Card

It is recommended to get a Class 10 or better card to improve speeds. Lower-quality cards will take tremendously longer to format, configure, and load on the RaspberryPi.