Skip to content

Smirnov-Andrei/read_me

Repository files navigation

Links to projects

  1. esp-open-sdk
  2. micropython
  3. online help files
  4. webrepl project
  5. EsPy tool

All projects contain build instruction in readme.md file in a root of the project.

Build sequence

  1. buildtools - gcc for esp8266

  2. micropython unix

    micropython/ports/unix$ make

  3. micropyth port for esp8266 - esp micropython firmware

    micropython/ports/esp8266$ make

  4. user module hworld - C_Module for micropython

    micropython/examples/usermodule/hworld$ make

    CompilingUserModule

  5. programm esp board with esptool.py

  6. main.py: executed after boot.py, may be used for some actions - connect to local WiFi, may be leave esp-board in a AccessPoint mode(connect to eps-board wifi network nedeed)

Next steps are on Windows with EsPy tool

EsPyComment

  1. connect to the board
  2. in file manager: copy to esp filesystem main.py and hworld.mpy FileManager
  3. in terminal window: send to the board +D to restart
  4. in terminal window:

    import webrepl; webrepl.start(password="123456")

  5. connect to esp board with local WebREPL page
  6. enter password and you may use micropython REPL over WiFi WebREPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages