Search found 15 matches

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: 473

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: 26339

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: 26339

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: 6365

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: 6365

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: 6365

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: 823

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
by Demetrio Magrin
Wed Sep 20, 2023 7:22 am
Forum: Hardware
Topic: ESP32-C3-MINI-1-H4 and ATECC608B
Replies: 3
Views: 3881

Re: ESP32-C3-MINI-1-H4 and ATECC608B

Hello,

Is there an EVAL with the MicroChip cryptochip ATECC608B ?

BR

Demetrio Magrin
by Demetrio Magrin
Tue Sep 19, 2023 8:35 pm
Forum: Hardware
Topic: ESP32-C3-MINI-1-H4 and ATECC608B
Replies: 3
Views: 3881

Re: ESP32-C3-MINI-1-H4 and ATECC608B

Hello,

Does anyone have experience with the MicroChip cryptochip code ATECC608B ?

I await your kind reply.
Thank you

Demetrio Magrin
by Demetrio Magrin
Fri Sep 15, 2023 3:17 pm
Forum: Hardware
Topic: ESP32-C3-MINI-1-H4 and ATECC608B
Replies: 3
Views: 3881

ESP32-C3-MINI-1-H4 and ATECC608B

Hello, I would like to connect the ESP32-C3-MINI-1-H4 module to my module CryptoAuthentication ATECC608B through the I2C port to realize WiFi communication. Is it possible to do this on this version of the expressif module or do I have to use a different module ? Where can I find examples or GitHub ...