Search found 3529 matches

by WiFive
Fri May 26, 2017 5:27 pm
Forum: General Discussion
Topic: Interrupts on GPIO
Replies: 3
Views: 5992

Re: Interrupts on GPIO

https://www.esp32.com/viewtopic.php?t=1130 The fact that there are only four edge-triggered CPU interrupts is independent from edge-triggered gpio peripheral interrupts. It doesnt mean you can only have 4 pins set to trigger on an edge. Probably you want the CPU interrupt associated with the combine...
by WiFive
Fri May 26, 2017 3:52 pm
Forum: ESP-IDF
Topic: 3 device limit on SPI
Replies: 2
Views: 5700

Re: 3 device limit on SPI

No you have to switch to sw cs instead of hw

https://esp32.com/viewtopic.php?f=18&t=1546
by WiFive
Thu May 25, 2017 11:44 pm
Forum: General Discussion
Topic: Programming Jib for ESP32 WROOM Module
Replies: 3
Views: 5310

Re: Programming Jib for ESP32 WROOM Module

Yes there is one on taobao/aliexpress.
by WiFive
Thu May 25, 2017 3:33 am
Forum: Hardware
Topic: Is the temperature of the esp32 normal?
Replies: 13
Views: 28821

Re: Is the temperature of the esp32 normal?

90°C? Sounds high. Are you using wroom32 or other design? Maybe has poor thermal layout.
by WiFive
Thu May 25, 2017 3:30 am
Forum: General Discussion
Topic: D0WD D2WD WROOM-32 WROVER deep sleep SPI Flash pSRAM
Replies: 12
Views: 16251

Re: D0WD D2WD WROOM-32 WROVER deep sleep SPI Flash pSRAM

Okay, can i finally give the reason why we don't burn the efuse for 1.8V in D2WD. The reason is, if the VDD_SDIO is configured by efuse, it takes some time for the hardware to read efuse values at startup. If the strapping pin configures VDD_SDIO to be 3.3V, then during this time, VDD_SDIO will be ...
by WiFive
Wed May 24, 2017 10:18 pm
Forum: General Discussion
Topic: OTA and base64 decoding
Replies: 2
Views: 5147

Re: OTA and base64 decoding

I think there are also base64 functions in mbedtls, wpa_supplicant, and ROM.
by WiFive
Wed May 24, 2017 4:09 am
Forum: General Discussion
Topic: HSPI and VSPI, meaning thereof?
Replies: 17
Views: 93424

Re: HSPI and VSPI, meaning thereof?

Nah, I don't believe it. There's probably some chip designers named harry and victor. :P
by WiFive
Tue May 23, 2017 6:40 pm
Forum: General Discussion
Topic: Clarification re. GPIO matrix and IO Mux
Replies: 5
Views: 9480

Re: Clarification re. GPIO matrix and IO Mux

It depends on what you are using the pin for. Some case a pulldown resistor is fine, other case may need a switch.
by WiFive
Tue May 23, 2017 12:44 am
Forum: General Discussion
Topic: D0WD D2WD WROOM-32 WROVER deep sleep SPI Flash pSRAM
Replies: 12
Views: 16251

Re: D0WD D2WD WROOM-32 WROVER deep sleep SPI Flash pSRAM

IMO the reason d2wd uses 16&17 for flash is because it was easier to wire bond between the two dies. So should be able to use 9&10 for psram with d2wd. But could be wrong.
by WiFive
Tue May 23, 2017 12:26 am
Forum: General Discussion
Topic: D0WD D2WD WROOM-32 WROVER deep sleep SPI Flash pSRAM
Replies: 12
Views: 16251

Re: D0WD D2WD WROOM-32 WROVER deep sleep SPI Flash pSRAM

No, gpio 16&17 are in vdd_sdio domain that is why they were chosen for psram.

But yes it seems important to know about bootstrap requirements for wrover and d2wd.