Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
btle_tx and btle_rx_ BTLE packet sender and sniffer_scanner.tar.gz | 2015-11-05 | 858.3 kB | |
btle_tx and btle_rx_ BTLE packet sender and sniffer_scanner.zip | 2015-11-05 | 866.2 kB | |
README.md | 2015-11-05 | 735 Bytes | |
Totals: 3 Items | 1.7 MB | 0 |
fix btle_tx bug. now fastest tx interval is 8ms. tested on hackrf-2015.07.2.
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