Skip to content

btle_tx and btle_rx: BTLE packet sender and sniffer/scanner

Compare
Choose a tag to compare
@JiaoXianjun JiaoXianjun released this 03 Nov 16:24
· 130 commits to master since this release

New features:

  1. btle_rx is done.
  2. Bothe tx and rx algorithm are converted to fixed point. Low latency. Real-time processing.
  3. Add new packet type "Discovery" which can display any names and services in your App like LightBlue. ( I use this packet type in the "ADS-B BTLE Air Relay" http://sdr-x.github.io/abar/
  4. Some bugs are fixed.

ATTENTION: To support fast/realtime sender and scanner/sniffer, I have changed lib_device->transfer_count to 4 and lib_device->buffer_size to 4096 in hackrf driver: hackrf.c. If you want to use this tool, you'd better also do that change to your driver source code and re-compile, re-install as instructed in hackrf