openevse_esp32_firmware icon indicating copy to clipboard operation
openevse_esp32_firmware copied to clipboard

5.10 RFID not working with new LCD wifi controller

Open rbray89 opened this issue 11 months ago • 1 comments

I've been attempting to get RFID working on the new LCD wifi unit.

I've connected a PN532 board via the SDA/SCL I2C header on the board, but can't get scans to show up. The PN532 powers up fine.

It seems the RFID config also is always available, even if no hardware is attached.

rbray89 avatar Mar 06 '24 02:03 rbray89

Created https://github.com/OpenEVSE/openevse_esp32_firmware/pull/819 to address this issue.

rbray89 avatar Apr 01 '24 22:04 rbray89

Looks like SDA and SCL might be swapped in the pinout.

rbray89 avatar Jun 20 '24 14:06 rbray89

#865

rbray89 avatar Jun 20 '24 14:06 rbray89

Looks like these changes fixed it!

rbray89 avatar Jun 21 '24 05:06 rbray89