User Tools

Site Tools


elec:esp8266:nodemcu

This is an old revision of the document!


# NodeMCU

## Overview

So, I got a cheap NodeMCU board from eBay. Here are some notes to get started with the ESP8266 !

## Requirements

### ESPTool

Grab the python script esptool from github: https://github.com/themadinventor/esptool

  git clone https://github.com/themadinventor/esptool
  cd esptool
  ./esptool --port /dev/ttyUSB0 flash_id

Output should be something like:

  Connecting...
  Manufacturer: e0
  Device: 4016

Which means your board is working ! It's also included in the NodeMCU firmware repository

### NodeMCU

Grab the firmware from github: https://github.com/nodemcu/nodemcu-firmware

  git clone https://github.com/nodemcu/nodemcu-firmware
  cd nodemcu-firmware/
/home/share/www/redox.ws/wiki/data/attic/elec/esp8266/nodemcu.1446896480.txt.gz · Last modified: 2023/11/24 21:55 (external edit)