Search found 18 matches

by Demetrio Magrin
Thu Dec 19, 2024 4:06 pm
Forum: General Discussion
Topic: Error with "esp-idf-v5.3.2 -> riscv32-esp-elf-gcc-13.2.0" with nimble and c++
Replies: 0
Views: 1047

Error with "esp-idf-v5.3.2 -> riscv32-esp-elf-gcc-13.2.0" with nimble and c++

Hello, I have seen that the version "esp-idf-v5.3.2->riscv32-esp-elf-gcc-13.2.0" with "nimble" and "C/C++ function" generates many errors on compilation. These errors are not with the previous version "esp-idf-v4.4.6->riscv32-esp-elf-gcc-8.4.0" with "nimble" and "C/C++ function". Note: a project wit...
by Demetrio Magrin
Wed Dec 18, 2024 1:01 pm
Forum: General Discussion
Topic: Converting a C++ project with "riscv32-esp-elf-gcc-8.4. 0" to "riscv32-esp-elf-gcc-13.2. 0"
Replies: 0
Views: 764

Converting a C++ project with "riscv32-esp-elf-gcc-8.4. 0" to "riscv32-esp-elf-gcc-13.2. 0"

Hello, I need to convert a C++ project compiled with "riscv32-esp-elf-gcc-8.4.0 -> esp-idf-v4.4.6" to "riscv32-esp-elf-gcc-13.2.0 -> esp-idf-v5.3.2". I only changed the compilation environment from "esp-idf-v4.4.6" to "esp-idf-v5.3.2". After performing this simple operation, the project compilation ...
by Demetrio Magrin
Tue Dec 03, 2024 2:45 pm
Forum: ESP-IDF
Topic: Project “Bluedroid -> ble_spp_server” converted to "nimBLE -> ble_spp_server".
Replies: 0
Views: 557

Project “Bluedroid -> ble_spp_server” converted to "nimBLE -> ble_spp_server".

Hello, I have a project "Bluedroid -> ble_spp_server" for the 2ESP32-C3-MINI-1-H4" module and I would like to replace "Bluedroid" with "nimBLE" without having to perform any changes on the FW of my BLE client (APP). Unfortunately the example present on "nimBLE -> ble_spp_server" works completely dif...
by Demetrio Magrin
Fri Mar 15, 2024 10:15 am
Forum: ESP-IDF
Topic: esp-idf-v5.1.2 and esp32-c3 module: "BLE extended advertising packets" is not supported.
Replies: 0
Views: 716

esp-idf-v5.1.2 and esp32-c3 module: "BLE extended advertising packets" is not supported.

Hello, In reference to the "BLE extended advertising packets" function I saw that this function is not handled in the "esp-idf-v5.1.2" API while it is handled with AT commands. How can I use this function through the API ? It seems to me that "esp-idf-v5.1.2" is not aligned with AT commands (missing...
by Demetrio Magrin
Wed Dec 13, 2023 7:35 am
Forum: ESP-IDF
Topic: Nordic library and Espressif (GATT - Server ) -> Are the ways of increasing the MTU size different
Replies: 3
Views: 26709

Re: Nordic library and Espressif (GATT - Server ) -> Are the ways of increasing the MTU size different

Hello "MicroController", thank you for your advice, I imported the whole example into my GATT Server project and I have reported it below. We have seen that some of the variables used in the example have not been declared in the example itself and are not even present in the basic project in "set th...
by Demetrio Magrin
Mon Dec 11, 2023 4:20 pm
Forum: ESP-IDF
Topic: Nordic library and Espressif (GATT - Server ) -> Are the ways of increasing the MTU size different
Replies: 3
Views: 26709

Nordic library and Espressif (GATT - Server ) -> Are the ways of increasing the MTU size different

Hello, I read what was reported on the forum https://esp32.com/viewtopic.php?f=13&t=2455 and I found an incompatibility between the management of the way to increase the value of MTU GATT Server between Espressif library and Nordic library. I am using an Android APP (BLE client) where the MTU value ...
by Demetrio Magrin
Sat Nov 25, 2023 9:47 am
Forum: ESP-IDF
Topic: ESP32-C3 doesn't send back SCAN_RESP packets. with the scan response data
Replies: 5
Views: 6927

Re: ESP32-C3 doesn't send back SCAN_RESP packets. with the scan response data

Hello "MicroController", I tried to do several tests by adding data in the structure below without solving my problem. In fact I saw that, for example, if I add the part relating to: /*** 0x06,0x07 - 128-bit service class UUIDs. */ const ble_uuid128_t *uuids128; uint8_t num_uuids128; unsigned uuids1...
by Demetrio Magrin
Thu Nov 23, 2023 3:32 pm
Forum: ESP-IDF
Topic: ESP32-C3 doesn't send back SCAN_RESP packets. with the scan response data
Replies: 5
Views: 6927

Re: ESP32-C3 doesn't send back SCAN_RESP packets. with the scan response data

Hello "MicroController", No, the APP (BLE central) tries to read the UUID it should receive from my Espressif module but it is always MISSING. If you look at the pdf file you can see that the "SCAN_RESP" frame of the Nordic module is 50 bytes while the "SCAN_RESP" frame of the espresso module is 32 ...
by Demetrio Magrin
Thu Nov 23, 2023 2:16 pm
Forum: ESP-IDF
Topic: ESP32-C3 doesn't send back SCAN_RESP packets. with the scan response data
Replies: 5
Views: 6927

ESP32-C3 doesn't send back SCAN_RESP packets. with the scan response data

Hello, I compiled the for example project for "bleprph" from: "\esp-idf-v5.1.1\examples\bluetooth\nimble\bleprph\". In the bleprph_advertise(void) function it is this: /** * Enables advertising with the following parameters: * o General discoverable mode. * o Undirected connectable mode. */ static v...
by Demetrio Magrin
Tue Oct 31, 2023 5:21 pm
Forum: General Discussion
Topic: Porting Nordic Semiconductor Software to ESP32
Replies: 1
Views: 1074

Re: Porting Nordic Semiconductor Software to ESP32

Hello,

I read your question and I also have the same problem as you.
Have you found the solution to import NUS(Nordic) to EPS32 ?

Thank you
Demetrio Magrin