Search found 7 matches
- Sat Aug 08, 2020 5:21 pm
- Forum: X-Plane
- Topic: Connected to Pilot Edge voice disabled
- Replies: 15
- Views: 13241
Re: Connected to Pilot Edge voice disabled
For me, I just updated my Windows 10 to v2004 and it installed Skype which started automatically at startup. Once I killed Skype (I uninstalled it too), PilotEdge was able to connect successfully. Skype must have capture to the mic but would not let any other app use it. Some apps will do that.
- Fri Dec 01, 2017 1:03 pm
- Forum: X-Plane
- Topic: PTT Command for DIY Cockpit Button
- Replies: 9
- Views: 7652
Re: PTT Command for DIY Cockpit Button
Hi Keith, Interesting. I did not have "press and hold" checked for test_all_annunciators and that was my test to see if pressing and holding worked. And since it did work for that test, I did not consider that to be the problem. But what had me think of it again was I was programming my cu...
- Thu Nov 30, 2017 8:47 pm
- Forum: X-Plane
- Topic: PTT Command for DIY Cockpit Button
- Replies: 9
- Views: 7652
Re: PTT Command for DIY Cockpit Button
Hi Keith, I figured out what the problem was. There is an option in the ArdSimX configurator when assign a button to a command to support press and hold. I did not check that box and as such when I press the button, it was essentially pressing and releasing the button even though I was holding it do...
- Mon Nov 20, 2017 2:39 pm
- Forum: X-Plane
- Topic: PTT Command for DIY Cockpit Button
- Replies: 9
- Views: 7652
Re: PTT Command for DIY Cockpit Button
Hi Keith,
Here is a new video with the engine running and avionics turned on and also showing how it is configured.
https://drive.google.com/file/d/1rOvTw8 ... JHnMp/view
Thanks!
Here is a new video with the engine running and avionics turned on and also showing how it is configured.
https://drive.google.com/file/d/1rOvTw8 ... JHnMp/view
Thanks!
- Fri Nov 17, 2017 5:04 pm
- Forum: X-Plane
- Topic: PTT Command for DIY Cockpit Button
- Replies: 9
- Views: 7652
Re: PTT Command for DIY Cockpit Button
Hi Keith, I am sure transmit is not working because 1) no one responds in PilotEdge when I request a radio check using my custom button and 2) the pilotedge/radio/tx_status does not change to 1 when I press the button. But the 5 clicks in 5 secs shortcut does work. Here is a link to a video I create...
- Thu Nov 16, 2017 11:30 am
- Forum: X-Plane
- Topic: PTT Command for DIY Cockpit Button
- Replies: 9
- Views: 7652
Re: PTT Command for DIY Cockpit Button
Thanks Keith for responding. I am not exactly sure because I just specify in a config file "button pressed = command" but I think it is doing the begin when I press and end when I release. I tested the behaviour by assigning the button "sim/annunciator/test_all_annunciators" and ...
- Mon Nov 13, 2017 2:51 pm
- Forum: X-Plane
- Topic: PTT Command for DIY Cockpit Button
- Replies: 9
- Views: 7652
PTT Command for DIY Cockpit Button
I have physically added a button to my yoke for the purpose of push to talk for PilotEdge. The button is wired to an Arduino board that is connected to X-Plane via the ArdSimX library (http://simvim.com/ardsimx/). This plugin allows me to map commands in X-Plane to buttons, switches etc. I have trie...