Skip to content

matiasinsaurralde/esp8266tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp8266tool

Toy program to communicate with the Espressif ESP8266 bootloader.

Based on esptool and esptool.py.

Other relevant projects: iotit, esp-flasher.

Currently the only supported command is read_mac:

% ./esp8266tool --port=/dev/cu.usbserial-1410 read_mac
2021/01/07 00:15:40 Trying to establish connection with the device
2021/01/07 00:15:40 Connection established with /dev/cu.usbserial-1410, baud rate is 115200
2021/01/07 00:15:40 SYNC ok
2021/01/07 00:15:40 MAC address is: 5c:cf:7f:b9:d5:f4

TODO/ideas

  • Integrate ESP8266 support into esptool.
  • Implement flash commands

Releases

No releases published

Packages

No packages published

Languages