Search found 20 matches

by skanky
Tue Jan 02, 2024 3:55 pm
Forum: ESP-IDF
Topic: gatt_server_service_table demo pairing
Replies: 0
Views: 7016

gatt_server_service_table demo pairing

I've got a project successfully running using the "gatt_server_service_table demo" for the ESP32 C3. However there doesn't appear to be any support for Bluetooth pairing? Is it possible to pair to the ESP32 running this code to gain the additional security benefits of paired devices?
by skanky
Wed Jul 12, 2023 8:57 am
Forum: ESP-IDF
Topic: CMAKE_OBJECT_PATH_MAX and path length issues
Replies: 6
Views: 3582

Re: CMAKE_OBJECT_PATH_MAX and path length issues

No, had nothing back from Espressif here so had to work around it and have done ever since
by skanky
Tue Jul 11, 2023 9:42 am
Forum: ESP-IDF
Topic: CMAKE_OBJECT_PATH_MAX and path length issues
Replies: 6
Views: 3582

Re: CMAKE_OBJECT_PATH_MAX and path length issues

In November I was a brand new install, the most up-to-date versions of everything were downloaded and used.
by skanky
Wed Apr 19, 2023 9:19 am
Forum: ESP-IDF
Topic: Log output over JTAG, esp_apptrace_vprintf kills JTAG
Replies: 1
Views: 1051

Re: Log output over JTAG, esp_apptrace_vprintf kills JTAG

Can anyone from Espressif support answer this please???
by skanky
Mon Apr 17, 2023 4:37 pm
Forum: ESP-IDF
Topic: Log output over JTAG, esp_apptrace_vprintf kills JTAG
Replies: 1
Views: 1051

Log output over JTAG, esp_apptrace_vprintf kills JTAG

I need to use both UARTs for my application on a ESP32S2 so can't use UART0 for the log output. Working through this page: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/app_trace.html#application-specific-tracing I immediately hit a problem. If I include this line in my co...
by skanky
Tue Feb 28, 2023 3:16 pm
Forum: ESP-IDF
Topic: Encryption functionality available from the ESP-IDF
Replies: 2
Views: 1334

Encryption functionality available from the ESP-IDF

Our ESP32 S3 application needs to encrypt data we generate before it is stored to a SD card and then decrypt it later when copying the data off. We need to use a key pair to do this - one key stored in plain sight to encrypt the data, and the other private key provided to the ESP32 S3 at the point o...
by skanky
Tue Feb 07, 2023 11:20 am
Forum: ESP-IDF
Topic: can bus driver files
Replies: 3
Views: 1657

Re: can bus driver files

Thank you. It would be good if these old docs had a note at the top saying they are old, there's no indication I could see that they are to someone new to ESP. Also a note about the change to TWAI would be great at the top of that page too as it ranks high on a "ESP32 can bus" google search. Thanks ...
by skanky
Mon Feb 06, 2023 4:14 pm
Forum: ESP-IDF
Topic: can bus driver files
Replies: 3
Views: 1657

can bus driver files

The espressif api-reference shows how to use the can bus peripheral: https://docs.espressif.com/projects/esp-idf/en/v3.3.5/api-reference/peripherals/can.html However the "driver/can.c", "driver/can.h" and "soc/can_struct.h" files are not actually present in the esp-idf install / master branch. Where...
by skanky
Fri Feb 03, 2023 9:04 am
Forum: ESP-IDF
Topic: ESP-Prog JTAG debugging with ESP32S3
Replies: 7
Views: 7352

Re: ESP-Prog JTAG debugging with ESP32S3

Hi thank you, I have tried deleting the initGdbCommands block and it now works so that is great thank you :-) So I can understand and avoid a similar issue in the future, please can you tell me: 1) Is it better that the "initGdbCommands" block is used? I am confused why it is on your "debugging docu...