

No1sonuk
-
Posts
1601 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Posts posted by No1sonuk
-
-
The main issue with switching to DCS from, for example MSFS, is the restricted map coverage and need to pay to expand it.
-
On 9/14/2025 at 10:57 AM, slowmover said:
Hello mates.Any idea why the FM volume stay at 33%volume when i have it to 0?My pot max value is 43865 not 65535.i us a B10k pot.
image.png
3V supply to the pot when it should be 5V?
-
DCS-BIOS can do it, but I think it would be on an individual switch/button basis.
i.e. you'd need to program every button/switch in every aircraft individually. That's A LOT of buttons! -
On 9/3/2025 at 10:28 PM, Rudel_chw said:
This is the DCS-BIOS Lua Console that I've for my DCS, and runs fine on latest DCS, but I couldn't get it to work back when I had DCS on a custom path ... however it works fine now that I have DCS on its default path (at /Program Files):
[image deleted]
When I run it, its console says DCS-BIOS Version: v0.10.0+64, but the install package says v0.8.1.
That is the OLD version called "Hub" and is no longer maintained.
I DO NOT recommend anyone to use it. IIRC, new modules aren't being added to it.
The up-to-date version from the "Skunkworks" GitHub ( https://github.com/DCS-Skunkworks ) has an "older" version number because it was branched off the original DCS-BIOS before "Hub" was made, and hasn't incremented the numbers much.
The Skunkworks version, formerly called the "Flightpanels Fork" is actively updated and maintained.
On 9/5/2025 at 7:43 AM, Msiipola said:Thanks for info! I had some problems with DCS-BIOS, but it look like old version of this works. But I still have some strange problems now with the connection. I haven't yet sorted out what the problem is.
But I noticed the newest DCS-BIOS has an different interface code then the previous versions. As I have lot of DCS-BIOS connections it will be a major job to update the code.
Was it really the "old version", or was it the low-numbered Skunkworks version?
As for the multiple connections: Tek Creations just today posted in the Skunkworks Discord about some new connection software they say will work with any DCS-BIOS device.
I've not tried it, but the link is:
https://github.com/tekcreations/TekConnect
-
1
-
-
You'll have to try it. Some things may have changed by updates.
Any reason why you don't want to update the DCS-BIOS? -
I initially thought it was like the P-51 ASI that has a non-linear gauge face, but looking at it, and the gauge script, it IS linear:
-- Tachometer TachometerGauge = CreateGauge() TachometerGauge.arg_number = 37 TachometerGauge.input = {0.0, 5000.0} TachometerGauge.output = {0.0, 0.5} TachometerGauge.controller = controllers.TachometerGauge
This is how the gauge model reacts to the input number. On the Spitfire gauge above, there is only a start and stop, meaning the whole travel is linear.
It SHOULD be 0-65535 is the full travel of the gauge.
One thing I did see, though - Remove this, and all the other serial lines:Serial.begin(115200); // Starter seriel monitor
It can disrupt the USB communications with DCS.
If you want to output data while running a game for testing, use an I2C-connected character LCD or other display that doesn't use the USB connection. -
Your code is doing exactly what you told it to because you are using the code lines for the BUTTON position, not the light.
DcsBios::LED pltGroundOverrideBtn(0x86f4,0x4000, 3); gives you the position of the button, so the light will go on and off when the button is pressed and released.
What you need is the ground override INDICATOR:Pilot Ground Override Indicator (green)AH-64D/PLT_GROUND_OVERRIDE_LDcsBios::LED pltGroundOverrideL(AH_64D_PLT_GROUND_OVERRIDE_L_AM, PIN);
It's in the "PLT INTERNAL LIGHTS" group.
The Master Arm lights are there too... -
Someone else tried this about 18 months ago.
I don't know why he abandoned it.
I had a WiFi-connected ESP32/TFT running a CWP program, so it's VERY useful if it works well. -
On 6/22/2025 at 3:40 AM, Kenpilot said:
Thanks Bucic!
Unfortunately I'm not really sure how to answer your question or how I can help. Even after building my sim, I still feel like I'm a beginner when it comes to a lot of things associated with Arduinos. I'm not even sure what daisy-chained shift registers are lol Sorry I'm not much help, but there are plenty of others on here that are much more well versed on these things, I'm sure they'll be more than happy to help! Good luck in your build!
Shift registers, in this context, are a means of converting parallel data into serial.
They take the parallel data in and "shift" it out one bit at a time, or take 1 bit in at a time and shift it to parallel. They usually have a way of linking between devices so you can make a chain for more parallel connections than one device can provide.
The PISO variety take Parallel In and give Serial Out. You can use this to expand the number of inputs an Arduino can take OR you can use it to convey a large number of inputs through only a few wires - IIRC, this is how TM grips transfer their 20+ button data to the base using a 6 pin mini DIN connector.-
1
-
-
The DCSBIOSBridge mentioned CAN do the job, but many people experience lag when using it. There's currently no dev for it, so it should really only be used for testing if all else fails.
Rapti's response is the way to go for normal running.
-
1
-
-
4 hours ago, SrSosio said:
If you don't mind the high cost of them, you can try the HCMS-2973, which is the closest thing that I've seen to the real thing. There arent 7 digit boards though, so you'd need to hide one digit on each side, as the real thing seems to have 7+8+7 displays.
You can see the hidden digits at the edges of the slot in that image. They'd use all 8s - custom 7s would cost too much.
-
From the addresses.h file:
#define AH_64D_SEAT_POSITION 0x8750, 0x0100, 8
So if you weren't giving it all 3 of those numbers, it won't work.
-
-
On 6/5/2025 at 7:01 PM, akinilgun said:
Hello, I am trying to make a matrix with dcs bios for f16 icp. However, I could not get it to work. When I upload and run the code below, the icp's number 8 key is constantly pressed. I would be very happy if you could help me with the error. Thank you very much in advance.
Are you using blocking diodes in the matrix?
-
1 hour ago, Nightdare said:
I think it's rather insulting to charge such an amount and then still require your customers to source their own $40 power supply
It's possible that's a legal liability thing.
-
3 hours ago, agrasyuk said:
In the meantime, I'm using DCS UFC (which is now DCS UFX X) software on a tablet. It is usable, although the font started to flicker some versions back.
The old version still works (I use it), but there won't be new modules added. DCS UFC X is a newer pay per module version.
-
On 4/10/2025 at 6:15 PM, Jocman said:
Hi all.
I'm trying to develope a Freejoy controller for my cockpit and built a PCB.
I'm getting some problem, so I'm wondering if I'll post some description and PCB diagrams, is there anyone who could spent some time to help me to fix it (or at least try to)?
Thanks in advance
Start a separate thread in this forum and we'll see what we can do.
-
8 hours ago, Rapti said:
Unfortunately, changing the value did not help.
If anyone has a working sketch, I would be happy, as I unfortunately have no programming skills myself
What's your hardware setup?
-
It could be electrical noise. Try this:
The resistors shown dotted aren't necessary - DCS-BIOS turns on those in the Arduino.
-
One problem you'll have is that the full rotation of the A-10 HSI is 0-65535, but the common data magnetic is 0-359.
It looks like the code you have is designed to work with 0-65535 input. Try changing the value shown below.
If that fails, try writing a stepper routine that takes a position number, and send it from a normal DCS-BIOS code block.
-
4 hours ago, Aronis said:
This kind of DIY is fun and not physically taxing, until you have to crawl onto the floor to reach behind the PC to plug in something LOL.
Build a stand...
-
As mentioned in Discord, which switches are they?
It sounds like you were drawing too much current and were lucky not to blow the Arduino's regulator or I/O pins.
The "bad burning smell" is the stage just before the smoke escapes!
-
OK. That should compile. What error message is it giving?
However, I'm not sure that code will do what you want.
There's nothing stopping the MASTER_CAUTION_RESET_SW toggling every loop while the button is down. -
How are you trying to do it?
The format is:sendDcsBiosMessage("MESSAGE", argument);
FA18 Stby Gauges dcs bios help
in Home Cockpits
Posted
You might find what you need at Open Hornet ( https://openhornet.com/ )
BUT, some of what they've done there is unnecessary over-engineering.