Search found 34 matches

by expresspotato
Wed Jun 24, 2026 2:20 pm
Forum: Showcase
Topic: Connection.app - AI Wearable Voice Badge
Replies: 0
Views: 53

Connection.app - AI Wearable Voice Badge

This is the most awesome project I've done for the ESP32. It features an ESP32 pico-v3-02, with an accompanying voice processor. The device itself has all the bells and whistles, from a touch pad top with a button, to an LED illuminated light ring, and wireless charging. It works with your paired ...
by expresspotato
Thu Jan 16, 2025 7:57 pm
Forum: ESP-IDF
Topic: Move libmain bss into external ram?
Replies: 2
Views: 1313

Re: Move libmain bss into external ram?


https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/external-ram.html#external-ram-config-bss

Additional data can be moved from the internal BSS segment to external RAM by applying the macro EXT_RAM_BSS_ATTR to any static declaration (which is not initialized to a non-zero ...
by expresspotato
Thu Jan 16, 2025 5:24 pm
Forum: ESP-IDF
Topic: Move libmain bss into external ram?
Replies: 2
Views: 1313

Move libmain bss into external ram?

So does anyone know how to move the bss segment of a component (in this case main) into external ram? I seem to need to use a linker fragment, but not sure what extra directives or steps are needed, because I'm unfamiliar with the linker fragment.

Per-archive contributions to ELF file:
Archive ...
by expresspotato
Mon Jan 13, 2025 4:41 pm
Forum: ESP-IDF
Topic: CPU_FREQ_MAX always held by rtos0 / rtos1 power management locks? And other oddities.
Replies: 2
Views: 1153

CPU_FREQ_MAX always held by rtos0 / rtos1 power management locks? And other oddities.

Hello,

Just wondering if this is the normal behaviour. We're trying to do frequency scaling to save some power, but noticed right off the bat that rtos0 and rtos1 both hold a CPU_FREQ_MAX power management lock, in what appears to be anytime they exit their idle hook.

Wouldn't that imply they ...
by expresspotato
Sun Jan 12, 2025 4:26 pm
Forum: ESP-IDF
Topic: IRAM0 segment data does not fit
Replies: 2
Views: 1210

Re: IRAM0 segment data does not fit

You can use some of static DRAM as IRAM instead, see:

https://docs.espressif.com/projects/esp ... 1-for-iram
by expresspotato
Thu Dec 26, 2024 7:03 am
Forum: ESP-ADF 中文讨论版
Topic: A2DP/BLE coex 情况下 连接BLE的时候会造成系统重启
Replies: 4
Views: 50340

Re: A2DP/BLE coex 情况下 连接BLE的时候会造成系统重启

Thanks for your reply, we are now on 5.1.5 but still see it. I've updated the ticket with a working crashing example.

https://github.com/espressif/esp-idf/issues/13605

It needs to work 100% of the time, crashing is not an option for us.
by expresspotato
Mon Dec 23, 2024 5:43 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 468
Views: 1084914

Re: What would you like to see in The Next Chip?


We really have no upgrade path with Espressif today...

I hate to admit it, but I agree. They upgrade one thing and remove another. It's slowly been turning into a Hodgepodge of micros.
The P4 had the best shot at having everything until they removed the WiFi. :roll:

I say just throw it all ...
by expresspotato
Wed Dec 18, 2024 7:12 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 468
Views: 1084914

Re: What would you like to see in The Next Chip?



The ESP32 Pico V3 - 02 has been perfect for us... For the iteration we would love to see the same, but with a spec bump across the board. The ESP32-V3 is already a fantastic chip, and esp-idf is top notch.

- Dual Core, 320 + Mhz
- At least 768K total SRAM
- Hard FPU
- WiFi 6/7 on 2.4/5/6 ...
by expresspotato
Fri Dec 13, 2024 5:06 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 468
Views: 1084914

Re: What would you like to see in The Next Chip?


A true successor to the ESP32, in my humble 2.5 cents (inflation!), from the perspective of an audio system, after having gone through a couple of prototypes with ESP32 and/or ESP32-S3:

Keep the APLL, it gives a cleaner MCLK than ESP32-S3 does. This helps with signal-to-noise ratio on DACs that ...
by expresspotato
Fri Dec 13, 2024 5:01 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 468
Views: 1084914

Re: What would you like to see in The Next Chip?

The ESP32 Pico V3 - 02 has been perfect for us... For the iteration we would love to see the same, but with a spec bump across the board. The ESP32-V3 is already a fantastic chip, and esp-idf is top notch.

- Dual Core, 320 + Mhz
- At least 768K total SRAM
- Hard FPU
- WiFi 6/7 on 2.4/5/6 Ghz ...

Go to advanced search