Hey Everyone,
I am fairly new to arduino and i'm really just looking for someone to tell me if what I want to do is possible and to point me in the right direction.
Ok of the topic at hand. I am hoping that i can take an arduino and an MFRC522 to read the data on a specific block (2 bytes of data total) then use that data to complete a mathematical equation and show the result on a screen (not the serial monitor). For example when the RFID chip is read the Arduino would execute the following equation and display the new total on the screen.
Starting Total: 100
Base Value of the Sensor = A
(Eventualy I will add more RFID Readers that will have a different base value and will read a different block of information. I want to get on working first and will expand later)
Byte 1 = B (if i am correct each byte of information is a 2 digit number. I know it can also be a one digit number however I will only be working with 2 digit numbers.)
B0.1 = C
AC = D
100 - D = New Total
Thanks for your time. I hope someone has good news for me.