Check out my first novel, midnight's simulacra!
Bluetooth: Difference between revisions
From dankwiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Ubertooth== | ==Ubertooth== | ||
===Firmware=== | ===Firmware=== | ||
< | <pre>[grimes](1) $ sudo ubertooth-scan -s -x | ||
Ubertooth API version 1.01 found, libubertooth 1.1 requires 1.06. | Ubertooth API version 1.01 found, libubertooth 1.1 requires 1.06. | ||
Please upgrade to latest released firmware. | Please upgrade to latest released firmware. | ||
See: https://github.com/greatscottgadgets/ubertooth/wiki/Firmware | See: https://github.com/greatscottgadgets/ubertooth/wiki/Firmware | ||
[grimes](1) $ </ | [grimes](1) $ </pre> | ||
Use <tt>ubertooth-dfu</tt> to update the firmware. Firmware can be built from an ubertooth checkout by running [[Make]] in the <tt>firmware</tt> directory (you'll need the <tt>gcc-arm-none-eabi</tt> package). | Use <tt>ubertooth-dfu</tt> to update the firmware. Firmware can be built from an ubertooth checkout by running [[Make]] in the <tt>firmware</tt> directory (you'll need the <tt>gcc-arm-none-eabi</tt> package). |
Revision as of 19:43, 16 September 2019
Ubertooth
Firmware
[grimes](1) $ sudo ubertooth-scan -s -x Ubertooth API version 1.01 found, libubertooth 1.1 requires 1.06. Please upgrade to latest released firmware. See: https://github.com/greatscottgadgets/ubertooth/wiki/Firmware [grimes](1) $
Use ubertooth-dfu to update the firmware. Firmware can be built from an ubertooth checkout by running Make in the firmware directory (you'll need the gcc-arm-none-eabi package).