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-debug - Classic Bluetooth discovery, sniffing, and decoding

Author

       This manual page was written by Dominic Spill.

Description

ubertooth-debug(1)  is  a  tool  for reading register values from the CC2400 chip on Ubertooth One. It is
       primarily designed to assist firmware development but may be of interest to curious hackers.

Examples

       To read the MANOR register, use:

              ubertooth-debug -r 19

       Registers can also be specified by name, the following will also read the MANOR register:

              ubertooth-debug -r %manor

       Read a range of registers:

              ubertooth-debug -r 19-22

       Dump all registers with:

              ubertooth-debug -r 0x00-0x70

Name

       ubertooth-debug - Classic Bluetooth discovery, sniffing, and decoding

Options

       Options:

       • -r<reg>[,<reg>[,[...]]] : Read one or more registers from the CC2400 on Ubertooth

       • -r<start>-<end> : Read a consecutive set of registers from the CC2400 on Ubertooth

       • -v<0-2> : Sets the level of verbosity, default is 1.

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

See Also

ubertooth(7): overview of Project Ubertooth

Synopsis

              ubertooth-debug -r <number>[,<number>[,...]]

See Also