MIFARE-RFID-with-AVR icon indicating copy to clipboard operation
MIFARE-RFID-with-AVR copied to clipboard

RFID-RC522 with SPI and ATMega32A

Open SubrataT opened this issue 6 years ago • 2 comments

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.

SubrataT avatar Mar 26 '19 20:03 SubrataT

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 avatar May 19 '19 08:05 asif-mahmud

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.

asif-mahmud avatar May 19 '19 08:05 asif-mahmud