Jump to content

a3an4e

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by a3an4e

  1. Looks good. If the price is right I will sign up as well. Sent from my SM-N910G using Tapatalk
  2. Nice...very very nice! Sent from my SM-N910G using Tapatalk
  3. Love it...just love al of it... Sent from my SM-N910G using Tapatalk
  4. I am on Windows 10. Did you try to install it on another pc? Sent from my SM-N910G using Tapatalk
  5. Fololow it point for point. Sent from my SM-N910G using Tapatalk
  6. The above pdf file helped me again to get it regognised Sent from my SM-N910G using Tapatalk
  7. Hi Spambrie....I had the same issue when unplugging my joystick. Discovered that if you need to unplug your joystick switch the pc off...then unplug. When you need to connect the joystick again....make sure you use the same usb port for the joystick. Sent from my SM-N910G using Tapatalk
  8. http://ts.thrustmaster.com/faqs/eng/thr_eng_00140.pdf Sent from my SM-N910G using Tapatalk
  9. Nice Deezle....very nice Sent from my SM-N910G using Tapatalk
  10. Soz....my bad....I went through earlier posts and saw predesigned panels....:-( Sent from my SM-N910G using Tapatalk
  11. Hi LynxDK.....how about some pictures to go with those prices. It would be nice to see what is meant by pre designed panels...custom designed panels etc. Sent from my SM-N910G using Tapatalk
  12. Hi ClayM....would you mind posting some pictures of your caution panel. And some schematics if you dont mind. Cheers Sent from my SM-N910G using Tapatalk
  13. It totaly does....[emoji106] Sent from my SM-N910G using Tapatalk
  14. Tx TigersharkBas. I am using DCS Bios and Arduino Megas for interfacing. Almost copy and paste to get switches, rotary switches, potentiometers, lcd screens, servos etc to work. Sent from my SM-N910G using Tapatalk
  15. DCS Bios Flaps working code /* use '#define DCSBIOS_DEFAULT_SERIAL' instead if your Arduino board * does not feature an ATMega328 or ATMega2650 controller. */ #define DCSBIOS_IRQ_SERIAL #include <Servo.h> #include "DcsBios.h" /* Declare a Master Caution Reset button on pin 10 */ DcsBios::Switch2Pos masterCautionBtn("UFC_MASTER_CAUTION", 10); /* Make the LED connected to pin 13 into a Master Caution Light */ DcsBios::LED mcLed(0x1012, 0x0800, 13); DcsBios::ServoOutput flapPos(0x10a0, 9, 1060, 150); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } Latest DCS Bios software Arduino Mega R3 Servo: Tower Pro micro servo 9g SG90
  16. The solution for this was do put the "#include <Servo.h>" before the #include "DcsBios.h" line as below: #define DCSBIOS_IRQ_SERIAL #include <Servo.h> #include "DcsBios.h"
  17. Hi OH1CL Im just wondering if you got the servos working with the A10C. I know that mine was also a problem but got it sorted out.
  18. And the making of those awsome panels Sent from my SM-N910G using Tapatalk
  19. Thats awsome. What is the cost involved? Sent from my SM-N910G using Tapatalk
  20. Hi AstroEma. Have a look on DCS Bios for connecting switches. Using Arduinos like Mega Uno erc Sent from my SM-N910G using Tapatalk
  21. Looking forward to that LynxDK :-) Sent from my SM-N910G using Tapatalk
  22. Now this will be good. When will we be seeing prices? Sent from my SM-N910G using Tapatalk
  23. Love your sim! Sent from my SM-N910G using Tapatalk
  24. [emoji106] Sent from my Nexus 7 using Tapatalk
  25. Tx RK. People mostly put up the final product. But how they got there is the intresting part. Sent from my SM-N910G using Tapatalk
×
×
  • Create New...