Has Anyone EVER gotten MFRC522 RFID working with Teensy 3.2 I2C

Status
Not open for further replies.

awardblvr

Member
Lots of people using MFRC522 with SPI.. But I have a unique application where I need to use I2c.

I've spent the better part of the w.e. trying various peoples' code, hacking little boards like this one:, Wwiting my own... etc.

And trying combinations of libraries from:
https://github.com/arozcan/MFRC522-I2C-Library
https://github.com/miguelbalboa/rfid

and a few others... But NONE seem to work.

Has ANYONE ever succeeded in getting and I2C RC522 implementation?

(or for that matter UART mode?)
 
Last edited:
Have you tried an I2C scanner to see if the device is at least on the bus? If it doesn't find the device, have you got 4.7k pullup resistors on SDA and SCL?

Pete
 
Status
Not open for further replies.
Back
Top