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+?
Asked
Active
Viewed 133 times
1 Answers
2
The answer for your question can't be given that easily. But here, let me try. Follow this flow.
- Install and configure MariaDB
- Install python framework that gives you the connectivity with the database.
- 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