Skip to content
Snippets Groups Projects
Commit 891011d9 authored by Stephen D's avatar Stephen D
Browse files

additional balloon data

parent 2d531c29
No related branches found
No related tags found
1 merge request!2add balloon data to nodeinfo whisker
No preview for this file type
......@@ -751,23 +751,27 @@ Below is a table of variables. Each variable has an index, which indicates which
\hline
2 & Uptime & 4 & u32 & $f(x) = x$ & seconds \\
\hline
3 & Antenna Height & 1 & u8 & $f(x) = x$ & meters \\
3 & Antenna height & 1 & u8 & $f(x) = x$ & meters \\
\hline
4 & Antenna Gain & 1 & u8 & $f(x) = 4x$ & dBi \\
4 & Antenna gain & 1 & u8 & $f(x) = 4x$ & dBi \\
\hline
5 & TX Power & 1 & u8 & $f(x) = 4x$ & dBm \\
5 & TX power & 1 & u8 & $f(x) = 4x$ & dBm \\
\hline
6 & Voltage & 1 & u8 & $f(x) = 10x$ & volts \\
\hline
7 & Transceiver Temperature & 1 & i8 & $f(x) = x$ & \degree C \\
7 & Transceiver temperature & 1 & i8 & $f(x) = x$ & \degree C \\
\hline
8 & Battery Charge & 1 & u8 & $f(x) = 2.55x$ & percent \\
8 & Battery charge & 1 & u8 & $f(x) = 2.55x$ & percent \\
\hline
9 & Altitude (See below) & 4 & f32 & $f(x)= x$ & meters \\
\hline
10 & Balloon (See below) & 0 & N/A & N/A & N/A \\
\hline
11 & External/ambient temperature & 1 & i8 & $f(x) = x$ & \degree C \\
11 & Ambient temperature & 1 & i8 & $f(x) = x$ & \degree C \\
\hline
12 & Ambient relative humidity & 1 & u8 & $f(x) = 2.55x$ & percent \\
\hline
13 & Ambient pressure & 2 & u16 & $f(x) = x$ & decapascal (daPa) \\
\hline
\end{tabular}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment