Skip to content

Docs and projects of ESP8266 development board and ESP-12F chip.

License

Notifications You must be signed in to change notification settings

pangahn/esp8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266

Docs and projects of ESP8266 development board.

NodeMCU Pin Definition

How to re-run modules

import sys
sys.modules
del sys.modules['test']

Or use Thonny IDE.

ESP-12F

Server

nohup python3 -u server.py > /dev/null 2>&1 &

Web

nohup streamlit run web.py > web.log 2>&1 &

About

Docs and projects of ESP8266 development board and ESP-12F chip.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages