Skip to content

Example software on using the CognIoT 125kHz RFID Raspberry Pi Reader.

License

Notifications You must be signed in to change notification settings

CallumBeaney/RFID_125kHz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFID_125kHz

Example software on using the CognIoT 125kHz RFID Raspberry Pi extension board.
My internship has also involved using WiringPi, studying core SPI structures, LORAWAN basics, serial port debugging and fourier transform-related libraries.
Long-term this technology will be used in monitoring bee and hornet activity, likely using a Flutter application to receive and send data over Bluetooth.

Click the above image to see a basic video showing the core operation

"This program and its code is experimental, and is not intended to be used in a production environment. It demonstrates the very basics of what is required to get the Raspberry Pi receiving RFID data and configuring the RFID Reader parameters."

Turn your Raspberry Pi into an intelligent data collector using the 125KHz RFID Reader. Installed without any additional drivers, the RFID Reader uses existing facilities (UART and one of four GPIOS pins, user selectable) on the Raspberry Pi to link to a RFID module and detect the presence of RFID tags.

This repository offers example software (both C code and Python) on how to setup the Reader and how to monitor the RFID tags. The uses are endless - what will you design with the 125KHz RFID Reader?

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation as version 2 of the License. For more information refer to www.cogniot.eu"

About

Example software on using the CognIoT 125kHz RFID Raspberry Pi Reader.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.6%
  • C 12.4%