Jump to content

agrasyuk

Members
  • Posts

    2252
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by agrasyuk

  1. I didn't find a solution to this either. If I have to use the menu for something that voice attack can't do I unwrap the screen
  2. //SAS Yaw Right DcsBios::Switch2Pos saspYawSasR("SASP_YAW_SAS_R", 4); void onSaspYawSasRChange(unsigned int YawSasR) { if (YawSasR==0) { digitalWrite(A2, LOW ); } else if (YawSasR==1){ digitalWrite(A2, HIGH); } } DcsBios::IntegerBuffer saspYawSasRBuffer(0x1108, 0x0800, 11, onSaspYawSasRChange); pin 4 is input from the switch pin A2 is output energizing the magnetic hold coil (via Darlington cascade)
  3. here is how a vCENTCOM mission looks like. ~3 hour session condensed into 15 minutes for your viewing pleasure.
  4. Putting that pit to use - Video from the Op. need to expedite the work on radios and CDU software
  5. @Steel Jaw, @Mike Force Team yes, we are looking for hornet drivers. feel free to drop by our discord listed above
  6. vCENTCOM 25th FS RTB after mission
  7. It sounds like you genuinely do not understand just how flawed and scam-like your request looked. If it would be me I would do exactly the same - cancel the auction on grounds that I wasn't paid. every lot has a description. if you receive something other than described or in a condition significantly different than described you can always submit a dispute. as buyer you will win the dispute 99.9% of the times. so I do not understand your reservation there.
  8. This is a good bunch to fly with. Hog drivers and others are still needed. If you haven't tried MP yet you are missing out. AAR Night
  9. Yep, 2 projectors. TACAN! Anyone has a lead on ILS head by a chance? as it happens the device came without the tiny bulbs. I wanted green lighting anyways so I rigged 3mm LEDs into the housings.
  10. Great Got to love how simple this entire view port think can be with Helios these days .
  11. I think Viper has capacity to produce his own face plates. Viper, I don't want to poop on your amazing universal project, but I think that once you start flying you may found out that you only interested in 1 - 2 airframes the most... I'd offer to start spending time in various planes. This will help you prioritize and better understand what needs to be built to the T, what corners can be cut. Let me know if you want to fly together some time.
  12. Same grip, yes. I did migrate to Virpil CM2 base - great improvement. She enjoys sitting in it even when the thing is not on, lol. for ground steering I help her via keyboard. I'm open to suggestions from anyone on how to build an instructor station
  13. I have one full sheet and one not full
  14. built a center console and mounted Stream deck. now it should be much easier to work discord during the missions + get's me some quality of life. DZUS panel mount enclosure for the Deck The squadron uses encrypted Comms for the most part so I banged up a KY58 panel. waiting for paint to dry before the next layer, then engrave. While I was on that side I built the "enable thrust reverser" panel. it's 2022 I'm sure the newer planes come equipped with USB chargers
  15. Scratch that, functional stopwatch and SADI. need to make a Knob and a cover for the wires. I got invited to a cool virtual squadron. learning how to employ this thing.
  16. I'd keep it easy with your first button box project. Use a joystick controller like bodnar BBI,or gpwiz, or other. When you feel more adventurous you can get Arduino pro micro and flash that with joystick code. As for DCS BIOS, did you read through the guide yet? https://github.com/DCSFlightpanels/dcs-bios/blob/master/Scripts/DCS-BIOS/doc/userguide.adoc
  17. Took the MIP off for maintenance, improved wiring and interfacing more controls. aside of stopwatch and Standby ADI everything is now functional. almost a year later the CMSP is a fully working device on DCS-BIOS RS485 bus...
  18. If we are talking coils, any coils, then you absolutely need something (BJT, Darlington or FET) to switch them on and off. I would not drive even a single coil from Arduino output.
  19. I'd say you were given the "I don't want to mess with this strange one off project" price. I'd say 300-400$ should be reasonable for this kind of job. If you are near Chicago I can give you a contact
  20. if we talking strictly input then I would suggest taking a look at "Community Keybinds". this allows to set an action to be triggered when the switch is set to off (returned to center position) organically without any middleware.
  21. It sounds like the issue was within the code.
  22. Did you manage to get the master caution sketch to work? It sounds like you didn't install the BIOS properly. What is "virtual cockpit".l? If this is the old Hub version of the BIOS I'd say start from scratch and install the flightpanels fork: https://github.com/DCSFlightpanels/dcs-bios and follow their guide: https://github.com/DCSFlightpanels/dcs-bios/blob/master/Scripts/DCS-BIOS/doc/userguide.adoc
×
×
  • Create New...