2

can you please assist me on python scripts that can import DATA FROM AN RFID READER (MFRC522) TO A MariDB DATABASE using a Raspberry Pi 3 B+?

Ak282616
  • 29
  • 1

1 Answers1

2

The answer for your question can't be given that easily. But here, let me try. Follow this flow.

  1. Install and configure MariaDB
  2. Install python framework that gives you the connectivity with the database.
  3. Use pigpio with python and write a program to capture the readings and use the database library to save the data. Last thing , you have to find the SPI pins from specs of RPi. This way you can connect the whole thing togather.

Ask anything if you are stuck.

Sohan Arafat
  • 1,852
  • 2
  • 12
  • 43