BTLE icon indicating copy to clipboard operation
BTLE copied to clipboard

Bluetooth Low Energy (BLE) packet sniffer and transmitter for both standard and non standard (raw bit) based on Software Defined Radio (SDR).

Results 16 BTLE issues
Sort by recently updated
recently updated
newest added

0. Who are you? _Application Engineer_ 1. What is your own modification (if any)? _None_ 2. Environments: OS type/version, BTLE repo branch and commit revision _Ubuntu Latest. BTLE main branch_...

After the btle installation is successful, enter. /btletools/src/ btle_ Rx, prompt to Disabling amp, open Bluetooth, unable to grab data packet.

Could you provide the document like the IEEE802.11a supplement? I am trying to understand your code to implement a BTLE packet scanner. https://pdos.csail.mit.edu/archive/decouto/papers/802.11a.pdf

I tried to import the project as a makefile project in eclipse. I am trying to use gdb to know the details of BLE scanner. 16:14:16 **** Incremental Build of...

I run the program first: btle_rx -c chan -g gain -a access_addr -k crc_init -o I can see the adv data,then I connect my phone with bluetooth modules,but I can...

There are multiple Bluetooth devices in the experimental environment. Which one does HackRF monitor? Is the broadcast packet sent by each device the same? Thanks!

I want to save the analog sampling into a txt file,so I add some codes at demod_byte part,but after I do this the data will be damaged and I do...

Has anyone tried to use it with LimeSDR?

Hi Xianjun, Function demod_bits(a, num_bits, sample_per_symbol) implements the way how ADC samples is converted to bits. 1: Could you explain why the following code is able to determine the bit...

Hi I was wondering what the use is for the sample table. It seems needed but I'm unsure how that got calculated.