Left for archival purposes.

User avatar
By ampakinetic
#25092 I am excited to see this module work with ESP8266 in the Arduino mode, but I'm a big NodeMCU fan now :)

So I'm looking at converting the library below into a Lua module for NodeMCU.

I was interested if anyone else had gone down this path already?

https://github.com/Jorgen-VikingGod/ESP8266-MFRC522

Would it be better to compile the C++ library into firmware to achieve this, or port the library to Lua? There's not that much SPI code there yet, knowing that it works with the hardware is already a big step.
User avatar
By alonewolfx2
#25147 i am wondering same thing but i dont heve much time. soo i will track this post :)
User avatar
By trackerj
#25152
ampakinetic wrote:I am excited to see this module work with ESP8266 in the Arduino mode, but I'm a big NodeMCU fan now :)

So I'm looking at converting the library below into a Lua module for NodeMCU.

I was interested if anyone else had gone down this path already?

https://github.com/Jorgen-VikingGod/ESP8266-MFRC522

Would it be better to compile the C++ library into firmware to achieve this, or port the library to Lua? There's not that much SPI code there yet, knowing that it works with the hardware is already a big step.


some work in progress here but not yet something decent polished. busy days...