Search found 18 matches

by besterm
Wed May 21, 2025 4:18 pm
Forum: ESP-IDF
Topic: Decoding MJPEG From USB Camera (ESP32-P4)
Replies: 4
Views: 1050

Re: Decoding MJPEG From USB Camera (ESP32-P4)

I think I found the problem. Evidently Logitech doesn't send standard MJPEG formatted video. I found this reference online:

The Logitech C270 webcam utilizes a proprietary, embedded H.264 stream within a Motion-JPEG (MJPEG) format. While MJPEG is a standard format, the C270 adds H.264 data to the ...
by besterm
Tue May 20, 2025 7:22 pm
Forum: ESP-IDF
Topic: Decoding MJPEG From USB Camera (ESP32-P4)
Replies: 4
Views: 1050

Decoding MJPEG From USB Camera (ESP32-P4)

I have an ESP32-P4 Function Board that I'm using to decode MJPEG data from a USB Logitech C270 camera. I have the UVC demo working and can see MJPEG images at about 25FPS over WiFi to a PC. I am trying to add code to display the video on the LCD that is connected to the eval board. When I attempt to ...
by besterm
Tue Mar 25, 2025 2:50 pm
Forum: ESP-IDF
Topic: ESP32-P4 Example Build Error
Replies: 3
Views: 703

Re: ESP32-P4 Example Build Error

Instead of trying to build the demo project using my Windows 10 PC, I decided to try it on my Mac Mini M1. I was able to build the project without any issues using the exact same steps. I still need to figure out why Windows 10 won't build it for me, as this is my work computer and the Mac is my ...
by besterm
Mon Mar 24, 2025 7:42 pm
Forum: ESP-IDF
Topic: ESP32-P4 Example Build Error
Replies: 3
Views: 703

ESP32-P4 Example Build Error

I am trying to build the ESP32-P4 "esp_brookesia_phone" example, but I am getting errors. I'm using IDF V5.4 and followed the readme instructions. Any ideas would be appreciated. Here's the log file output. The error is near the bottom.

info: INFO: Symbol BSP_I2S_NUM defined in multiple locations ...
by besterm
Mon Aug 22, 2022 3:24 pm
Forum: ESP-IDF
Topic: A2DP-Sink Audio Sample Rate (Need 48KHz)
Replies: 2
Views: 2614

Re: A2DP-Sink Audio Sample Rate (Need 48KHz)

I haven't solved this issue yet. I was able to connect at 48KHz SBC with my chromebook and my TV, so I know it can do 48KHz. I have tested many Android phones and IPhones and could only connect at 44.1KHz. I tried to use developer mode on the Android devices, but it always reverted back to 44.1KHz ...
by besterm
Thu Aug 04, 2022 1:12 pm
Forum: ESP-IDF
Topic: A2DP-Sink Audio Sample Rate (Need 48KHz)
Replies: 2
Views: 2614

A2DP-Sink Audio Sample Rate (Need 48KHz)

Using the A2DP-Sink project, I need to change the audio connection rate to 48KHz. I haven't had any success yet. It will only connect at 44.1KHz. Does anyone have any experience changing this setting?
by besterm
Mon Sep 27, 2021 7:16 pm
Forum: ESP-ADF
Topic: Bluetooth (A2DP) Audio to Wifi (HTTP) Bridge Possible???
Replies: 0
Views: 8677

Bluetooth (A2DP) Audio to Wifi (HTTP) Bridge Possible???

Is it possible to receive audio from a bluetooth source (such as a phone) and re-transmit it out the Wifi interface via HTTP so that multiple ESP32 boards could receive/decode the audio? Basically I want to the ESP32 to bridge my audio out as an "internet radio" device (aac or mp3). Does anyone have ...
by besterm
Thu Aug 27, 2020 2:53 pm
Forum: ESP-IDF
Topic: ld_acl.c error
Replies: 0
Views: 1902

ld_acl.c error

Does anyone have any idea what this error means?

ASSERT_ERR((((uint16_t)clkoff1 << 0) & ~((uint16_t)0x000007FF)) == 0), in ld_acl.c at line 302

I don't have ld_acl.c source file in my SDK. I guess it's inside a pre-compiled library.
by besterm
Mon Jun 29, 2020 2:10 am
Forum: ESP-IDF
Topic: ESP32 Development on a Pinbook Pro
Replies: 0
Views: 2068

ESP32 Development on a Pinbook Pro

In case you are interested in developing ESP32 IDF projects on a PineBook Pro, it does work. I just had to compile the xtensa tools on the PineBook Pro first. I use the "make menuconfig", "make", "make flash", and "make monitor" commands to configure, build, program, and monitor debug output from my ...
by besterm
Mon Jun 01, 2020 5:04 pm
Forum: ESP-IDF
Topic: GPIO36 GPIO Input Glitches With BT/A2DP
Replies: 5
Views: 6916

GPIO36 GPIO Input Glitches With BT/A2DP

I am using GPIO36 as a button input. It normally works fine. If I enable bluetooth audio I notice very fast pull-down pulses. These pulse occur about 0.5sec rate when BT A2DP isn't connected to my phone. When it initially connects to my phone, the glitches still occur at the same rate. If I then ...

Go to advanced search