Skip to content

This project was done as a part of the course Microprocessors and computer architecture (UE21CS251B)

Notifications You must be signed in to change notification settings

samridh3215/pay_thorugh_finger

Repository files navigation

Integrated Payment System with Student's Fingerprint

This project reqires a raspberrypi 3/4, r307 fingerprint module and an oled display to work

I2C and UART must be enabled on the raspberry pi

Making the connections

image

Installing the dependencies

Run pip install -r requirements.txt to install dependencies

Using the project

  • There are two parts to this project, registering the fingerprint to the server with name, SRN and amount
  • Verifying and processing payment at the eateries/canteens where the vendor selects the items according to the order

You will need a uri to store and verify the fingerprints. Create a mongodb database and get the uri and store that in a .env file as

uri="<your uri>"

  • Run the RegisterFinger.py to enroll yourslef
  • Then run the Server.py
  • Once thats running, run Shop.py

About

This project was done as a part of the course Microprocessors and computer architecture (UE21CS251B)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages