Hey,
did you find a solution for your problem?
Best
Jonathan
Search found 48 matches
- Mon Jan 19, 2026 11:09 am
- Forum: General Discussion
- Topic: NO‑EOI errors, OV2604, ESP32-CAM module (AiThinker), JPEG, UXGA, quality 0
- Replies: 2
- Views: 798
- Fri May 02, 2025 12:29 pm
- Forum: ESP-IDF
- Topic: SSE client on esp32s3
- Replies: 1
- Views: 205
- Fri Apr 04, 2025 1:04 pm
- Forum: ESP-IDF
- Topic: SSE client on esp32s3
- Replies: 1
- Views: 205
SSE client on esp32s3
Hi,
I use growthbook to control features on my esp32s3. Growthbook uses SSE (server sent events) to send feature updates to my esp32s3 in "real time".
Is there already a SSE example, where the esp32 is the client and only listens to the server?
I tried to use the http_client library for that, but ...
I use growthbook to control features on my esp32s3. Growthbook uses SSE (server sent events) to send feature updates to my esp32s3 in "real time".
Is there already a SSE example, where the esp32 is the client and only listens to the server?
I tried to use the http_client library for that, but ...
- Wed Oct 02, 2024 2:27 pm
- Forum: ESP-IDF
- Topic: Memory problem with MQTT and new()
- Replies: 1
- Views: 1469
Memory problem with MQTT and new()
Hi,
I have a project which is mainly written in C++ and uses a lot of new() . Somehow this causes the MQTT-client to not be able to allocate memory. I have tried to fix this problem by using different sdkconfig options, but I wasn't able to solve the problem. The free HEAP before the mqtt-client ...
I have a project which is mainly written in C++ and uses a lot of new() . Somehow this causes the MQTT-client to not be able to allocate memory. I have tried to fix this problem by using different sdkconfig options, but I wasn't able to solve the problem. The free HEAP before the mqtt-client ...
- Wed Sep 18, 2024 10:44 am
- Forum: Report Bugs
- Topic: WiFi cannot allocate memory in SPIRAM when ISRAM is full
- Replies: 3
- Views: 19361
Re: WiFi cannot allocate memory in SPIRAM when ISRAM is full
Hi,
we are running in the same issue on esp32-s3 and idf 5.3.1, but with the mqtt client.
We have 5 Tasks of our own with total stack sizes 3kB to 6 kB (total stack size: 19kB). Then we use wifi and mqtt, so these esp-internal tasks are also running.
We also have a lot of const maps.
After ...
we are running in the same issue on esp32-s3 and idf 5.3.1, but with the mqtt client.
We have 5 Tasks of our own with total stack sizes 3kB to 6 kB (total stack size: 19kB). Then we use wifi and mqtt, so these esp-internal tasks are also running.
We also have a lot of const maps.
After ...
- Wed Jun 05, 2024 4:01 pm
- Forum: ESP-IDF
- Topic: esp32-s3 manual firmware encryption and OTA without sdkconfig flash-encryption enabled
- Replies: 1
- Views: 1570
Re: esp32-s3 manual firmware encryption and OTA without sdkconfig flash-encryption enabled
Think I found the answer in the docs:
Before building the application image for OTA updating of an already encrypted device, enable the option Enable flash encryption on boot in project configuration menu.
This means that I have to activate the option ‘Flash encryption on boot’, even if it is ...
Before building the application image for OTA updating of an already encrypted device, enable the option Enable flash encryption on boot in project configuration menu.
This means that I have to activate the option ‘Flash encryption on boot’, even if it is ...
- Wed Jun 05, 2024 8:24 am
- Forum: ESP-IDF
- Topic: esp32-s3 manual firmware encryption and OTA without sdkconfig flash-encryption enabled
- Replies: 1
- Views: 1570
esp32-s3 manual firmware encryption and OTA without sdkconfig flash-encryption enabled
Hi,
I want to know if my process for encryption is correct and if it is needed to enable flash encryption in sdkconfig to have OTA updates encrypted.
For now my process is the following:
esptool.py --port $SERIAL_PORT erase_flash
espsecure.py generate_flash_encryption_key --keylen 512 ...
I want to know if my process for encryption is correct and if it is needed to enable flash encryption in sdkconfig to have OTA updates encrypted.
For now my process is the following:
esptool.py --port $SERIAL_PORT erase_flash
espsecure.py generate_flash_encryption_key --keylen 512 ...
- Mon Jun 03, 2024 3:31 pm
- Forum: ESP32 Arduino
- Topic: how to use read-protected eFuse ?
- Replies: 4
- Views: 4625
Re: how to use read-protected eFuse ?
Hi,
does that mean, that after read-protecting all efuses it is impossible to read the MAC with esp_efuse_mac_get_default() ?
Is there any way to get the MAC? I mean WIFI need it to connect to a network or not? So there may be a way to get the mac-address after the WIFI hardware got it from the ...
does that mean, that after read-protecting all efuses it is impossible to read the MAC with esp_efuse_mac_get_default() ?
Is there any way to get the MAC? I mean WIFI need it to connect to a network or not? So there may be a way to get the mac-address after the WIFI hardware got it from the ...
- Sat Jun 01, 2024 6:21 am
- Forum: ESP-IDF
- Topic: MQTT Client causes Chip Hardlock
- Replies: 12
- Views: 5753
Re: MQTT Client causes Chip Hardlock
Hi,
I was able to solve my issue by moving some stuff like .bss to the SPIRAM. I did also some changes in the menuconfig, I can post them in a few days, right now I am traveling.
But you don’t have SPIRAM, right? Well, maybe it will help somehow.
Best
I was able to solve my issue by moving some stuff like .bss to the SPIRAM. I did also some changes in the menuconfig, I can post them in a few days, right now I am traveling.
But you don’t have SPIRAM, right? Well, maybe it will help somehow.
Best
- Wed May 29, 2024 10:44 am
- Forum: General Discussion
- Topic: ESP32S3: esp-tls couldn't get hostname, getaddrinfo returns 202
- Replies: 5
- Views: 8965
Re: ESP32S3: esp-tls couldn't get hostname, getaddrinfo returns 202
Hi,
could you solve the problem?
I get the same error when I am connected to my WLAN, which worked just 2 days ago and I did not change anything. Today it is not working anymore with my WLAN. But it works when I use a hotspot of my phone.
So the server-address seems to be correct and the problem ...
could you solve the problem?
I get the same error when I am connected to my WLAN, which worked just 2 days ago and I did not change anything. Today it is not working anymore with my WLAN. But it works when I use a hotspot of my phone.
So the server-address seems to be correct and the problem ...