Current Lua downloadable firmware will be posted here

User avatar
By vueltinguer
#34505 Hi, this is my first post in this forum. I'm an embedded systems programmer, with a long experience in Atmel AVR MCU's , and now I'm beginning to develop embedded applications with ESP8266.

I'm struggling with wifi.sta.eventMonReg function, that's a function implemented since 07/14/2015, where are the binaries to flash this release??? Latest binaries in github are from 07/04/2015, but that function is not implemented in that release.
Do I need to compile last sources? If so, that's ridiculous! Are developers forgetting other developers?

And "Current LUA downloadable firmware will be posted here" (http://www.esp8266.com/viewforum.php?f=23&start=25) It's a joke??? How many threads do I need to read to find LAST REAL compiled build? Please , sticky last binaries or change title!

I'm sorry for being so rude in my first post, but I have lost half afternoon searching Google with no answer.
Thanks.
Jose Luis
User avatar
By kolban
#34511 At the Github home for nodemcu/nodemcu-firmware (aka Lua) ... https://github.com/nodemcu/nodemcu-firmware

There is a link to:

NodeMCU custom builds

http://frightanic.com/nodemcu-custom-build/

From here you can build your own componentized Lua firmware straight from the Github source. Alternatively, you can download the source and build yourself.
User avatar
By vueltinguer
#34554 Thanks, Kolban,and congratulations for your book, is a must for everyone who starts with ESP8266.

For everyone interested, eventMonReg and associated functions are available only in dev branch.

Thanks!