Search found 3529 matches

by WiFive
Mon Aug 05, 2019 8:15 am
Forum: General Discussion
Topic: Small ESP32 Modul ( all include in new ESP32-PICO )
Replies: 150
Views: 199271

Re: Small ESP32 Modul ( all include in new ESP32-PICO )

M5stickC also has pico inside
by WiFive
Mon Aug 05, 2019 7:41 am
Forum: ESP-IDF
Topic: ESP-IDF problems with mingw/mingw32/make
Replies: 17
Views: 17245

Re: ESP-IDF problems with mingw/mingw32/make

Which instructions? These https://docs.espressif.com/projects/esp ... setup.html ?

Mingw32.exe runs fine on a 64 bit system.
by WiFive
Sat Aug 03, 2019 8:50 pm
Forum: General Discussion
Topic: ESP Local Control
Replies: 1
Views: 3226

Re: ESP Local Control

ESP Local Control Feature is only in master branch of esp-idf so you have to make sure you are using that

https://github.com/espressif/esp-idf/co ... e60c1d0de9
by WiFive
Sat Aug 03, 2019 10:11 am
Forum: ESP-IDF
Topic: update project to CMake build system from GNU make build system
Replies: 4
Views: 10237

Re: update project to CMake build system from GNU make build system

Try without the quotes around your list
by WiFive
Sat Aug 03, 2019 8:19 am
Forum: ESP-IDF
Topic: Persistent RAM disk
Replies: 10
Views: 11281

Re: Persistent RAM disk

I didn't know there were 128mbit psram chips available. What are you using?
by WiFive
Fri Aug 02, 2019 7:06 pm
Forum: General Discussion
Topic: Is it possible to read data from the flash memory at the given addresses during the operation of the ESP32 firmware?
Replies: 3
Views: 3516

Re: Is it possible to read data from the flash memory at the given addresses during the operation of the ESP32 firmware?

Sector size is 0x1000 and while the first sector is only used for secure boot, the bootloader has to be at the second sector starting at 0x1000 so you can't write anything there.
by WiFive
Fri Aug 02, 2019 6:59 am
Forum: ESP-IDF
Topic: Incorrect lengths in wifi_ap_config_t for SSID and WFA-PSK
Replies: 2
Views: 2660

Re: Incorrect lengths in wifi_ap_config_t for SSID and WFA-PSK

They have to be null terminated if they are not full length
by WiFive
Fri Aug 02, 2019 2:49 am
Forum: General Discussion
Topic: ESP32 Manufacturing QC issues
Replies: 23
Views: 22566

Re: ESP32 Manufacturing QC issues

From the Wireshark log it looks like for the good one the ack is coming in a few ms but the other the ack is taking 100ms possibly due to retries.

Have you reproduced this with different access point types?

Also does your test firmware do full rf calibration every boot?