An open API service indexing awesome lists of open source software.

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

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