Search found 3 matches
- Sun Dec 17, 2023 5:14 pm
- Forum: General Discussion
- Topic: Read or set retransmission count in BLE
- Replies: 3
- Views: 45134
Re: Read or set retransmission count in BLE
Dear MicroController I want to calculate the packet reception ratio. So I fixed my wifi channel to channel one and my BLE channel to channel four. these two channels have the same frequency. So when I started to transmit data with BLE, Wi-Fi interfered with it, and some of my packets must be dropped...
- Fri Dec 15, 2023 4:03 pm
- Forum: ESP-IDF
- Topic: Find retransmission count in BLE
- Replies: 0
- Views: 29000
Find retransmission count in BLE
Hello. I'm using esp32-S3 for my research on BLE connection. I implemented two devices which one of them is central and another one is peripheral. Also, I fixed the channel map to force communication in channel 4. Then I fixed my Wifi mode to use channel one which has the same frequency as BLE chann...
- Fri Dec 15, 2023 1:52 pm
- Forum: General Discussion
- Topic: Read or set retransmission count in BLE
- Replies: 3
- Views: 45134
Read or set retransmission count in BLE
Hello. I'm using esp32-S3 with IDF with Bluedroid stack for BLE. I need to calculate the packet reception ratio between two BLE devices. So I have created a central and a peripheral device to communicate with each other. Then I gave a fixed channel map to enforce BLE to use just one channel for comm...