

Candiru89
Members-
Posts
23 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Candiru89
-
Ok, I feel stupid now. How do I check the status of the INU?
-
Its great advice! I dont say Im 100% stutter free but mostly am. It does not occure anymore just because I turned my head sideways or zoomed in. Thank you!
- 4 replies
-
- frame drop
- stuttering
-
(and 1 more)
Tagged with:
-
Now I tested and it seems it slewing works as intended now, but the icon on the abris is far off. https://youtu.be/joc-vzJj78c Not recorded, but I observed what tekrc said, after 10 mins drift is so big its barely usable. I understand its more realistic and you should use precision alignment, but its quite annoying to wait 12 minutes just for the ins alignment at every start up, especially in multiplayer.
-
Are you sure? I tried it yesterday(after the patch, MT) and it wasnt fixed.
-
According to my observations its not about slewing in to wrong position, but saving the target in to the wrong position. Its quite annoying, DL is a very useful function. I would even go back to BS2 if there was no MWS in 3.
-
I downloaded dcs-bios-master. It reads data from all modules, including bs but not from black shark 3.
-
Can you elaborate please?
-
Will be there a command reference for Black Shark 3? Or is there any other way to use my stuff programmed for BS2 to work on BS3?
-
Hey! I have a led box for Black Shark. It does nothing in BS3. Can it be solved somehow?
-
What is the story?
-
Hello! Sorry for not answering so long, but my PC (the system ssd) broke last weekend without a warning and spent my last week with repair, reinstall and reorganize everything. But now I have a few minutes to fire up DCS and Arduino and the latest code you gave me works perfectly, thank you very much for your time and effort, my gratitude will chase you to the grave!
-
Yes, I removed the original LED code line.
-
-
Thank you very much for your effort, this code works, I could set up an other led output that I want to use similar, based on this. There is only one problem now: These 2 leds light barely. If I change them back how I used earlier (what I copied in my previous comment) there light very bright but with your code its barely visible. What is the reason for that?
-
DcsBios::LED weaponsCannonRound(0x1886, 0x0008, 8);
-
Oh, okay. In the ka-50 I want an led to show the gun ammo type. It works, the led is on when the switch is in up position (HE), and its off in down position (API), but I want the other way around.
-
So if I understand correctly, I have to connect + side to one of the I/O pins and - side to 5V? As a side affect it will be always on when the board is powered, isn't it?
-
Hello! Is there a way to invert a LEDs function? So when it turns on in the cockpit it turns off on my button box and vice versa? Like he "true" command for switches.
-
CNC mill programmer/operator here Thank you for the kind words Sir!
-
Hello! I'm just here to share my DIY collective. Video link
-
Thank you for your response! I'm not yet programming, just gathering information whats possible. Basically my question is that can I get feedback of the state of a switch that is just a flip switch and gives no feedback irl by switching on a light or something? The laser part you pasted I think belongs to the "laser warning receiver" because "lwr" in the line, and thats gives feedback with lights in the cockpit too. The ka-50s own laser, that is used for lasing targets is just an on/off switch that gives no feedback, you have to check its position by looking at it. What I want to achieve is if I switch it on with a button on my hotas, then an led (on a led box) also switching on. Also Id like to achieve to put 3 leds under each other, and if the burst switch is on short, then on led is on, on medium an other, on long, the third led is on. Also while this switch don't have a feedback irl. Are these possible?
-
Hello! I'm new to DCS-Bios, I'm just in the information gathering stage. My question is can I have output from a switch that have no feedback in the real cockpit? For example: in the ka-50 the I have a switch for short/medium/long bursts. Can I make a 3 LED indicator that shows the corresponding position? Or can I add an LED that lights up when the laser is switched on? Thanks!