JiaoXianjun / BTLE

Bluetooth Low Energy (BLE) packet sniffer and transmitter for both standard and non standard (raw bit) based on Software Defined Radio (SDR).
http://sdr-x.github.io/
Apache License 2.0
734 stars 135 forks source link

Is it possible to transmit ble packets faster? #29

Open Zrt98 opened 1 year ago

Zrt98 commented 1 year ago
  1. Who are you? Graduate student
  2. What is your own modification (if any)? None
  3. Environments: OS type/version, BTLE repo branch and commit revision Ubuntu Latest. BTLE main branch
  4. Board/hardware type HackRF
  5. Detailed commands/steps to reproduce the issue, and the related error message, screenshot, etc btle_tx
  6. Your debug efforts and results (if any) NA
  7. Any other thing we need to know for helping you better? NA

I found the Space paras to control the time interval between packets. However, there exists a lower bound of around 295ms, leading to a minimum delay of about 0.3s. Assigning spacing of larger than this will work but a smaller space seems useless. I'm asking whether it would be possible to have lower limits and transmit the next packet even faster? How to possibly achieve that?