Hello everybody, I just started a project in which I have to program a microcontroller that is connected to a magnetic card reader( through pins I guess). When a card (ID student card) is swiped, the card reader reads the card information (student name, card number, etc), it sends it to the microcontroller which compares it with a group of data storage in a small-local database (4 students) which is written inside the code. If the card information matches with the data stored in the small database, then it rotates a motor to open a locking mechanism; otherwise, it sends an invalid ID card message in a small LCD screen. I'm not sure sure which microcontroller would be suitable for this type of project as wells as what type of magnetic card reader. I want to make it in C. Any suggestion, idea or link to look at, it is greatly appreciate. Thanks in advance.