https://github.com/make2explore/raspberrypi-em18-rfid-reader-interfacing
Tutorial - How to Interface EM-18 RFID Reader with Raspberry Pi 4
https://github.com/make2explore/raspberrypi-em18-rfid-reader-interfacing
Last synced: 9 months ago
JSON representation
Tutorial - How to Interface EM-18 RFID Reader with Raspberry Pi 4
- Host: GitHub
- URL: https://github.com/make2explore/raspberrypi-em18-rfid-reader-interfacing
- Owner: make2explore
- License: gpl-3.0
- Created: 2022-02-15T08:24:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T18:19:51.000Z (about 4 years ago)
- Last Synced: 2025-03-12T10:11:27.417Z (about 1 year ago)
- Language: Python
- Size: 2.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RaspberryPi-EM18-RFID-Reader-Interfacing
🔴 Tutorial - How to Interface EM-18 RFID Reader with Raspberry Pi 4
🚩 To download and Install WiringPi library on Raspberry Pi - Go to Following Link
------------------------------------------------------------------------------------------
📜 __C Libraries__
🌐 http://wiringpi.com/download-and-install/
⏩ wiringPi updated to 2.46 for the new Pi v3+
🌐 http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/
⏩ wiringPi updated to 2.52 for the Raspberry Pi 4B
🌐 http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/
-------------------------------------------------------------------------------------------
📜 __Python Libraries__
Import time and Serial library from program itself
> import time
> import serial