summaryrefslogtreecommitdiff
path: root/host/doc/man/ubertooth-util.1
blob: a0752c8b4f0fa4dda53255767f147ed6fd5f6e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
.TH UBERTOOTH\-UTIL 1 "March 2017" "Project Ubertooth" "User Commands"
.SH NAME
ubertooth-util \- general purpose Ubertooth utility
.SH SYNOPSIS
.PP
ubertooth\-util [\-abcdefghijk\-ellemenop\-qrstuvwxyZ]
.SH DESCRIPTION
.PP
.BR ubertooth-util (1) 
is a catch\-all tool for doing generally useful things
with, to, and about Ubertooth. To get firmware revision and compile
information, run:
.PP
.RS
.nf
ubertooth\-util \-vV
.fi
.RE
.PP
To fully reset Ubertooth, run:
.PP
.RS
.nf
ubertooth\-util \-r
.fi
.RE
.PP
Other options are available for modifying LED states, setting channel,
and performing miscellaneous radio\-related actions. Refer to the
[OPTIONS][] section for full details.
.PP
The utility also includes a simple range test tool for use with two
Uberteeth. Refer to [RANGE TEST][] for full details.
.SH OPTIONS
.PP
Common options:
.RS
.IP \(bu 2
\fB\fC\-v\fR :
get firmware revision number
.IP \(bu 2
\fB\fC\-V\fR :
get compile info
.IP \(bu 2
\fB\fC\-I\fR :
identify ubertooth device by flashing all LEDs
.IP \(bu 2
\fB\fC\-d[0\-1]\fR :
get/set all LEDs
.IP \(bu 2
\fB\fC\-l[0\-1]\fR :
get/set USR LED
.IP \(bu 2
\fB\fC\-S\fR :
stop current operation
.IP \(bu 2
\fB\fC\-r\fR :
full reset
.IP \(bu 2
\fB\fC\-U<0\-7>\fR :
set ubertooth device to use
.RE
.PP
Radio options:
.RS
.IP \(bu 2
\fB\fC\-a[0\-7]\fR :
get/set power amplifier level
.IP \(bu 2
\fB\fC\-c[2400\-2483]\fR :
get/set channel in MHz
.IP \(bu 2
\fB\fC\-C[0\-78]\fR :
get/set channel
.IP \(bu 2
\fB\fC\-q[1\-225 (RSSI threshold)]\fR :
start LED spectrum analyzer
.IP \(bu 2
\fB\fC\-t\fR :
intitiate continuous transmit test
.IP \(bu 2
\fB\fC\-z\fR :
set squelch level
.RE
.PP
Range test:
.RS
.IP \(bu 2
\fB\fC\-e\fR :
start repeater mode
.IP \(bu 2
\fB\fC\-m\fR :
display range test result
.IP \(bu 2
\fB\fC\-n\fR :
initiate range test
.RE
.PP
Miscellaneous:
.RS
.IP \(bu 2
\fB\fC\-f\fR :
activate flash programming (DFU) mode
.IP \(bu 2
\fB\fC\-i\fR :
activate In\-System Programming (ISP) mode
.IP \(bu 2
\fB\fC\-b\fR :
get hardware board id number
.IP \(bu 2
\fB\fC\-p\fR :
get microcontroller Part ID
.IP \(bu 2
\fB\fC\-s\fR :
get microcontroller serial number
.RE
.SH RANGE TEST
.PP
Using two Uberteeth it is possible to perform a range test. One
Ubertooth acts as a repeated by running:
.PP
.RS
.nf
ubertooth\-util \-e
.fi
.RE
.PP
A second Ubertooth (the sender) initiates the range test by running:
.PP
.RS
.nf
ubertooth\-util \-n
.fi
.RE
.PP
During the range test the sender Ubertooth will transmit data packets at
increasing power level, listening for repeats from the repeater
Ubertooth. The receiving Ubertooth will validate that the received data
was not corrupted in flight.
.PP
The range test results can be displayed on the sender Ubertooth's system
by running:
.PP
.RS
.nf
ubertooth\-util \-m
.fi
.RE
.PP
Note that the range test transmits the Cortex M3 microcontroller's
serial number. If you do not wish to broadcast that information
wirelessly, do not use the range test functionality.
.SH SEE ALSO
.PP
.BR ubertooth (7): 
overview of Project Ubertooth
.SH AUTHOR
.PP
This manual page was written by Mike Ryan.
.SH COPYRIGHT
.PP
.BR ubertooth-util (1) 
is Copyright (c) 2010\-2017. This tool is released under the
GPLv2. Refer to \fB\fCCOPYING\fR for further details.