Search found 4 matches

by wijnsema
Sun May 23, 2021 8:56 pm
Forum: ESP-IDF
Topic: Unable to enlarge nvs partition
Replies: 7
Views: 5818

Re: Unable to enlarge nvs partition

I investigated things further and the problem occurs with the Arduino core for ESP32. It is not directly related to PlatformIO because I could reproduce the problem in the Arduino IDE, however I manually created an other partition table because the precoded tables were not suitable for me. As soon a...
by wijnsema
Mon May 17, 2021 3:51 pm
Forum: ESP-IDF
Topic: Unable to enlarge nvs partition
Replies: 7
Views: 5818

Re: Unable to enlarge nvs partition

Thank you very much for your quick reply Minatel! I will have to investigate further then. Two possibilties seems to be remaining: This is caused by me using the Arduino stack which is based on ESP-IDF 4.01 (I believe) Or this is caused by the Platform I/O environment Which one is most likely you th...
by wijnsema
Mon May 17, 2021 11:31 am
Forum: ESP-IDF
Topic: Unable to enlarge nvs partition
Replies: 7
Views: 5818

Unable to enlarge nvs partition

For my project with ESP32 WROOM32-E 4MB (Chip is ESP32-D0WD-V3) I need a larger non volatile storage. Currently I'm using this partioning which is working OK, all offsets are automatically calculated by the partitioning tool: # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, 0x5000,...
by wijnsema
Tue Sep 01, 2020 9:47 am
Forum: ESP-IDF
Topic: Wifi STA receive duplicate packet
Replies: 1
Views: 2887

Re: Wifi STA receive duplicate packet

I have the same problem here. Ruckus R310 AP and ESP32 Devkit have inconsistent connection.
ESP-IDF 4.0 gives error 113 every now and then while doing simple http_request

@gigijoe did you find a solution?