I am pretty new to Arduino and I am trying to make a timebomb for airsoft.
I would love for it to work with USB keys, which each team has.
They can plug it in the bomb, then the bomb knows which team has control of it.
These would be small USB sticks that hold a small file in them like a .txt or a .ini file which has a token like 'Team Blue' or 'Team Red', or just '1' and '2'.
Can I get my Arduino to read a file like this by attaching a USB to UART 5-Pin serial converter?
Any tutorials, guides or maybe other methods?