Skip to content

Takes a python hex serial output and stores it in an array, to be used to write info onto a nfc card

Notifications You must be signed in to change notification settings

jborrel00/Arduino-Database-Writer-proto

Repository files navigation

Arduino-Database-Writer-proto

Takes a python hex serial output and stores it in an array, to be used to write info onto a nfc card

This program works in conjuction with the pydatabsemanager_test.py file. Which looks through the MySQL database 'foosball' for the 'test' entry and its respective [auto-incrementing] Id. That program then takes that information and serially sends it to the arduino. The arduino code then stores the code in a data array. The goal is to then include this code snippet in the CODE.ino program that is currently used to write hex data onto card. This way, you would not have to enter the code manually into the arduino code every time you add a new player, you would only have to include them in the MySQL database and they would then be added automatically to the arduino code and coded onto their own card.

About

Takes a python hex serial output and stores it in an array, to be used to write info onto a nfc card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages