PostFrontal Forum
PostFrontal Forum
LK8000_Support_Forum | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 LK8000 International Support
 Change requests and new features list
 Sounds for external device (by nmea sentences)

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
jaaaaf Posted - 26/04/2015 : 10:21:59
I nearly finish sounds implementation for external device. I want to explain how it works here, it can be useful for devices who want to use it.
I finally implement it by sending direct nmea sentences to external device, if device is configured for. To configure it on LK8000, simply go to device configuration, and put "Ext. sounds" to "ON".
When it's ON, the file SOUND_TABLE.TXT in _Configuration is used to sent nmea sentences to external devices.
I join a link here to a quick configuration I make for actual GoFly V4, I hope you will understand quickly how it works: https://dl.dropboxusercontent.com/u/66666938/LK8000/SOUND_TABLE.TXT
Of course this configuration still need to be optimized for this device.

See it soon in next alpha version...

Note: As sounds are sent on device by com port and com port are disable in simulation mode, external sounds doesn't work in simulation mode.
Note2: The original idea was to implement a device driver (see: http://www.postfrontal.com/forum/topic.asp?TOPIC_ID=7898), but finally it's more simple in that way :)

And thanks for Bruno for the help, and ideas to do it!



15   L A T E S T    R E P L I E S    (Newest First)
andydasmith Posted - 08/05/2018 : 13:24:02
Does anyone know if there is a way to adjust the damping of the Bluefly vario from LK8000 (I am able to adjust volume, tones etc from LK)).
It is possible to adjust damping from XCSoar but its not practical to change apps while flying
vinsama Posted - 11/08/2017 : 03:46:29
Thank you Ben888 and for your work!!!! it works as a charm

I ve started to implement myself sequence of FFF and DDD for each line randomly just to check if working or not... but found that not easy to determine the "good" sequence to get a "nice" sound considering that involves lot of plug and unplug, playing with kobo and pc.

My point is : is there a way to simulate each sounds with sequence of FFF DDD on pc, so we can test how it sounds like then when happy with it, copy all in sounds_table?

Ben888 Posted - 10/08/2017 : 22:55:49
# This file give conversion table between sound file name and sound sent

# by nmea sentence to external device

# syntaxe: <root sound file name>=<Nmea sentence>

# No <Nmea sentence> mean no sound

# Sentence associated to "DEFAULT" is sentence sent if no sound is found

# Only comment with line begining with # are allowed, no blank line

#

# When a new sound is added, sound file must must be added +

# this file modified + sound_table.h modified

#

#
DEFAULT=

CABINCHIME12F=BSD 392 100 392 100

CABINCHIME12=BSD 392 100 392 100

CABINCHIME1B=BSD 392 100 392 100
CABINCHIME1C=BSD 392 100 392 100

CABINCHIME1=BSD 392 100 392 100
CABINCHIME21=BSD 392 100 392 100

CABINCHIME2B=BSD 392 100 392 100

CABINCHIME2C=BSD 392 100 392 100
CABINCHIME2=BSD 392 100 392 100
DROPMARKER=BSD 392 100 784 100 392 100 784 100

LK_3HITONES=BSD 392 100 392 100
LK_AIRSPACEV3=BSD 392 200 784 200 392 200 900 200
LK_AIRSPACE=BSD 392 200 784 200 392 200 900 200

LK_ALARM_ALT1=GFPALARM,8

LK_ALARM_ALT2=GFPALARM,8

LK_ALARM_ALT3=GFPALARM,8

LK_ALERT_DOUBLE2=GFPALARM,8

LK_ALERT_SHORT=GFPALARM,8

LK_ALERT_SKULLED=GFPALARM,8

LK_ALERT_WARPED=GFPALARM,8

LK_BEEP0=

LK_BEEP1=

LK_BEEP4=

LK_BEEP6=

LK_BEEP9=

LK_BELL=

LK_BLIP=

LK_BOOSTER=BSD 392 100
LK_CHIME=BSD 392 100
LK_CLICKH=BSD 392 100

LK_CLICKL=BSD 392 100
LK_CLICKM=BSD 392 100
LK_CONNECTV2=

LK_CONNECTV3=

LK_CONNECT=

LK_DINGDONG=BSD 392 100 392 100

LK_DISCONNECTV2=

LK_DISCONNECTV3=

LK_DISCONNECT=

LK_FREEFLIGHT=GFPALARM,2

LK_GATEOPEN=GFPALARM,2

LK_GEARWARNING=

LK_GPSNOCOM=GFPALARM,2

LK_GPSNOFIX=GFPALARM,2

LK_GREEN=

LK_HITONE=GFPALARM,2

LK_LANDING=BSD 392 100 392 100
LK_LONGHITONE=GFPALARM,2

LK_ORBITER1=

LK_ORBITER2=

LK_ORBITER3=

LK_OVERTARGETH=GFPALARM,2

LK_OVERTARGET=GFPALARM,2

LK_PROBLEM=BSD 392 100 392 100

LK_RED=BSD 392 100 392 100
LK_S0=

LK_S1=

LK_S2=

LK_S3=

LK_S4d=

LK_S4=

LK_S5d=

LK_S5=

LK_S6b=

LK_S6=

LK_S7=

LK_SAFETAKEOFF=GFPALARM,2

LK_SDHITONE=

LK_SHORTERCLICKM=

LK_SHORTHITONE=

LK_SLIDE=

LK_SONAR_H1=GFPALARM,8

LK_SONAR_H2=GFPALARM,8

LK_SONAR_H3=GFPALARM,8

LK_SONAR_H4=GFPALARM,8

LK_SONAR_H5=GFPALARM,8

LK_T1=

LK_T2=

LK_T3=

LK_T4=

LK_T5=

LK_T8=

LK_TAKEOFF=BSD 784 100 392 100 784 100 392 100
LK_TASKFINISH=GFPALARM,1

LK_TASKPOINT=GFPALARM,1

LK_TASKSTART=GFPALARM,1

LK_TICK=

LK_TOCK=

LK_TONEDOWN=

LK_TONEUP=

LK_WARNING=BSD 392 100 392 100
LK_WHISTLE=

MM0=BSD 784 100 392 100

MM1=BSD 392 100 784 100

MM2=BSD 392 100 784 100

MM3=BSD 392 100 784 100

MM4=BSD 392 100 784 100

MM5=BSD 392 100 784 100

MM6=BSD 392 100 784 100

TARGVISIBLE=

UNLOCKMAP=GFPALARM,2

LK_FREEFLIGHT_LOW=GFPALARM,2

LK_LANDING_LOW=GFPALARM,2

LK_SAFETAKEOFF_LOW=GFPALARM,2

LK_B2b=

LK_B4=

LK_B5=

LK_B5b=

LK_B7=

Ben888 Posted - 10/08/2017 : 22:55:38
Try the following..
Ben888 Posted - 10/08/2017 : 22:53:47
Pretty sure the gofly file is a different format.
parapenT1sta Posted - 10/08/2017 : 17:40:08
Try the SoundTable from GoFly Instruments: http://www.goflyinstruments.com/wp-content/uploads/files/V5Basic/V5Pack.zip
vinsama Posted - 10/08/2017 : 16:19:48
quote:
Originally posted by jaaaaf

I nearly finish sounds implementation for external device. I want to explain how it works here, it can be useful for devices who want to use it.
I finally implement it by sending direct nmea sentences to external device, if device is configured for. To configure it on LK8000, simply go to device configuration, and put "Ext. sounds" to "ON".
When it's ON, the file SOUND_TABLE.TXT in _Configuration is used to sent nmea sentences to external devices.
I join a link here to a quick configuration I make for actual GoFly V4, I hope you will understand quickly how it works: https://dl.dropboxusercontent.com/u/66666938/LK8000/SOUND_TABLE.TXT
Of course this configuration still need to be optimized for this device.

See it soon in next alpha version...

Note: As sounds are sent on device by com port and com port are disable in simulation mode, external sounds doesn't work in simulation mode.
Note2: The original idea was to implement a device driver (see: http://www.postfrontal.com/forum/topic.asp?TOPIC_ID=7898), but finally it's more simple in that way :)

And thanks for Bruno for the help, and ideas to do it!







Hello,

im on the last few steps to finish my kobo/lk8000 and need soundss table
could you give sounds_table file or paste what is inside? the link is now dead...

many thanks
Aleksandar Posted - 16/06/2016 : 19:51:01
That option is in the config Blue fly vario, not in the LK8000
Ben888 Posted - 16/06/2016 : 10:23:15
quote:
Originally posted by Enders13

LK8000 with bluefly and alarm sounds

https://goo.gl/photos/RV166x9uHFqCfF778




Hi, please can you tell me how you got the "thermal sniffing" Vario sounds that can be heard before the beeping?
Aleksandar Posted - 10/05/2016 : 13:59:37
Hm, we are understand OK. I think that option is OK :)
brunotl Posted - 10/05/2016 : 10:55:57
quote:
Originally posted by Aleksandar

I am start to make my own SOUND_TABLE, and I can't find what key is for switching to thermal screen :) If someone know help is useful :)



no sound on automatic swith to thermal screen, or mabe i have misunderstand the question ...
Aleksandar Posted - 10/05/2016 : 10:16:34
I am start to make my own SOUND_TABLE, and I can't find what key is for switching to thermal screen :) If someone know help is useful :)
jaaaaf Posted - 09/05/2016 : 22:32:30
quote:
Originally posted by jaaaaf

Well, I also look at the problem, as I also have it.
...


Well, I also find my problem (with help).
I use GoFly V4, and Jarek implement a good feature to don't make noise if you want to read a book in the middle of the night. The sound is switched of until you takeoff or push sound button.

Sorry to forget that, but long time without flying, and I forget...
Aleksandar Posted - 09/05/2016 : 19:02:27
For me it is low level priority :)
Coolwind Posted - 09/05/2016 : 11:28:05
No. I did not make that part of software.

PostFrontal Forum © PostFrontal - La community del Volo a Vela Go To Top Of Page
This page was generated in 0.11 seconds. Snitz Forums 2000

Since 2006, owned and maintained by PostFrontal S.A.S. di Giuliano Golfieri & c. - VAT ID: IT05264240960
THIS WEBSITE ONLY USES FUNCTIONAL COOKIES
Privacy & Cookie Policy