capella-ben / LUA_RC522

MFRC522 RFID reader/writer for the NodeMCU
29 stars 21 forks source link

Does not work #6

Open poorandunlucky opened 6 years ago

poorandunlucky commented 6 years ago

On current firmware I get "Out of memory", on provided firmware I get CRC error.

Any help you could provide? I'd really rather avoid using Arduino IDE because I'd like to use the LFS for other things...

Your code was... an awesome find, until I got to trying it and it didn't work... : <

Edit: Nevermind, got it... I built a firmware with bit, file, gpio, node, spi, struct, timer, uart; 64K LFS, 0 offset, 64K SPIFFS... Not sure if it's the slim firmware, the LFS, or the fact that I added the struct module (I'm new to Lua, but I read that to optimize memory one should use some functions in the struct library, and since you seem fairly talented I figured you might`ve used that to… you know… deal with the memory problem : P

Thanks : )