Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By ucy74
#3994 Do You planning something like cron or .ini file?
Now module must have a "master" like uC or PC (or firmware) to do something - acts like modem.

I would like to make it more "standalone".
For example configure GPIO0 as input and send command via socket when trigger pulse comes.
Or plain list of commands done after boot-up...

Priviet!
User avatar
By Necromant
#4057 Yep, there'll be at least something like uboot's 'bootcmd' some time soon. I'm actually looking for a proper scripting engine to embed.
Lua is really cool, I like and know this language and have a bunch of my projects using it. But honestly - it's way too bloated for esp8266. If only it had twice as much ram...
I'm now looking towards a small lisp interpreter. These look way more simple, and don't really explode people's minds like forth does.