Hello Espressif Team,
I am facing an issue with Extended Advertising and Periodic Advertising in ESP-IDF, specifically:
Stopping Extended Advertising Also Stops Periodic Advertising
According to the Bluetooth 5.0 spec, it should be possible to continue periodic advertising even after stopping ...
Search found 29 matches
- Tue Jan 21, 2025 10:15 am
- Forum: General Discussion
- Topic: [BLE][IDF v5.3.x/5.4.0] Unable to Keep Periodic Advertising Running After Stopping Extended Advertising
- Replies: 0
- Views: 1204
- Sun Mar 20, 2022 5:45 pm
- Forum: General Discussion
- Topic: Nimble spp_Server and client esp32c3
- Replies: 3
- Views: 3201
Re: Nimble spp_Server and client esp32c3
Hi Allrobot!
I have attached the pdf file for more explanation on the issue. If you could help me!
thank You!
I have attached the pdf file for more explanation on the issue. If you could help me!
thank You!
- Sun Mar 20, 2022 12:29 pm
- Forum: General Discussion
- Topic: Nimble spp_Server and client esp32c3
- Replies: 3
- Views: 3201
Re: Nimble spp_Server and client esp32c3
Thank you! for the response !
Do you mean the example folder? Yes, i used the nimble example from the example folder.
Can you please help me in this regard why unable to connect to more than 1 device? Although I tried the "Arduino-nimble example" it worked fine with multiple devices but esp-idf is ...
Do you mean the example folder? Yes, i used the nimble example from the example folder.
Can you please help me in this regard why unable to connect to more than 1 device? Although I tried the "Arduino-nimble example" it worked fine with multiple devices but esp-idf is ...
- Sat Mar 19, 2022 5:57 pm
- Forum: General Discussion
- Topic: Nimble spp_Server and client esp32c3
- Replies: 3
- Views: 3201
Nimble spp_Server and client esp32c3
HI
I am using Nimble spp_server and the client app. My board is esp32c3. I am successfully able to communicate the two boards . Now the issue is if I want to connect my 2nd board with spp_server then it stops connecting it . It only connects 1 board at a time.
I also configured the concurrent ...
- Fri Dec 31, 2021 1:48 pm
- Forum: ESP IoT Solution
- Topic: esp32-C3 BLE coded Phy beacon app
- Replies: 4
- Views: 20211
Re: esp32-C3 BLE coded Phy beacon app
Hi All!
Is there any example with coded PHY (connectable)? I want to receive the ACK from the receiver to make sure the packet is received.
Thanks In Advance!
Is there any example with coded PHY (connectable)? I want to receive the ACK from the receiver to make sure the packet is received.
Thanks In Advance!
- Wed Dec 29, 2021 7:35 pm
- Forum: General Discussion
- Topic: coded phy connectable mode advertising
- Replies: 0
- Views: 4717
coded phy connectable mode advertising
Hi All!
I am using esp32c3, can we use LE Coded Phy in connectable advertising. In multi advertising, we can send advertising packets using coded phy but using ESP_BLE_GAP_SET_EXT_ADV_PROP_SCANNABLE.
Can you plz provide me an example which is using coded PHY and ESP_BLE_GAP_SET_EXT_ADV_PROP ...
I am using esp32c3, can we use LE Coded Phy in connectable advertising. In multi advertising, we can send advertising packets using coded phy but using ESP_BLE_GAP_SET_EXT_ADV_PROP_SCANNABLE.
Can you plz provide me an example which is using coded PHY and ESP_BLE_GAP_SET_EXT_ADV_PROP ...
- Sat Dec 25, 2021 3:17 pm
- Forum: General Discussion
- Topic: enable the ACK for coded phy advertising
- Replies: 0
- Views: 5290
enable the ACK for coded phy advertising
Hi All!
I am using BLE 5.0 coded PHY advertising type is "ESP_BLE_GAP_SET_EXT_ADV_PROP_SCANNABLE". Able to send messages successfully and read via BLE50_Client example. My question is that, is it possible to enable the ACK? In case no ACK receives then retransmission of the same packet to the ...
I am using BLE 5.0 coded PHY advertising type is "ESP_BLE_GAP_SET_EXT_ADV_PROP_SCANNABLE". Able to send messages successfully and read via BLE50_Client example. My question is that, is it possible to enable the ACK? In case no ACK receives then retransmission of the same packet to the ...
- Tue Dec 21, 2021 7:06 pm
- Forum: General Discussion
- Topic: esp32 c3 coded phy messages
- Replies: 0
- Views: 4767
esp32 c3 coded phy messages
Hi All!
I am using multi-adv example ( esp-idf ) for esp32c3 . In which i am sending the coded phy messages and receiving from ble5-_security_client example.
Tx Side i am sending the following data using coded phy . " ESP_MULTI_ADV_CODED"
and on Rx side i am receiving
I (8315684) SEC ...
- Thu Dec 16, 2021 6:47 pm
- Forum: ESP32 Arduino
- Topic: BLEDevice::setPower has no effect?
- Replies: 8
- Views: 14690
Re: BLEDevice::setPower has no effect?
Hi All!
Today I again tested the Coded Phy Range test. @3dbm range was 141 meters and @18dbm it goes to 404 meters. It was still receiving the beacons but reception frequency goes down means it started missing the beacons. I can go further but am unable to do so because of the closed-end street. I ...
Today I again tested the Coded Phy Range test. @3dbm range was 141 meters and @18dbm it goes to 404 meters. It was still receiving the beacons but reception frequency goes down means it started missing the beacons. I can go further but am unable to do so because of the closed-end street. I ...
- Wed Dec 15, 2021 7:44 pm
- Forum: ESP32 Arduino
- Topic: BLEDevice::setPower has no effect?
- Replies: 8
- Views: 14690
Re: BLEDevice::setPower has no effect?
Hi All!
Thank you for the nice post. It's very helpful. I was facing the same issue that in startup RSSI was equal to -51. But when I read the post by @rbrakhya. Made changes and was able to get the RSSI equal to -31 which is good.
One question, if you can help me. When I tested the range test it ...
Thank you for the nice post. It's very helpful. I was facing the same issue that in startup RSSI was equal to -51. But when I read the post by @rbrakhya. Made changes and was able to get the RSSI equal to -31 which is good.
One question, if you can help me. When I tested the range test it ...