Hi Chegevara,
Doing handle global it works, great!
Thanks
Search found 8 matches
- Fri Oct 04, 2024 12:58 pm
- Forum: General Discussion
- Topic: MQTT event issue
- Replies: 2
- Views: 956
- Thu Oct 03, 2024 11:37 pm
- Forum: General Discussion
- Topic: MQTT event issue
- Replies: 2
- Views: 956
MQTT event issue
Hello Fellows, I searching for someone expert in mqtt for help-me. I'm using basically the mqtt/ssl example from espressif github and I cannot publish nothing! The secure tcp link as well wifi initialization with my certification is ok (if I change any character in certificate I get initialization e...
- Mon Sep 30, 2024 10:10 pm
- Forum: General Discussion
- Topic: ESP32c6 Nimble-BLE Only send data
- Replies: 8
- Views: 2084
Re: ESP32c6 Nimble-BLE Only send data
Well, after many days speding my precious time I found one solution for indicate procedure. First of all I did a lot of debug points in GATT read and write chr, so I got conn_handle=1 and attrib_handle=16 and I put my data inside buffer to "om": if (attr_handle == chr_val_handle) { /* Update access ...
- Mon Aug 26, 2024 4:29 pm
- Forum: General Discussion
- Topic: ESP32c6 Nimble-BLE Only send data
- Replies: 8
- Views: 2084
Re: ESP32c6 Nimble-BLE Only send data
MicroController,
Do you have any example?
(your knowledgment is my salvation... )
Do you have any example?
(your knowledgment is my salvation... )
- Mon Aug 26, 2024 4:06 pm
- Forum: General Discussion
- Topic: ESP32c6 Nimble-BLE Only send data
- Replies: 8
- Views: 2084
Re: ESP32c6 Nimble-BLE Only send data
Hi MicroController, I check and recheck my setup, using nimble-only and seems to be ok all updated (esp-idf V-5.3.0, python3)... I copy the example suggested for you, create a new project with esp-idf in terminal mode, put everything inside and configurate new options in menuconfig (just works and e...
- Sat Aug 24, 2024 6:50 pm
- Forum: General Discussion
- Topic: ESP32c6 Nimble-BLE Only send data
- Replies: 8
- Views: 2084
Re: ESP32c6 Nimble-BLE Only send data
Well, the example does not compilate to me
I only need put my data inside buffer and send it...
I only need put my data inside buffer and send it...
- Fri Aug 23, 2024 11:26 pm
- Forum: General Discussion
- Topic: ESP32c6 Nimble-BLE Only send data
- Replies: 8
- Views: 2084
Re: ESP32c6 Nimble-BLE Only send data
Thanks for your reply, but where in example is BLE_GATT_ACCESS_OP_READ_CHR? I think my code is almost ready, I need just do the advertising and read the reception buffer...
Obs: Even upgrading to esp-idf V5.3 this example did not compilate to me...
Obs: Even upgrading to esp-idf V5.3 this example did not compilate to me...
- Thu Aug 22, 2024 12:19 am
- Forum: General Discussion
- Topic: ESP32c6 Nimble-BLE Only send data
- Replies: 8
- Views: 2084
ESP32c6 Nimble-BLE Only send data
Hi All, I had many problems developing with esp32c6 module and many BLE examples does not work for esp32c6, mainly if I select "Bluedroid-DualMode" in menuconfig. I did a functional section of my code bellow but I burning my head and I do not know how send data from esp32c6 BT module to android appl...