Jump to content

BULLITT83

Members
  • Posts

    124
  • Joined

  • Last visited

Everything posted by BULLITT83

  1. So with the help of BLACKLIBRARY i found that the frequency line is the "string" one. PILOT ARC-159 Frequency (string) void onPltUhfStringFreqChange(char* newValue) { /* your code here */ } DcsBios::StringBuffer<7> pltUhfStringFreqBuffer(0x1248, onPltUhfStringFreqChange); now i'll try to write my sketch to display it. From what i read it start like that : void onPltUhfStringFreqChange(char* newValue) { /* pin 7 is connected to the DataIn pin 6 is connected to the CLK pin 5 is connected to LOAD We have only a single MAX72XX. */ LedControl lc=LedControl(7,6,5,1); void setup() { */ lc.shutdown(0,false); /* Set the brightness to a medium values */ lc.setIntensity(0,8); /* and clear the display */ lc.clearDisplay(0); } */ DcsBios::StringBuffer<7> pltUhfStringFreqBuffer(0x1248, onPltUhfStringFreqChange); ... someone can apply some correction ?
  2. hi guys , i would like to go through a new step on my F14 simpit Displaying radio frequency on a MAX7219 7 segment display But now i've a lack of knowledge . i found in the DCS BISO control reference this line : PILOT ARC-159 Frequency (string) void onPltUhfStringFreqChange(char* newValue) { /* your code here */ } DcsBios::StringBuffer<7> pltUhfStringFreqBuffer(0x1248, onPltUhfStringFreqChange); but also PILOT Dial 3 ARC-159 Frequency and PILOT Dial 4 ARC-159 Frequency i don't understand which one is the frequency display ? and to write a sketch to send the frequency value to the MAX 7219 ??? Please help me GOOSE !! regards Guillaume
  3. Do you know in details which bindable toggles have been added on AFCS and PDCP ?
  4. First thanks happy to hear i'm not alone. second thanks Draconus, i've a doubt, i'll check that this week end and come back to you . REgards Guillaume
  5. Hi Thanks We 've check this , and the other crew on the other tomcat has the same problem
  6. Hello we got problems with friends , during multiplayer session we can't contact the tanker . me and other F14 the same. F18 have no problem during the same session flying next to us . did you experienced same problem ? Regards Guillaume
  7. very interested also by an ikarus F14 ! :thumbup:
  8. thanks a lot for the modules reference , i 'll try to follow your video regards guillaume
  9. Craigs, i ve a fast look at the video !!! very very very good job , !!! amazing ! i'm actually at theoffice , i need to look at your great video quietly at home at first look you build an interface between the arduino and the 7 digit display ?
  10. Hi Muts, Hi Craigs , i will look at the video Craigs thanks , Muts i'll try to tell you if i manage to do something or understand something in a first step.
  11. Hi ! I'm using an arduino in my F14 simpit for switches and various lights ( flaps, gear , etc .. ) now i would like to bring radio frequencies in my cockpit on 7 digit display. I found a lots of you done it in their pit on the forum. But it seems very complex , did someone can explain me how he has done it , the theory, or do you have a good "how to " to advise me ? best regards
  12. thanks a lot
  13. Blue it works perfectly with your code !!!! thats great ! i managed to tune my axis perfectly ! without changing potentiometer value ! great THANKS A LOT
  14. First ...i was happy of my simpit since i click on your FLICKR link ... amazing job is your sim pit !!! next here is my code , very basic DcsBios::Potentiometer pltEmergWingSweepltLever("PLT_EMERG_WING_SWEEPLT_LEVER", A0);
  15. Warhog, thanks a lot for your answer , i'll try this . may i ve anothger question : i build a sweep wing lever with a 10Ko Pot . but mechanicaly i can "move " the lever only on 90° ... so i don't have the full movement of the in game lever .... it works with my pot outside of my pit with his normal 270° movment. How to have full in game lever travel with only 90° of real potentiometer movement ? increase or decrease potentiometer value may be a solution ? isn't it ? regards guillaume
  16. thanks a lot ! it helps to see that your works is enjoy by others
  17. Here is a small video of the result
  18. Hello Blacklibrary you want my F14 LUA ? with pleasure i've also made modification for flaps, slat and AB indicator to have leds instead of flags. how can i send you the file ? email ?
  19. which potentiometer did you use on your arduino . actully i try 10 Ko potentiometer to simulate my tacan course selection and it is " too fast " .... how do "slow down" the pointer ? same with rotary encoder , how to tune the sensivity of this switch , i made almost 180° at each step ? ... please help
  20. hi guys, time for me after one year reading and taking informations here to show you my simpit. It's an F14 the front panel is underworks , only the left and right banks are almost finished. it's not 100% accurate , some time i had to make some choice. on the right bank (under the mouse on the picture) is a small screen third were i export some instruments ( warning panel) when i pilot F18 with IKARUS . i use 4 leobodnard cars plus one mega arduino card. hope you enjoy my work
  21. SMIL , i managed to do it ; in fact i ve to modifie the F14.LUA file in DCS BIOS folder as it is describe in this tread : https://forums.eagle.ru/showthread.php?t=203288 it works perfectly ! thanks
  22. Thanks a lot SMIL for your answer , i look at that this afternoon and come back to tell you if i managed to do it . thanks
  23. hi guys , i 'm working on an F14 simpit. I managed to gets some leds lighting like Hooks and SW cool. But now i would like to light a leds when flaps are down. But on F14 it's a mechanical FLAG. the DCS BIOS library provide this code line : DcsBios::ServoOutput pltFlapsInd(0x13c0, PIN, 544, 2400); what do i ve to do to convert it to a led ? instead of servo out put ? c is it possile to have a code line that when this servoOutput signal is on another code line light up a led ? regards guillaume
  24. hi guys , i'm beguinner with arduino , i 'm working on an F14 simpit. I managed to gets some leds lighting like Hooks and SW cool. But now i would like to light a leds when flaps are down. But on F14 it's a mechanical FLAG. o the DCS BIOS library provide this code line : DcsBios::ServoOutput pltFlapsInd(0x13c0, PIN, 544, 2400); what do i ve to do to convert it to a led ? instead of servo out put ? regards guillaume
  25. Un Grand merci a RACOON ! une rencontre bien sympathique , une preuve du bon etat d'esprit qui regne dans la communauté ! reste plus qu'a voler ensemble RACOON ! ;)
×
×
  • Create New...