You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flash the ESP-01 wifi module position 0x00000 with custom built firmware (float version) using esptool i.e. esptool.py --port /dev/tty.wchusbserial1410 write_flash 0x00000 ./nodemcu-1.5.4.1-final-9-modules-2020-04-03-04-23-13-float.bin
Use stty -f /dev/cu.wchusbserial1410 115200 & to set the serial Baud
Download ESP8266 / NodeMCU / MicroPhython IDE ESPlorer
Open ESPlorer, switch to NodeMCU+MicroPython tab
Open and change settings in config.lua
Rename pull.lua or push.lua to init.lua
Upload config.lua and init.lua to the wifi module by clicking on Save to ESP