Couldn't do this without Lua and ESP8266.

Couldn’t do this without Lua and ESP8266. The price point makes all of this possible.

Originally shared by John Lauer

3 new Cayenn devices ready to add to my 3040 CNC machine.

Fabulous - not sure Lua as implemented in the ESP is something I’d consider reliably mind you… tried it several times - it works - but runs out of RAM at the drop of a hat.

I have massive success with Lua. You just have to watch that you don’t write your code such that you’ll run out of RAM. Have written about 10 different projects with it now and it’s tight. It is running in production great. I do find that sticking with integer builds keeps RAM low for me.

It’d be nice to have luajit :stuck_out_tongue: