Search found 2067 matches

by ESP_igrr
Thu Jun 08, 2017 7:12 am
Forum: ESP32 Arduino
Topic: Deep Sleep or other power saving functions?
Replies: 23
Views: 37670

Re: Deep Sleep or other power saving functions?

Just a heads up, many boards (including ESP32 WROOM, at least from the schematics available) do not have a pull-up on flash /CS line. This means that when the ESP32 goes to sleep and GPIO is turned off, the /CS line is floating. This prevents the flash from going to standby mode. For my custom boar...
by ESP_igrr
Tue Jun 06, 2017 5:14 pm
Forum: ESP32 Arduino
Topic: Second hand built prototype fails to boot load when first prototype worked.
Replies: 6
Views: 9490

Re: Second hand built prototype fails to boot load when first prototype worked.

Does ch340g driver actually support these high baud rates? I never got ch340g working higher than 230400...
by ESP_igrr
Tue Jun 06, 2017 4:32 pm
Forum: General Discussion
Topic: new wrover kit with new wrover modul ( intern ANT ) SD Card example
Replies: 3
Views: 5043

Re: new wrover kit with new wrover modul ( intern ANT ) SD Card example

For the V3 WROVER-KIT, you don't need to connect any jumpers to get SD card working. We'll update the docs, thanks for the reminder.
by ESP_igrr
Tue Jun 06, 2017 6:09 am
Forum: General Discussion
Topic: ESP32 WIFI Station Mode Error - bcn_timout,ap_probe_send_start
Replies: 3
Views: 6492

Re: ESP32 WIFI Station Mode Error - bcn_timout,ap_probe_send_start

Disabling interrupts for a long time (seconds), having tasks which run at high priority, suspending the scheduler — all these can cause similar errors.
by ESP_igrr
Mon Jun 05, 2017 2:31 pm
Forum: Hardware
Topic: VDD_SDIO for ESP32 D2WD
Replies: 43
Views: 53755

Re: VDD_SDIO for ESP32 D2WD

esptool.py v2.0-beta1
That seems to be a fairly dated version of esptool (and hence the IDF). Support for D2WD was added to IDF in commit 6630877 (around first week of April). If your version of IDF is older than that, you will need to update it (including git submodule update to update esptool).
by ESP_igrr
Mon Jun 05, 2017 2:23 pm
Forum: ESP-IDF
Topic: SD card interface high speed mode
Replies: 12
Views: 37789

Re: SD card interface high speed mode

According to the spec (table 3-7 in ver 4.1) HS is mandatory for UHS50 and UHS104... So the issue is that TRAN_SPEED doesn't read 0x5a for some reason. I don't know why this is happening, but will order a few UHS cards to test. For HS mode we will also likely need to do delay tuning, especially for ...
by ESP_igrr
Mon Jun 05, 2017 11:46 am
Forum: ESP-IDF
Topic: Is the FreeRTOS in esp-idf utilized to the smallest?
Replies: 7
Views: 10207

Re: Is the FreeRTOS in esp-idf utilized to the smallest?

const data is stored in flash by default.
by ESP_igrr
Mon Jun 05, 2017 12:04 am
Forum: Hardware
Topic: WROVER and RGB LED
Replies: 21
Views: 30947

Re: WROVER and RGB LED

Since IO0 and IO2 are also driven by RTS/DTR, maybe that's somehow part of the problem... Which OS and which terminal program do you use to connect to the board? Is there any difference in behaviour between connecting the board to a computer or to a USB charger?
by ESP_igrr
Sun Jun 04, 2017 11:58 pm
Forum: ESP-IDF
Topic: ESP32 PSRAM support
Replies: 112
Views: 198856

Re: ESP32 PSRAM support