logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ubertooth-dump - output a continuous stream of received bits

Author

       This manual page was written by Mike Ryan.

Description

       This  tool  dumps the raw bitstream received from the CC2400 radio to STDOUT or a file (if specified with
       -d). It can configure the radio to demodulate Classic Bluetooth  with  -c  (default),  or  Bluetooth  Low
       Energy (BLE) with -l. Optionally it can decode the binary data and print ASCII 0 and 1 using -b.'

Name

       ubertooth-dump - output a continuous stream of received bits

Options

-b : Print ASCII 0 and 1 instead of raw data

              • -c : Classic Bluetooth modulation (default)

              • -l : Bluetooth Low Energy (BLE) modulation

              • -d<filename.bin> : Dump to file instead of stdout

              • -U<0-7> : which Ubertooth device to use

See Also

ubertooth(7): overview of Project Ubertooth

Synopsis

              ubertooth-dump [-b] [-c | -l] [-d <filename.bin>]

See Also