Created
May 11, 2021 23:21
-
-
Save mcauser/16c4c2a7eeec1c475b71d70ec5fbbfa8 to your computer and use it in GitHub Desktop.
TinyPico V1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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