paulo-raca / YetAnotherArduinoWiegandLibrary

Event-driven Wiegand Library for Arduino
The Unlicense
70 stars 28 forks source link

different ESP32 models #36

Closed NiKola-it closed 10 months ago

NiKola-it commented 10 months ago

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

NiKola-it commented 10 months ago

it was hardware problem! fixed