asif-mahmud / MIFARE-RFID-with-AVR

GNU General Public License v2.0
22 stars 13 forks source link

RFID-RC522 with SPI and ATMega32A #2

Open SubrataT opened 5 years ago

SubrataT commented 5 years ago

I used this library to connect ATMega32A , RFID-RC522 with SPI and LCD 1602a. I have updated the port details in myutils.h and spi_config.h as per the requirements. But every time It is prompting "No reader found" I did RFID Example/tests/2.card-detection-test I understand that the project was created with ATMega48-P. I am not sure whether any specific changes need to be done for ATMega32A or not. Request help.

asif-mahmud commented 5 years ago

Hi, its being so long i have since i have worked with. let me review it and i ll come back as soon as i can. meanwhile if you have already found a solution please share for others.

asif-mahmud commented 5 years ago

did you update the Makefile.config file after this section - #device configuration . it must match with your mcu configurations. btw this setup was meant to be used with avr gcc/winavr + avrdude programmer. for different setup you may have to create new project and copy/add the source files to your project.