Search found 5 matches

by fjburgoa
Mon Sep 15, 2025 8:46 pm
Forum: ESP-IDF
Topic: ESP32S3 BLE UART
Replies: 4
Views: 1673

Re: ESP32S3 BLE UART

Many Thanks for the hints.

Alternately, using ESP32s3+BLE, is it possible to emulate a Joystick instead?
by fjburgoa
Sun Sep 14, 2025 8:43 am
Forum: ESP-IDF
Topic: ESP32S3 BLE UART
Replies: 4
Views: 1673

ESP32S3 BLE UART

Hi, I'm trying to implement an application in the ESP32S3 to send data from the microcontroller to a computer by bluetooth. The idea is to open a COM port in the laptpot an receiving the data as serial text.
I've been trying some of the examples in the v5.5.1, for instance
- ble_hid_device_demo ...
by fjburgoa
Mon Dec 30, 2024 2:40 pm
Forum: ESP-IDF
Topic: https client fault in ESP-IDF (but working well with Arduino IDE)
Replies: 6
Views: 2244

Re: https client fault in ESP-IDF (but working well with Arduino IDE)

Hi, I tried with the initialization by fields, but again the same feedback:



static void https_with_url(void)
{
char local_response_buffer[MAX_HTTP_OUTPUT_BUFFER + 1] = {0};

esp_http_client_config_t config;
memset(&config, 0, sizeof(esp_http_client_config_t));
config.url = "https://apidatos ...
by fjburgoa
Thu Dec 26, 2024 7:35 pm
Forum: ESP-IDF
Topic: https client fault in ESP-IDF (but working well with Arduino IDE)
Replies: 6
Views: 2244

Re: https client fault in ESP-IDF (but working well with Arduino IDE)

Hi, Many thanks to both of you for the suggestions and the support

I got the certificate according the instructions.
I overwritted the existing howmyssl_com_root_cert.pem and postman_root_cert.pem with the cert from the site:

-----BEGIN CERTIFICATE ...
by fjburgoa
Mon Dec 23, 2024 3:54 pm
Forum: ESP-IDF
Topic: https client fault in ESP-IDF (but working well with Arduino IDE)
Replies: 6
Views: 2244

https client fault in ESP-IDF (but working well with Arduino IDE)

Hi

I'm trying to GET an answer from a server at the following address:

https://apidatos.ree.es/es/datos/mercados/precios-mercados-tiempo-real?start_date=2024-11-16T00:00&end_date=2024-11-16T23:59&time_trunc=hour&geo_limit=peninsular

With a browser it works fine and the answer is received. The ...

Go to advanced search