Which version do I need for ESP32-PICO-KIT? #9711
Unanswered
ygoe
asked this question in
Hardware & Peripherals
Replies: 1 comment 2 replies
-
A suggestion (on Linux) is using esptool do a: esptool.py --chip esp32 --port /dev/ttyUSB0 erase_flash and that will tell you which chip you have. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My development board is an Espressif ESP32-PICO-KIT V4.1. I'd like to try out MicroPython but don't know which version to download. There's three versions:
My kit seems to have a different chip which is called ESP32-PICO-D4. There is no visible flash chip on the board, just the ESP32 chip (black plastic, QFN size, not a metal shield). Can I use MicroPython with it?
Beta Was this translation helpful? Give feedback.
All reactions