Search found 18 matches

by kilobyte_ch
Tue Aug 05, 2025 10:23 pm
Forum: ESP-IDF
Topic: ESP32-C6 low-latency audio decoding
Replies: 4
Views: 862

Re: ESP32-C6 low-latency audio decoding

Oh no, after playing around a bit more (and switching to raw PCM streaming for testing) I realized that the real problem is in my application (decoder task).

After fixing this, the ESP32-C6 happily decodes OPUS 48kHz with ~60% time consumption in the RTOS and thus a very happy TWDT :geek:

I guess ...
by kilobyte_ch
Tue Aug 05, 2025 8:27 pm
Forum: ESP-IDF
Topic: ESP32-C6 low-latency audio decoding
Replies: 4
Views: 862

Re: ESP32-C6 low-latency audio decoding


The "Low Complexity Communication Codec" (LC3) may be what you need: You can chose from 2.5 ("LC3plus")/7.5 to 10ms frame duration and it is designed to be computationally "low" complexity.


Interesting idea! I have now tried LC3 in my setup on ESP32-C6. Unfortunately, I encounter similar ...
by kilobyte_ch
Tue Aug 05, 2025 4:06 pm
Forum: ESP-IDF
Topic: ESP32-C6 low-latency audio decoding
Replies: 4
Views: 862

ESP32-C6 low-latency audio decoding

Hello

I'm trying to stream encoded audio to a ESP32-C6, decode it and play it back via I2S.

Currently, I use the OPUS codec in https://github.com/espressif/esp-adf-libs/tree/master/esp_audio_codec for decoding.
Parameters are Stereo, 48kHz and 5ms samples. The samples are encoded on a x86 machine ...
by kilobyte_ch
Tue Aug 05, 2025 8:42 am
Forum: ESP-IDF
Topic: ESP32-C6 chip antenna hardware design OA-C07
Replies: 0
Views: 175

ESP32-C6 chip antenna hardware design OA-C07

Hello

I'm trying to use a OA-C07 chip antenna in conjunction with a ESP32-C6FH4 chip.

This is my current design. The design is based on the matching network described in the antenna datasheet page 4 https://fcc.report/FCC-ID/2ajyu8xn0001/6207412.pdf
c6_oa_c07.png

What is the recommendation from ...
by kilobyte_ch
Mon Jul 07, 2025 8:15 am
Forum: ESP-IDF
Topic: ESP32-C6 Serial/JTAG Controller
Replies: 3
Views: 140

Re: ESP32-C6 Serial/JTAG Controller

I mean these values (Product, Manufacturer String)

[ 2598.491350] usb 3-6.1.3: new full-speed USB device number 29 using xhci_hcd
[ 2598.727694] usb 3-6.1.3: New USB device found, idVendor=303a, idProduct=1001, bcdDevice= 1.02
[ 2598.727699] usb 3-6.1.3: New USB device strings: Mfr=1, Product=2 ...
by kilobyte_ch
Sun Jun 29, 2025 5:26 pm
Forum: ESP-IDF
Topic: ESP32-C6 Serial/JTAG Controller
Replies: 3
Views: 140

ESP32-C6 Serial/JTAG Controller

Hello

Is it possible to change parameters like the string on how it advertises itself over USB?
I remember other boards advertising with specific strings, but not sure if this is just possible for C3/S3.
by kilobyte_ch
Tue Jul 24, 2018 5:49 pm
Forum: ESP-IDF
Topic: Faster DHCP IP
Replies: 4
Views: 10386

Re: Faster DHCP IP

Thanks for reply. Ok, do you have any idea on how to do the DHCP caching in RTC memory? I have no idea on how to basically set an static IP on the ESP32 with the esp-idf :(
by kilobyte_ch
Fri Jul 20, 2018 10:21 pm
Forum: ESP-IDF
Topic: Faster DHCP IP
Replies: 4
Views: 10386

Faster DHCP IP

Hello

I'm currently trying to do a HTTP Request as fast as possible after a deep sleep (to consume a as low as possible energy to save battery life).

Thus I'm using deep sleep I'm fine with caching informations in RTC memory. Is there a general way to speed up the DHCP negotiation process? (That's ...
by kilobyte_ch
Tue Dec 19, 2017 8:24 am
Forum: ESP-IDF
Topic: ESP32 JTAG Debugging
Replies: 1
Views: 4612

ESP32 JTAG Debugging

Hello

I'm currently trying to get my ESP32 WROOM on the Devkit connected with an FT2232H FTDI Adapter. I hooked up the 4 JTAG Lines. No Reset. When I try to flash the binary via JTAG I get the following Error. Is this a common fault?

I already tried lowering the Speed from 20M to 5M.

$ sudo bin ...
by kilobyte_ch
Thu Nov 16, 2017 12:27 pm
Forum: Hardware
Topic: ESP32 WROVER pSRAM Quiescent current
Replies: 7
Views: 12997

ESP32 WROVER pSRAM Quiescent current

Hello

I'm just asking if and how big the difference of the quiescent current between the ESP32 WROVER and ESP32 WROOM Module should be in deep sleep mode.

Thanks

Kilobyte

Go to advanced search