Hello!
After a little back and forth, I’ve decided on trying my luck with RFID for identifying Chess Pieces on a board.
I’m thinking of using PN532 RFID readers to identify the tags under chess pieces. These PN532’s would be plugged into their own little microcontroller, and then those would be plugged into the Arduino.
This is because these antennas need a lot of I/O pins, I’ll try to connect them in series, or maybe multiplex, but I think having a grid of a few sub-controllers taking care of a few antenna-inputs and just reporting back to the Arduino might be the most efficient.
Question is, what microcontroller would be best to use to handle let’s say 4 or whatever PN532 modules? I haven’t really plugged multiple controllers together before. An Arduino Nano? Seeeduino? Something else entirely? Price is not a huge problem if the microcontroller is superior for this application.
TL;DR:
What microcontroller is recommended for serial communication with Arduino and handling a few RFID readers?
After a little back and forth, I’ve decided on trying my luck with RFID for identifying Chess Pieces on a board.
I’m thinking of using PN532 RFID readers to identify the tags under chess pieces. These PN532’s would be plugged into their own little microcontroller, and then those would be plugged into the Arduino.
This is because these antennas need a lot of I/O pins, I’ll try to connect them in series, or maybe multiplex, but I think having a grid of a few sub-controllers taking care of a few antenna-inputs and just reporting back to the Arduino might be the most efficient.
Question is, what microcontroller would be best to use to handle let’s say 4 or whatever PN532 modules? I haven’t really plugged multiple controllers together before. An Arduino Nano? Seeeduino? Something else entirely? Price is not a huge problem if the microcontroller is superior for this application.
TL;DR:
What microcontroller is recommended for serial communication with Arduino and handling a few RFID readers?