Advertisement
Javi

IoT: Espruino Esp8266 Nodemcu

Nov 8th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # Espruino on NodeMcu Esp8266
  2.  
  3. * Download the firmware (select esp8266 board and click on the 4mb combined file): https://www.espruino.com/binaries/espruino_2v00_esp8266_4mb_combined_4096.bin
  4. * Install esptool: https://github.com/espressif/esptool
  5. * Clean the flash rom: esptool.py --port COM3 --baud 115200 erase_flash
  6. * Flash the new firmware: esptool.py --port COM3 --baud 74880 write_flash --flash_size=detect -fm dio 0 espruino_2v00_esp8266_4mb_combined_4096.bin
  7. * Install the chrome ide: https://chrome.google.com/webstore/detail/espruino-web-ide/bleoifhkdalbjfbobjackfdifdneehpo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement