CNC and general robotics. The local roboics club here uses NXT for some
things I think, but there are a bunch of people that like to do everything
themselves, and maybe the club would be interested in a LUA based
controller.
I'm currently building a CNC (ish) single/dual axis controller board based
on a Luminary Micro Stellaris MPU and LUA would be fun to run on that I
would think. Doubt I could fit LUA and a CANOpen library on it tho, its
only got 256K Flash as well.
Good news that very few modifications were made to the LUA source. I was
actually thinking that the main issue would be interface libraries (pretty
easy) and some sort of console and program storage interface (more
difficult). I was thinking a ramtron FRAM device might work for storage, I
don't know.