-
Posts
133 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by amido
-
i am very grateful to you no 1 sonuk, now i order capacitors and as soon as they arrive i will try. I'll keep you up-to-date thanks again for your patience and availability
-
-
in the arduino forum I read that all the boards have already implemented the anti bounce system, you just have to activate it. I tried inserting the following lines but it gives me error: void setup ()] pinMode (button_pin, IMPUT_PULLUP); do you think it is possible to activate it in DCS_BIOS?
-
ok .... sorry but I'm a beginner with electronics, what does "in parallel" mean. in the image that I posted where do I insert the capacitor? I thank you and I apologize for the questions that may be trivial for you.
-
the limit is imposed by the card you use, in DCS you can use all the keys you find in the configurator, so you will have as many USB sockets for how many cards you use.
-
thanks, i will try with freejoy to see if i can solve the problem, i searched in the files but i did not find if it also works with mega 2560 card or only with leonardo.
-
hi everyone, I have the problem that the mechanical buttons I use for my ufc many times give me multiple impulses, they suggested me to put a delay in such a way as to perceive only one impulse. how do i put it in the .lua file? are there any other ways to avoid sending multiple pulses? I use an arduino mega 2560 board thank you for your invaluable help
-
thanks a lot snaproll, now I have to understand how to modify the .lua file to give the delay to the various inputs. if someone knows how dcs bios works and the lua file makes me a great pleasure because i am not an expert in computer programming. thank you for your invaluable help
-
use of arduino mega 2560 card with dcs bios
-
nice .... I hadn't thought about the drawer guides .... I'll have to modify my box-cockpit .... thank you very much for the idea
-
anyone who can help me solve the problem?
-
I need your help. i'm testing the ufc to see if everything works before finally mounting it, but i'm having trouble with the keys. when you press them some send more impulses at the same time (example: I press n ° 1 and more n ° 1 appear in the display) I also tried to change the button because I thought it was defective but nothing. that it is a problem with the GND line that I connected in sequence between all the buttons? I thank those who can give me an answer.
-
-
really a great job
-
-
Goodmorning everyone, I present to you my project of the "BOX COCKPIT" is in continuous processing .....
-
-
thanks a lot, I solved the problem.
-
hi, I wanted to put the led for AA and AG but it gives me the following error, where am I wrong? UFC_F18_amido:44:26: error: conflicting declaration 'DcsBios::LED masterModeAg' DcsBios::LED masterModeAg(0x740c, 0x1000, 25); ^ C:\Users\nicola\Documents\Arduino\1\UFC_F18_amido\UFC_F18_amido.ino:43:21: note: previous declaration as 'DcsBios::Switch2Pos masterModeAg' DcsBios::Switch2Pos masterModeAg("MASTER_MODE_AG", 25); ^~~~~~~~~~~~ exit status 1 conflicting declaration 'DcsBios::LED masterModeAg' and this is the ide script: /* Tell DCS-BIOS to use a serial connection and use interrupt-driven communication. The main program will be interrupted to prioritize processing incoming data. This should work on any Arduino that has an ATMega328 controller (Uno, Pro Mini, many others). */ #define DCSBIOS_IRQ_SERIAL #include "DcsBios.h" /* paste code snippets from the reference documentation here */ DcsBios::Switch2Pos ufcClr("UFC_CLR", 44); DcsBios::Switch2Pos ufcEnt("UFC_ENT", 42); DcsBios::Switch2Pos ufc1("UFC_1", 53); DcsBios::Switch2Pos ufc2("UFC_2", 52); DcsBios::Switch2Pos ufc3("UFC_3", 51); DcsBios::Switch2Pos ufc4("UFC_4", 50); DcsBios::Switch2Pos ufc5("UFC_5", 49); DcsBios::Switch2Pos ufc6("UFC_6", 48); DcsBios::Switch2Pos ufc7("UFC_7", 47); DcsBios::Switch2Pos ufc8("UFC_8", 46); DcsBios::Switch2Pos ufc9("UFC_9", 45); DcsBios::Switch2Pos ufc0("UFC_0", 43); DcsBios::Switch2Pos ufcOs1("UFC_OS1", 41); DcsBios::Switch2Pos ufcOs2("UFC_OS2", 40); DcsBios::Switch2Pos ufcOs3("UFC_OS3", 39); DcsBios::Switch2Pos ufcOs4("UFC_OS4", 38); DcsBios::Switch2Pos ufcOs5("UFC_OS5", 37); DcsBios::Switch2Pos hudAltSw("HUD_ALT_SW", 36); DcsBios::Switch2Pos ufcAp("UFC_AP", 35); DcsBios::Switch2Pos ufcBcn("UFC_BCN", 30); DcsBios::Switch2Pos ufcDl("UFC_DL", 31); DcsBios::Switch2Pos ufcIff("UFC_IFF", 34); DcsBios::Switch2Pos ufcIls("UFC_ILS", 32); DcsBios::Switch2Pos ufcOnoff("UFC_ONOFF", 29); DcsBios::Switch2Pos ufcTcn("UFC_TCN", 33); DcsBios::Switch2Pos ufcComm1Pull("UFC_COMM1_PULL", 28); DcsBios::Switch2Pos ufcComm2Pull("UFC_COMM2_PULL", 27); DcsBios::Switch2Pos masterArmSw("MASTER_ARM_SW", 26); DcsBios::Switch2Pos masterModeAa("MASTER_MODE_AA", 24); DcsBios::Switch2Pos masterModeAg("MASTER_MODE_AG", 25); DcsBios::LED masterModeAa(0x740c, 0x0800, 23); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); }
-
thank you very much now it works wonders :lol:
-
hi, i'm setting the controls for my cockpit but when i put the pins on the radar it gives me this error. why? I forgot something? thanks for those who can help me out.
-
hello, can you indicate the measurements of the central console in the picture? you're doing a great job, keep it up !!
-
ciao gabridelli, certo è un piacere: la base e il sopra sono pannelli 83x60x15 i lati 80x40x10 e 60x40x10 per la sedia ho cercato di farla con le stesse inclinature del 18. la seduta è inclinata di circa 10° poi un pò di fantasia e ci sta tutto. ora sto preparando dei mini pannelli da mettere nei lati della seduta spero di esserti stato utile, altirmenti chiedi pure
-
gran bel video....grazie per questo tuo stupendo pensiero!!