Jump to content

VampireOne

Members
  • Posts

    149
  • Joined

  • Last visited

About VampireOne

  • Birthday July 20

Personal Information

  • Flight Simulators
    DCS
    P3D
  • Location
    Denmark
  • Interests
    VR, motion platform
  • Occupation
    AV8OR

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I am really impressed with your design of the trusses and interfaces. How the modules and frame are connected. To be honest, I am trying to reverse engineer by looking at your pictures and trying to design them in Fusion 360..... not easy, but doable..... Is there any way, you can share some more detailed pictures or drawings of the modular system? I am not asking for STL files (this time... ) I have switched my own project from a F 5 to a F-16 (as a training project, eventually wanting to "graduate" to a F-100 simulator for a museum) and have bought teejays plans. Learning curve is steep, but your work is great inspiration, also to find own solutions.
  2. ... oh. my boo.. Plans for the F-16

  3. Hi Stang. I would be interested in buying a set of your plans. Still possible?

    Cheers,

    Vampire.

  4. Anyone know what happened to the project - or Blue?
  5. Nice.. I have a set of blueprints for the Mk iX if anyone is interested in a frame for this nice set....
  6. Well. That occurred to me as well. But will it work as the hear handle LED in DDC then? Is there an error in the DCS BIOS Control reference then? I see the same duplication in the gear system of the F5E... Sendt fra min SM-G975F med Tapatalk
  7. I have just started tinkering with DCS BIOS and Arduino. My first project is the gear panel for the F16C. I have followed the instructions, but whenever I try to to program the gear handle with its built in LED I get the following message: /* use '#define DCSBIOS_DEFAULT_SERIAL' instead if your Arduino board * does not feature an ATMega328 or ATMega2650 controller. */ #define DCSBIOS_IRQ_SERIAL #include "DcsBios.h" DcsBios::LED lightGearL(0x4478, 0x0040, 8); DcsBios::LED lightGearN(0x4478, 0x0020, 9); DcsBios::LED lightGearR(0x4478, 0x0080, 10); DcsBios::Switch2Pos gearHandle("GEAR_HANDLE", 3); DcsBios::LED gearHandle(0x441c, 0x4000, 13); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } ------------------------------------------------------- conflicting declaration "DcsBios::LED gearHandle +++++++++++++++++++++++++++++++ I used the copy paste function from DCS Bios ... it seems like it does not like the gearHandle declaration. But it is the same for other aircraft types. Soo.. it must be pilot error.. or what?
  8. It has been a while.. any updates on the project??
  9. I think this is for a pit. I am looking for a USB interface to DC's BIOS via an Arduino Sendt fra min SM-G975F med Tapatalk
  10. Dumb question, but I seem to fail being able to have any ptt options? Or do you set them within VA.?
  11. Hey Deano. I managed to source a Cougar myself for a good price and just found your thread.. how did you source the pots, and what is the progress of your project as I would like to do the same to mine..
  12. Tic-Tac. Did what you suggested and it worked like a charm. Without changing anything else the ghosting almost disappeared.. Sendt fra min SM-G975F med Tapatalk
  13. Oh they need to change the label of the tck box to "intoxicated". Problem solved Sendt fra min SM-G975F med Tapatalk
×
×
  • Create New...