Search found 3529 matches

by WiFive
Fri Apr 28, 2017 2:34 am
Forum: General Discussion
Topic: Sleep timer motion sensitivity
Replies: 7
Views: 9943

Re: Sleep timer motion sensitivity

Do you also record esp_deep_sleep_get_wakeup_cause to make sure it is a timer wakeup each time?
by WiFive
Thu Apr 27, 2017 11:59 pm
Forum: General Discussion
Topic: curl/libcurl networking unreliable? Could it be more modular?
Replies: 10
Views: 13775

Re: ESP32 Networking unreliable? Could it be more modular?

ESP_Angus wrote:"fledged out"
Fully-fledged or fleshed out maybe. Or is it an Aussie thing?
by WiFive
Wed Apr 26, 2017 4:24 am
Forum: Hardware
Topic: ESP-WROOM-32 Flash Size
Replies: 15
Views: 44098

Re: ESP-WROOM-32 Flash Size

ESP_igrr wrote:You are however free to modify bootloader code to support different WP pin in your design.
What about ROM loader considerations?
by WiFive
Wed Apr 26, 2017 12:02 am
Forum: Hardware
Topic: VDD_SDIO for ESP32 D2WD
Replies: 43
Views: 53729

Re: VDD_SDIO for ESP32 D2WD

martinayotte wrote:Are all WROOM32 equipped with 1.8V flash ?

So, the failure I've got could happen to anyone who leave the pin floating, right ?
No I don't think so, this is talking about D2WD. WROOM32 uses D0WD.
by WiFive
Wed Apr 26, 2017 12:00 am
Forum: General Discussion
Topic: Voltage Ranges for Low & High
Replies: 2
Views: 12801

Re: Voltage Ranges for Low & High

Data sheet says 30% and 70% of supply voltage
by WiFive
Tue Apr 25, 2017 4:25 pm
Forum: Hardware
Topic: ESP-WROOM-32 Flash Size
Replies: 15
Views: 44098

Re: ESP-WROOM-32 Flash Size

Hopefully espressif will consider making a 128 or 256mbit version a standard offering especially with this new feature https://github.com/espressif/esp-idf/co ... 7468897325

I think many customers would be interested.
by WiFive
Tue Apr 25, 2017 2:38 pm
Forum: General Discussion
Topic: socket api
Replies: 1
Views: 4346

Re: socket api

It shouldn't have to be LWIP_SOCK_OPEN status to be allocated, just have no netconn.
by WiFive
Tue Apr 25, 2017 9:12 am
Forum: Hardware
Topic: ESP-WROOM-32 Flash Size
Replies: 15
Views: 44098

Re: ESP-WROOM-32 Flash Size

You can possibly remap flash pins in efuse to boot from another chip. Maybe changing 1-2 pins is enough? Or you could have OTA stored in external flash and custom bootloader, although you said you don't have the pins. I think it is somewhat likely they will start making wroom32 with bigger flash as ...
by WiFive
Sun Apr 23, 2017 2:06 pm
Forum: General Discussion
Topic: crash on rmt_driver_install using non-GPIO pin
Replies: 5
Views: 7075

Re: crash on rmt_driver_install using non-GPIO pin

ESP_igrr wrote:GPIO6 is one of the GPIOs which are used to connect the flash chip on most boards. Using it for some other purpose will not work, as it will interfere with communication between the ESP32 and the flash chip.
FAQ needed