Re: Introducing "Shooter", ballistics for Android!
<div class="ubbcode-block"><div class="ubbcode-header">Originally Posted By: seankndy</div><div class="ubbcode-body"><div class="ubbcode-block"><div class="ubbcode-header">Originally Posted By: Abq-Defense</div><div class="ubbcode-body">Sean,
Thaks for the reply. Yes, I have the 4500 which does provide Wind Direction data.
Also, can you reply to these questions I posted earlier? I am coming from the iphone version of Shooter to the Android...........
I have been using your shooter app on my iphone and ipad. It is terrific. The calcualtions are spot on and the interface is very confortable.............
</div></div>
Just because your Kestrel shows the wind direction and just because you may be able to import it via your computer using their software doesn't mean its available to me over the serial BT connection. Kestrel has a very basic serial BT API and it doesn't include wind direction in it's output.
</div></div>
Sean, this is not correct. If you use <span style="font-weight: bold">S</span> command (Output a Full Data Snapshot), Kestrel 4500 <span style="text-decoration: underline">will</span> provide you with compass (and true) direction, wind speed - and crosswind and headwind components of the wind. Even if you use <span style="font-weight: bold">O</span> or <span style="font-weight: bold">P</span> there is wind data and Compass Direction (for Kestrel 4500)... <span style="font-style: italic">So use what gives you the most info - command <span style="font-weight: bold">S</span>.</span>
As a thought, you could use the heading/direction from the Kestrel for Coriolis heading.
The BT interface (which is exactly equivalent to serial/USB - those units that come with BT don't have USB, and vs versa) is pretty basic - but retrieving data snapshots is pretty basic too, complexity isn't needed. And whatever one can import (via BT) to a computer - is importable via BT to other BT hosts such as Android phones (which aren't distinguishable from a computer as far as Kestrel is concerned).
From the <span style="text-decoration: underline">Kestrel Communications Protocol</span> (true since at least 2010):
<div class="ubbcode-block"><div class="ubbcode-header">Originally Posted By: Kestrel</div><div class="ubbcode-body">
<span style="font-weight: bold">Download logged data</span>
Syntax: <span style="font-weight: bold">B</span>
Response:
The Kestrel outputs a line of column headings, followed by a line of units, followed by lines of comma separated the data.
K4000: DT,WS,TP,WC,RH,HI,DP,WB,BP,AL,DA
or
K4100: DT,AV,AF,TP,WC,RH,HI,DP
or
K4200: DT,AV,AF,TP,WC,RH,HR,HI,DP,WB,BP,AL,DA
or
K4250: DT,WS,TP,WC,RH,MO,HI,DP,WB,AP,BP,AL,DA,AD,RA
or
K4300: DT,WS,TP,WC,RH,EV,CT,HI,DP,WB,BP,AL,DA
or
K4500: DT,MG,TR,WS,CW,HW,TP,WC,RH,HI,DP,WB,BP,AL,DA
Where:-
DT is the date and time in seconds since 1st January 2000,
AV is air velocity
AF is air flow
MG is the compass magnetic direction
TR is the compass true direction
WS is the wind speed,
CW is the crosswind
HW is the headwind
TP is the temperature,
WC is the wind chill,
RH is the humidity,
EV is the evaporation rate
CT is the concrete temperature
HR, MO (moisture) are the humidity ratio
HI is the heat index,
DP is the dew point,
WB is the wet bulb
AP is absolute pressure
BP is the pressure,
AL is the altitude,
DA is the density altitude
AD is air density
RA is relative air density
<span style="font-weight: bold">Output data (polled)</span>
Syntax: <span style="font-weight: bold">O</span>
Response: DT,WS,TP,RH,BP,CD
Where:-
DT is the date and time in seconds since 1st January 2000,
WS is the wind speed,
TP is the temperature,
RH is the humidity,
BP is the pressure (not K4100)
CD is the compass direction (K4500 only)
<span style="font-weight: bold">Output continuous data</span>
Syntax: <span style="font-weight: bold">P</span>
Start transmission once per second.
Response: DT,WS,TP,RH,BP,CD
Where:-
DT is the date and time in seconds since 1st January 2000,
WS is the wind speed,
TP is the temperature,
RH is the humidity,
BP is the pressure, (not K4100)
CD is the compass direction (K4500 only)
Note:- Output is not available when logging is enabled. Enabling logging disables continuous output.
<span style="font-weight: bold">Output a full data snapshot</span>
Syntax: <span style="font-weight: bold">S</span>
Response:
The Kestrel outputs a line of column headings, followed by a line of units, followed by lines of comma separated the data.
K4000: DT,WS,TP,WC,RH,HI,DP,WB,BP,AL,DA
or
K4100: DT,AV,AF,TP,WC,RH,HI,DP
or
K4200: DT,AV,AF,TP,WC,RH,HR,HI,DP,WB,BP,AL,DA
or
K4250: DT,WS,TP,WC,RH,MO,HI,DP,WB,AP,BP,AL,DA,AD,RA
or
K4300: DT,WS,TP,WC,RH,EV,CT,HI,DP,WB,BP,AL,DA
or
K4500: DT,MG,TR,WS,CW,HW,TP,WC,RH,HI,DP,WB,BP,AL,DA
Where:-
DT is the date and time in seconds since 1st January 2000,
AV is air velocity
AF is air flow
MG is the compass magnetic direction
TR is the compass true direction
WS is the wind speed,
CW is the crosswind
HW is the headwind
TP is the temperature,
WC is the wind chill,
RH is the humidity,
EV is the evaporation rate
CT is the concrete temperature
HR, MO (moisture) are the humidity ratio
HI is the heat index,
DP is the dew point,
WB is the wet bulb
AP is absolute pressure
BP is the pressure,
AL is the altitude,
DA is the density altitude
AD is air density
RA is relative air density
</div></div>