-
Notifications
You must be signed in to change notification settings - Fork 1
Introduction
Wojciech Baczyński edited this page Jan 23, 2017
·
3 revisions
- Official NodeMCU web page - a brief introduction to NodeMCU capabilities
- Official NodeMCU Documentation - main documentation reference for using NodeMCU
- Comparison of different NodeMCU modules
- Review of All NodeMCU modules (YouTube) - when you want to decide which board to buy
-
Arduino IDE - useful for developing NodeMCU with C programming language
- Brief tutorial on using Arduino IDE for NodeMCU I believe it's worth pointing out that developing NodeMCU using C programming language has a lot of advantages. For example, the execution is faster and capable of conserving RAM. On the other hand, I consider developing in Lua programming language simpler.
-
ESPlorer - good to begin with