hi,
i tested library with a ESP32-S2 and it's working perfectly. The same code on a ESP32-WROVER-E no luck.
ISR are fired ( i added a serial print to check it ) but no readings. If i enable INPUT_PULLUP on pins i get Card read error: Unsupported message format - Raw data: with 1 to 3 bits readings.
Tried many different things ( level shifter, using core 0 instead of 1, tested all available pins on board, removed delay, more delay, etc ) but nothing work.
What can be different between the two chips?
thank you
hi, i tested library with a ESP32-S2 and it's working perfectly. The same code on a ESP32-WROVER-E no luck. ISR are fired ( i added a serial print to check it ) but no readings. If i enable INPUT_PULLUP on pins i get Card read error: Unsupported message format - Raw data: with 1 to 3 bits readings. Tried many different things ( level shifter, using core 0 instead of 1, tested all available pins on board, removed delay, more delay, etc ) but nothing work. What can be different between the two chips? thank you