User Manual
http://projects.onomato.biz/projects/android-dash!
7!
Channel Settings
By clicking the "pencil" button for a channel in the dashboard or in the model configuration, you
can define various settings for the channel:
• Source Channel: Select one of the FrSky channels that this channel will listen to. Select
"None" to disable the channel. Possible source channels:
o The FrSky Analogue Channels
o RSSI Channels
o Previously configured channels. (E.g. Make a "Pack Voltage" channel showing total
voltage, then a "Cell voltage" channel using pack voltage as source channel)
o Hub Channels (when enabled)
• Description: Shown on dashboard, and used while reading
• Unit: e.g. "Volt", used when reading, and in CSV file
• Short Unit, e.g. "V", shown on dashboard
• Offset, Used for scaling, see below
• Factor, Used for scaling, see below
• Precision: Number of decimals after decimal point
• Moving Average: Used to "smooth" the numbers. Number of frames being averaged. Set to
-1 to disable Moving average
• Spoken Cyclic: Include this channel in the readout when set
• Save: Save the channel settings
Scaling
The application allows scaling of the incoming values to user desired unit. The formula used is:
Y: Shown Value x: Incoming Value f: Factor o: Offset Y = (x*f)+o