Search found 4 matches

by jeanbi
Wed Feb 23, 2022 11:13 am
Forum: ESP-IDF
Topic: WPA-enterprise PEAP TLS Authentication Protocol Error
Replies: 0
Views: 1300

WPA-enterprise PEAP TLS Authentication Protocol Error

Environment - Development Kit: Custom board - Module or chip used: ESP32-WROOM-32D - IDF version (run ``git describe --tags`` to find it): v4.3 - Build System: Make - Compiler version (run ``xtensa-esp32-elf-gcc --version`` to find it): xtensa-esp32-elf-gcc (crosstool-NG esp-2020r3) 8.4.0 - Operati...
by jeanbi
Fri Mar 26, 2021 1:00 pm
Forum: ESP-IDF
Topic: abort() inside ESP_LOGI
Replies: 2
Views: 2348

abort() inside ESP_LOGI

Hello, I have a task in my code that received data through SPI every seconds and I put a log in this task. ESP_LOGI(LOG_MODULE, "%s", __FUNCTION__); Everything works fine but after about 30 min the log function crash. I (1736525) SPI_APP: SPI_CM_APP_NewInfo abort() was called at PC 0x40082d1b on cor...
by jeanbi
Wed Jan 08, 2020 1:32 pm
Forum: ESP-IDF
Topic: Secure Element NXP SE050
Replies: 1
Views: 2893

Secure Element NXP SE050

Hello, I want to implement the secure element SE050 from NXP to use with mbedtls (firstly for https certificate verification). I used the dev board OM-SE050ARD and a Plug and Trust Middleware is given. It's a cmake project and my objective is to implement into esp-idf 4.0 beta1. I succeed to build t...
by jeanbi
Mon Jan 06, 2020 1:04 pm
Forum: ESP-IDF
Topic: Nimble char descriptor
Replies: 1
Views: 2622

Nimble char descriptor

Hello, I'm using Nimble on esp-idf v4.0-beta1. I followed the example https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/nimble/bleprph to make a peripheral and it's ok but there is not any descriptors in the example. I tried to implement that with documentation of Mynext Nimble wit...