Skip to content

Instantly share code, notes, and snippets.

@mcauser
Created May 11, 2021 23:21
Show Gist options
  • Save mcauser/16c4c2a7eeec1c475b71d70ec5fbbfa8 to your computer and use it in GitHub Desktop.
Save mcauser/16c4c2a7eeec1c475b71d70ec5fbbfa8 to your computer and use it in GitHub Desktop.
TinyPico V1
Mikes-MacBook-Pro:~ mike$ esptool.py flash_id
esptool.py v2.8
Found 3 serial ports
Serial port /dev/cu.SLAB_USBtoUART
Connecting....
Detecting chip type... ESP32
Chip is ESP32-PICO-D4 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 24:a1:60:74:e5:b0
Uploading stub...
Running stub...
Stub running...
Manufacturer: c8
Device: 4016
Detected flash size: 4MB
Hard resetting via RTS pin...
Mikes-MacBook-Pro:~ mike$ esptool.py read_flash_status
esptool.py v2.8
Found 3 serial ports
Serial port /dev/cu.SLAB_USBtoUART
Connecting.....
Detecting chip type... ESP32
Chip is ESP32-PICO-D4 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 24:a1:60:74:e5:b0
Uploading stub...
Running stub...
Stub running...
Status value: 0x0200
Hard resetting via RTS pin...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment