Search found 8 matches

by jack.fury413
Mon Jul 31, 2017 1:54 pm
Forum: ESP32 Arduino
Topic: Micro SD Card issue
Replies: 5
Views: 13726

Re: Micro SD Card issue

Is there any help ???
by jack.fury413
Sun Jul 30, 2017 2:48 am
Forum: ESP32 Arduino
Topic: Micro SD Card issue
Replies: 5
Views: 13726

Re: Micro SD Card issue

Were the cards all formatted the same? There is a recent change: https://github.com/espressif/esp-idf/commit/3b96771febac4791e37a95b30ba64676c5c14e22 but not sure if it lines up with your error I can confirm that all the cards are formatted as FAT32 using File Explorer on Windows 10, with allocatio...
by jack.fury413
Sat Jul 29, 2017 7:25 pm
Forum: ESP32 Arduino
Topic: Micro SD Card issue
Replies: 5
Views: 13726

Re: Micro SD Card issue

Update:
I've tested with another new card (SanDisk SDHC1), the older ones are SDHC.
The new card works like a charm.
Not sure if this is a bug in the library ???
by jack.fury413
Fri Jul 28, 2017 4:18 pm
Forum: ESP32 Arduino
Topic: Micro SD Card issue
Replies: 5
Views: 13726

Micro SD Card issue

Hi guys, I'm trying to use the micro SD card with SPI for my system (a ESP32 DevKit from doit) I've followed the wiring diagram and used the provided example code from this link but failed to get the card to work. I tried the following ways (with either Arduino IDE or platform IO on VisualCode): 1. ...
by jack.fury413
Fri Jul 28, 2017 3:44 pm
Forum: ESP32 Arduino
Topic: What is the meaning of startup text on ESP32
Replies: 7
Views: 11320

Re: What is the meaning of startup text on ESP32

Sorry that I was out for a while.
Thanks guys, I'm gonna check out the link, now I'm busy with the SD card issue but I think I'm gonna open another thread for it.
by jack.fury413
Tue Jul 18, 2017 1:49 pm
Forum: ESP32 Arduino
Topic: What is the meaning of startup text on ESP32
Replies: 7
Views: 11320

Re: What is the meaning of startup text on ESP32

Thanks, seems like you get the point.
I'm trying to get the information about hardware configuration: system clock, operating mode (power saving) and reset reason (catching watchdog if any).
So if there is any place or somehow that I can get to know them, please show me.
by jack.fury413
Tue Jul 18, 2017 1:37 am
Forum: ESP32 Arduino
Topic: What is the meaning of startup text on ESP32
Replies: 7
Views: 11320

Re: What is the meaning of startup text on ESP32

Thanks but what is this line meaning ?

Code: Select all

mode:DIO clock:div 1
And is there any document about this.
by jack.fury413
Mon Jul 17, 2017 4:59 pm
Forum: ESP32 Arduino
Topic: What is the meaning of startup text on ESP32
Replies: 7
Views: 11320

What is the meaning of startup text on ESP32

Hi guys, I'm wondering what the startup text means ? For example: rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0x00 clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0008,len:8 load:0x3fff0010,len:160 load:0x40...