Search the Community
Showing results for tags 'arduino'.
-
Hej Guys, I have some troubles with radio frequencies modification from my cockpit driven using Arduino. If I use for example the command "sim/radios/actv_com1_coarse_up" then it works fine, but it modifies the active com1. I want to be able to modify the same side as where my encoder is situated, even if it's not the active side. If I use for example the dataref "ixeg/733/radios/radios_com1_right_mhz" and send a value between 0-19 then nothing happens. It seems to be the correct way to do this but, could this dataref be read only? The only solution I see right now, is to test which side is active and use either "sim/radios/actv_com1_coarse_up" or "sim/radios/stby_com1_coarse_up" in order to update the correct side. But I wonder if I am missing something here! Has anyone had this issue? Which Command/DataRef are you using for this? Thanks in advance for your feedback Cheers Syl20
- 15 replies
-
- arduino
- radio panel
- (and 4 more)
-
I just start working with Arduino and built a controller that I've been able to map switches to in various aircraft (some default X-Plane and Carenado) but haven't gotten it to work with the Saab 340. For example, I would like to turn off the Taxi light switch after take off without having to look up. While I was able to map the switch to the default taxi light, it has no affect in the 340. I'm new to this and I'm sure there are discussions on it, I just need to be pointed. Maybe it's not possible without writing a plugin, but I have no idea where to start. Advice? Resources? Thanks. Brad