Search found 40 matches

by accacca
Wed Apr 22, 2026 8:16 am
Forum: ESP-IDF
Topic: VScode CMake REQUIRES problem
Replies: 2
Views: 64

Re: VScode CMake REQUIRES problem

Sorry for the late reply
I understand now, thanks for the explanation
So my idea of using a single Cmakefile to configure the libraries to include in the project, and just one REQUIRES myLIB statement in each project, won’t work
I’ll have to use a separate Cmakefile for each library and specify ...
by accacca
Fri Apr 17, 2026 8:47 am
Forum: ESP-IDF
Topic: VScode CMake REQUIRES problem
Replies: 2
Views: 64

VScode CMake REQUIRES problem

I would like to write a CMake file to compile some of my libraries, including only the necessary libraries as specified by the project configuration.
Some of these libraries require additional managed components that are only used if the library is included in the project.
My CMake file generates a ...
by accacca
Fri Nov 21, 2025 7:10 am
Forum: ESP-IDF
Topic: How to stop I2S peripheral correctly
Replies: 1
Views: 1031

How to stop I2S peripheral correctly

I am trying to create an RTSP server with video/audio streaming. When I close the client side and stop the I2S streaming, I get many error messages in the serial debug window.
What is the correct way to close the I2S peripheral?
My close function

static esp_err_t app_audio_deinit()
{
if (audio ...
by accacca
Tue Jul 22, 2025 4:43 pm
Forum: ESP-ADF
Topic: rtsp protocol example interrupt problem.
Replies: 3
Views: 7803

Re: rtsp protocol example interrupt problem.

Problem found...
File av_stream_hal_camera.c function av_stream_camera_init

int av_stream_camera_init(av_stream_hal_config_t *config, void *cb, void *arg)
{
AUDIO_NULL_CHECK(TAG, config, return ESP_FAIL);

if (config->uvc_en) {
if (usb_camera_init(config, cb, arg) != ESP_OK) {
return ESP_FAIL ...
by accacca
Tue Jul 22, 2025 6:29 am
Forum: ESP-ADF
Topic: rtsp protocol example interrupt problem.
Replies: 3
Views: 7803

Re: rtsp protocol example interrupt problem.

Prebuild library
esp-adf\components\esp-adf-libs\esp_media_protocols\lib\
by accacca
Sat Jul 12, 2025 8:42 am
Forum: ESP-ADF
Topic: rtsp protocol example interrupt problem.
Replies: 3
Views: 7803

rtsp protocol example interrupt problem.

I have compiled the ESP_RTSP example for use with an ESP32-S3 Korvo2 V3.1 board
I am using
VSCODE
ESP-IDF v5.4.
ESP-ADF v2.7.
I want to use the KORVO board as an RTSP server. I want to connect via VLC from the PC.
The example starts correctly, configures the camera and, from the console, I can ...
by accacca
Sun Mar 31, 2024 4:39 pm
Forum: ESP-IDF
Topic: how to close a TCP TLS socket
Replies: 0
Views: 1083

how to close a TCP TLS socket

I want to implement an FTPS server For testing it I use filezilla.
The FTP version of the server works now I was adding TLS handshaking.
When I open a session, the client asks me for the list of files in the root folder butwhen data socket but when closing data socket I get this error message ...
by accacca
Wed Mar 06, 2024 5:40 pm
Forum: ESP-IDF
Topic: VSCode 'Something went wrong while getting the serial port list'
Replies: 3
Views: 4514

Re: VSCode 'Something went wrong while getting the serial port list'

for a manual configuration you can try this
add

Code: Select all

"idf.portWin": "COM4"
in .vscode/settings.json

uart.png
uart.png (18.55 KiB) Viewed 4439 times
by accacca
Tue Dec 26, 2023 3:47 pm
Forum: General Discussion
Topic: use custom libraries with VScode
Replies: 3
Views: 2321

Re: use custom libraries with VScode

viewtopic.php?f=13&t=37001#p123926 ;-)
by accacca
Tue Dec 26, 2023 3:44 pm
Forum: General Discussion
Topic: use custom libraries with VScode
Replies: 3
Views: 2321

Re: sue custom libraries with VScode

viewtopic.php?f=13&t=37001#p123926 ;-)

Go to advanced search