Search found 2 matches

by penitko
Sat May 15, 2021 3:29 pm
Forum: ESP32 boards
Topic: Is there anyone mount Sdcard successfully on ESP32 ??
Replies: 14
Views: 21766

Re: Is there anyone mount Sdcard successfully on ESP32 ??

# main.py - mounts and lists content of sd card. High speed (HSPI) Pins are 12, 13, 14, 15. No inner nor outer pullups are used. # One can try to reduce time.sleep delays. Not yet tried by myself. Waveshare sd card module is used. # When formatting sd card, remember to perform over write format as o...
by penitko
Fri May 14, 2021 8:40 pm
Forum: ESP32 boards
Topic: ESP32-WROOM-32D, DOWDQ6 or DOWD
Replies: 2
Views: 2995

Re: ESP32-WROOM-32D, DOWDQ6 or DOWD

"Does esptool.py not report the correct chip revision?" command : esptool.py --port COM12 read_mac esptool.py v3.0 Serial port COM12 Connecting........____ Detecting chip type... ESP32 Chip is ESP32-D0WDQ6 (revision 1) Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme N...