Skip to main content

Questions tagged [partition]

0 votes
3 answers
508 views

re. ESP32 Partition size and maximum program size Further to the above issue: The above is a neat little program. However, is there any way I can reference/extract the "app0” “partition->...
Rob's user avatar
  • 11
1 vote
1 answer
2k views

From an ESP32 example code, I extracted the following part, that just prints the flash partition list to the console. #include <string.h> #include <assert.h> #include "esp_partition.h&...
PMF's user avatar
  • 1,306
0 votes
1 answer
2k views

In my ESP32 project I have the following platformio.io file: [env:esp32-poe] platform = espressif32 board = esp32-poe framework = arduino lib_deps = openslab-osu/SSLClient@^1.6.7 knolleary/...
Mark's user avatar
  • 393
2 votes
1 answer
3k views

I recently downloaded the expressif ESP32 library and I'm trying to run the CameraWebServer example. Attempting to compile it results in the following error: Sketch uses 2529577 bytes (192%) of ...
jeppe's user avatar
  • 71
2 votes
1 answer
3k views

I have an ESP8266 in a project. It's specifically this ESP8266 SMT Module - ESP-12F item. It's been working great with OTA, but I realized belatedly that I didn't change the flash settings when I ...
Brick's user avatar
  • 184
3 votes
5 answers
9k views

I have working code on an Ai-Thinker ESP32-CAM board, programming over serial. I would like to reprogram using OTA, but adding in the functionality from the BasicOTA sketch (which I have done on ...
rolinger's user avatar
  • 204
0 votes
0 answers
902 views

I'm trying to upload an empty SPIFFS image to my ESP32's flash memory via the ESP32 sketch data uploader but I'm getting the following error: [SPIFFS] data : /path/to/my/data [SPIFFS] start : ...
Sim Son's user avatar
  • 1,878