-
Posts
294 -
Joined
-
Last visited
About aap_flanker
- Birthday 06/29/1988
Personal Information
-
Flight Simulators
FsX, DCS:World, FC3, A-10C, UH-1H, P-51,Mig-15 Bis, Mig-21 Bis, Mi-8, F-86, Ka-50
-
Location
Argentina
-
Interests
Aviation. CPL with IFR/multi-engine ratings
-
Occupation
Aircraft maintenance technician
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Here it is… i hope it helps /* 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" /*gear down indication*/ DcsBios::LED fc3Gear(0x601a, 0x0400, 10); /*l-39*/ DcsBios::LED backNGearDownLamp(0x332c, 0x0080, 10); /*f5*/ DcsBios::LED noseLight(0x760e, 0x0400, 10); /*a10c*/ DcsBios::LED gearNSafe(0x1026, 0x0800, 10); /*harrier*/ DcsBios::LED mainGearG(0x7888, 0x0400, 10); /*mustang*/ DcsBios::LED landingGearGreen(0x500e, 0x1000, 10); /*mastercaution*/ /*f5*/ DcsBios::LED mcLight(0x7602, 0x0020, 11); /*a10c*/ DcsBios::LED masterCaution(0x1012, 0x0800, 11); /*flaps*/ /*harrier*/ DcsBios::LED flapsLight(0x787c, 0x1000, 12); /*airbrake 13*/ /*tailhook*/ /*f5*/ DcsBios::LED hookLight(0x760e, 0x2000, 14); /*engine grid intakes 15*/ /* paste code snippets from the reference documentation here */ void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } Regards AAP Enviado desde mi iPad utilizando Tapatalk
-
Hi, ive recently started withdcs bios and arduino, by now just for led indications, i got it working…. When i get home will post the arduino stech with the coding that i get from bort. by the way, good thing is you already have the “controller” part working…
-
Totally agree…. The actual landing gear is way too weak! Yestarday landing in a demo flight 3600kg fuel, no extra payload…made a touchdown a little bit hard and crashed lh mlg and nose ldg….. i know it isnt undestructible but, this is too much…. I m aircraft mechanic with experience in ga aircrafts and comercial aircrafts and in my carrer ive seen a lot of cases related to “hard-landing” and even aviation accidents. Just add at least extra 1.5gs to lg straightness or 20m/s^2 aprox acceleration supported…. Thks ED and keep this excellence, your doing a great job! Regards AAP
-
Helios 1.6 - Official Thread
aap_flanker replied to derammo's topic in PC Hardware and Related Software
Hello buddys! I'm looking for export.lua files that works with FC3 aircrafts? And if anybody has any FC3 profiles to share (mig-29, Su-27, su25t, a10a or f15c front panel). thks!! -
aap_flanker changed their profile photo
-
Seguramente lo instalaste en esta ubicacion: ...../dcs world/mods/aircraft/ Sacalo de ahi y lo tenes que meter en la siguiente carpeta (tene en cuenta q si no existe la carpeta mods la vas a tener que crear: .... documentos/saved games/dcs/mods/aircraft Confirma si te funciona, a mi me funciona lo mas bien. saludos
-
good work! keep on!
-
help to make Killermachine's Su-30MK SM mod
aap_flanker replied to aap_flanker's topic in Utility/Program Mods for DCS World
SOrry, i forget to mention that this model hasn't collision model, so after a missile/gun hit it will look exactly the same :( PS: any help from model makers will be welcome! -
help to make Killermachine's Su-30MK SM mod
aap_flanker replied to aap_flanker's topic in Utility/Program Mods for DCS World
Here is the link, test and comment! https://www.digitalcombatsimulator.com/upload/iblock/81b/Su-30SM_v1.5.4.rar -
help to make Killermachine's Su-30MK SM mod
aap_flanker replied to aap_flanker's topic in Utility/Program Mods for DCS World
Unfortunately this is the problem, this is an old mod, so im looking for somebody to help me to update and enhance this mod :( -
help to make Killermachine's Su-30MK SM mod
aap_flanker replied to aap_flanker's topic in Utility/Program Mods for DCS World
-
Hi, i have this files from an old project with "Killermachine's", but this mod only works with some files working as "old style mod"(entering to specific folders and overwriting the original files). I would like to have the su-30SM working as a completely new mod (not by replacing the su-30). The only problem i cant figure it out is how to make that this su-30sm use the SFM of the su-30, but having all the advantages of the 12 hardpoints, front and rear radar, air2air air2gnd air2ship capabilitys, etc. Also the texture files are a little bit heavy, so feel free to reduce the sizes or whatever it's nescesary to make it handy to the app. You can donwload the whole package of files and work with it: http://www.filedropper.com/su-30m2 Please let me know if you got it working and feel free to upload to "DCS-user files" section.
-
Opentrack track clip with fixed ir led
aap_flanker replied to aap_flanker's topic in PC Hardware and Related Software
wow! i like your concept, would be great if it works! btw, if you have problems with the ir beam at the tips try using sandpaper, at least the leds are made of acrylic too -
Opentrack track clip with fixed ir led
aap_flanker replied to aap_flanker's topic in PC Hardware and Related Software
I haven't tried that, but I'm pretty sure it will work without hacking the camera (removing IR filter). My problem was that the camera didn't see the light of the led when it was lateral... Then I hacked (broke the camera) and the problem is still there.... After that I figured out that I need a diffuser on each led, and that is how I discover that if you sand the led you will get a 180 degrees led beam.... In addition, my LEDs runs with low power consumption (only 30ma each vs 100ma each recommended in most of the sites), so may be you can try by using a higher resistor but smaller size (mine is 0,25watt). I will post if I make any changes in the model. -
Opentrack track clip with fixed ir led
aap_flanker replied to aap_flanker's topic in PC Hardware and Related Software
Thats right! The most important thing is to avoid LEDs overlapping, and you get that by making the clip "taller" (more separation between each other)... I'm thinking to re-make mine, because that separation is too short, and I'm getting overlapping when I look down.... By other hand I think you will never had that problem if you use a kind like hat clip -
Opentrack track clip with fixed ir led
aap_flanker replied to aap_flanker's topic in PC Hardware and Related Software
Good work! Im thinking about to move to this kind of clip shape.... Because the clip is always aligned with the camera.... With mine I'm having "troubles" because when I zoom in the relative position of the clip (on my left) induced a little movement to the right...