- Sun Nov 15, 2015 2:34 am
#34035
first off it is LUA...
Second it is not quite as easy as hosting a website padawon.
You have much reading to do the task will be longer than you figure there are things you must learn before you can start walking running etc...
The NodeMCU is a great device but requires a decent amount of patience and a steeper learning curve than one originally figures.
Some good things to learn from is example code that already exists yes you need tight code! Not so much for storage space as for memory though it is memory which will get you on the esp8266 long before storage.
It isn't quite as simple as hosting a webpage btw you basically have to buffer out a webpage.
Now on to the nuts and bolts some learning material for you.
https://github.com/nodemcu/nodemcu-firm ... mcu_api_enwiki/doku.php?id=starthttp://www.lua.org/start.htmlstudy examples look at what has been done.
Search for videos on youtube.
Search for code examples.
Look at interesting things that are already out there and learn from them.
Follow the references I have given you.
Try something simple to begin with light turning the LED on and OFF on your nodemcu...
And when you do figure something out share it and help others pay it forward.
I am by far and large still very new and learning only a couple of months into this maybe two hours a day avg just hammering away at reading and trying different things don't expect it will happen over night or you will get it instantly because you will defeat yourself set small goals in learning for the day.
And most of all enjoy what you are doing!
All of the work, testing, reading will pay off.
Enjoy and good luck!