Skip to content

Here i collect all the stuff i found out about the esp8266

Notifications You must be signed in to change notification settings

tuxBurner/esp8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp8266

Here i collect all the stuff i found out about the esp8266

gtkterm

ESP8266 supports firmware updates over the same serial interface with a few changes to the setup — you need to pull the GPIO0 pin to ground and use a 115200 baud rate from Teensy to the module.

Install Firmware

wget https://github.com/nodemcu/nodemcu-firmware/releases/download/0.9.6-dev_20150406/nodemcu_integer_0.9.6-dev_20150406.bin sudo python esptool.py --port /dev/ttyUSB0 write_flash 0x00000 nodemcu_integer_0.9.6-dev_20150406.bin

Tools To use

Links

About

Here i collect all the stuff i found out about the esp8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published