Skip to content
Wojciech Baczyński edited this page Mar 14, 2017 · 7 revisions

Welcome to this NodeMCU project wiki page!

This wiki page is to provide information about how to use this project and references to documentation sites that may be of use upon starting with NodeMCU

  1. Introduction to NodeMCU

    • What is ESP8266 and NodeMCU?
      • Basic information
      • ESP8266 Comparison
      • Technical information
      • Little about successor - ESP32
      • Useful sites
    • Choose your IDE
  2. Flashing firmware

    • Install CP210x drivers
    • Use NodeMCU dedicated firmware
  3. Memory Optimization

    • How memory is managed in NodeMCU
    • How it connects with our code
    • How to optimize RAM and Flash memory
  4. MQTT client

    • How to implement your own MQTT client
  5. Useful Codes