Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created March 16, 2020 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamemomonga/5fd8189a72c35849322d41db8c1b6a44 to your computer and use it in GitHub Desktop.
Save mamemomonga/5fd8189a72c35849322d41db8c1b6a44 to your computer and use it in GitHub Desktop.
ESP-WROOM-02 のフラッシュメモリサイズを確認する方法

ESP-WROOM-02 のフラッシュメモリサイズを確認する方法

Programmingモードにして実行する

$ pip install esptool
$ ~/.local/bin/esptool.py --port /dev/ttyUSB0 flash_id
esptool.py v2.8
Serial port /dev/ttyUSB0
Connecting........
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: 00:00:00:00:00:00
Uploading stub...
Running stub...
Stub running...
Manufacturer: a1
Device: 4016
Detected flash size: 4MB
Hard resetting via RTS pin...

参考

https://bokunimo.net/blog/esp/52/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment