ESP-RFID-Tool
ESP-RFID-Tool copied to clipboard
Clean-up, Modernize, and Add New "Card Beep" Feature
- Fix WiegandNG code to work with modern NodeMCU chain (ICACHE_RAM_ATTR)
- Fix Space Information to use String properly (was being interpreted as random bytes in modern build)
- Fix Code to use latest ArduinoJSON library
- Fix
/api/viewlogto return card data in a useable fashion (Captures aren't just lumped in a weird string number key) - Add new
/cardbeepfeature which uses AJAX to show new captures in near real time with a nice beep (useful to run on phone when doing field captures) - Filter Erroneous 2 byte "Card" read that gets detected on boot.
- Many other minor code cleanups.
Note: First issue above completely flashing builds of the current repo with a modern Arduino IDE. If you flash them it will softbrick the module.
If any repo owners respond, I can refactor this into multiple PR's if needed. If I don't hear back in the near future, I'm just going to diverge farther from this branch and maintain my own fork.
Bit of a noob here. If I want to run your version on my hardware - do I have to load it with the Arduino workflow referenced in the firmware updates section or is there a bin file I can upload via web interface to see/use your version?