Search found 38 matches

by gamename
Wed Apr 09, 2025 5:19 pm
Forum: ESP-IDF
Topic: ESP32S3 + OTA + AWS IoT Core
Replies: 1
Views: 497

ESP32S3 + OTA + AWS IoT Core

Hi,

Has anyone managed to get this combination working?

My goal was to start an AWS IoT job that induces OTA on an ESP32 which then reboots the downloaded image. It turned out to be anything but simple. I've tried various sample apps and have run into multiple issues. For example, the sample app ...
by gamename
Tue Apr 08, 2025 9:40 pm
Forum: ESP-IDF
Topic: OTA - Is this a problem?
Replies: 2
Views: 157

Re: OTA - Is this a problem?

Thanks!
by gamename
Tue Apr 08, 2025 6:52 am
Forum: ESP-IDF
Topic: OTA - Is this a problem?
Replies: 2
Views: 157

OTA - Is this a problem?

Hi,

I successfully downloaded a new firmware image via OTA. However, on bootup of the new image, I see this message:

--- Warning: Checksum mismatch between flashed and built applications. Checksum of built application is fb7f174914f5b96ccf1fcddd773e80d3451e2d03e1931a69ba0215fa206cf965


Is this ...
by gamename
Thu Dec 26, 2024 8:01 am
Forum: ESP-ADF
Topic: Which board to choose?
Replies: 2
Views: 6270

Which board to choose?

I have an esp32-s3-DevKitC-1. I want to play an mp3 file that is embedded in the firmware. I have attached a MAX98357A I2S mono amplifier with a speaker to my esp32.

The question is, which "Audio HAL" board should I select via menuconfig? The options are:

( ) Custom audio board
( ) ESP32-Lyrat V4 ...
by gamename
Fri Dec 20, 2024 12:25 am
Forum: ESP-IDF
Topic: vscode: Unable to start debugging. Unknown or unsupported target architecture 'xtensa'.
Replies: 0
Views: 1582

vscode: Unable to start debugging. Unknown or unsupported target architecture 'xtensa'.

I'm running in a MacOS environment. I am able to build, flash, and monitor my esp32-c3-wroom without any problems. However, I cannot get gdb to work. I always get this error message: "Unable to start debugging. Unknown or unsupported target architecture 'xtensa'."

How do I make xtensa a supported ...
by gamename
Sat Nov 30, 2024 8:36 pm
Forum: ESP-IDF
Topic: Coredump file query
Replies: 0
Views: 882

Coredump file query

Hi,

Some background: I'm dynamically copying core files from my esp32's and saving them externally. Since they are saved as ELF files, I should be able to run `espcoredump.py` on them to get a summary. Via menuconfig, I've set my core files output to be ELF.

But, after I download a corefile to my ...
by gamename
Fri Oct 25, 2024 11:03 pm
Forum: ESP-IDF
Topic: Problems with OTA from Amazon S3
Replies: 0
Views: 1077

Problems with OTA from Amazon S3

Hi,

Does anyone here have experience with OTA firmware updates from S3? I constantly get an HTTPS "sock=54" timeout when attempting to download.

I've opened an issue with the details here: https://github.com/espressif/esp-idf/issues/14780

Any input is welcome.

Thanks,
-T
by gamename
Fri Aug 23, 2024 9:57 pm
Forum: Hardware
Topic: Cellular Modem Recommendations?
Replies: 1
Views: 2323

Cellular Modem Recommendations?

Hi,

What cellular modems work well with the ESP32? Most of them are designed for the Raspberry Pi. Very few even mention the ESP32.

Which ones have worked with the ESP32 and can be recommended?

Thanks,
-T
by gamename
Sun Jul 28, 2024 10:37 pm
Forum: ESP-IDF
Topic: Propagating Values from Project Kconfig to Component Kconfig
Replies: 1
Views: 1282

Propagating Values from Project Kconfig to Component Kconfig

Hi,

What is the best way, or is there a way, to set a value in a parent Kconfig menu and have it available in a subordinate component Kconfig? In other words, how can I set a variable in the parent Kconfig and have it available in the component Kconfig?

For example, I want the WIFI_HOSTNAME "Foo ...
by gamename
Tue Jul 23, 2024 7:15 pm
Forum: ESP-IDF
Topic: `idf.py reconfigure` Not Updating Git-Only Components
Replies: 3
Views: 3525

`idf.py reconfigure` Not Updating Git-Only Components

Hi,

I am having trouble getting git-only components to update in my projects.

### Background:
I have several private components on git that I add to my projects by editing my project `idf_components.yml` file.
After running `idf.py reconfigure`, a new component is added to my `managed_components ...

Go to advanced search