

CYPHER11
Members-
Posts
105 -
Joined
-
Last visited
-
Hey Vinc, Thanks for the input i´ll give a try. Maybe i just switch to shift register since they seem to be more easy - but we will see =D I keep you guys updated
-
Example: #include <DcsBios.h> #define MUX_SIG_PIN 6 // Der SIG-Pin des Multiplexers, an den dein Taster angeschlossen ist #define S0 2 #define S1 3 #define S2 4 #define S3 5 void selectMuxChannel(byte channel) { digitalWrite(S0, channel & 0x01); digitalWrite(S1, (channel >> 1) & 0x01); digitalWrite(S2, (channel >> 2) & 0x01); digitalWrite(S3, (channel >> 3) & 0x01); } void setup() { DcsBios::setup(); // Steuerpins für Multiplexer als Ausgang setzen pinMode(S0, OUTPUT); pinMode(S1, OUTPUT); pinMode(S2, OUTPUT); pinMode(S3, OUTPUT); // SIG-Pin als Eingang mit Pullup setzen pinMode(MUX_SIG_PIN, INPUT_PULLUP); } void loop() { DcsBios::loop(); // Den Multiplexer auf den Kanal einstellen, wo der Taster ist (z.B. Kanal 0) selectMuxChannel(0); delay(5); // Kleines Delay, um den Multiplexer umzuschalten if (digitalRead(MUX_SIG_PIN) == LOW) { sendDcsBiosMessage("MASTER_CAUTION_RESET_SW", "TOGGLE"); delay(250); // Kurze Pause, um Mehrfachauslösungen zu vermeiden } } That´s what i tried.... Thank you for helping
-
Hey No1Sonuk, thanks for the quick answer. When I use sendDcsBiosMessage function Arduino IDE tells me it‘s not part of the Library:/
-
CYPHER11 started following Gazelle FM Update and new Features Video , More in- and Outputs on Arduino Uno , Removing Mask from F18 Hornet HUD and 4 others
-
Hey Guys, currently trying to figure out how to expand the ports on the Nano with Multiplexer or MCP23017. I tried both but i can´t get it to work with DCS BIOS. I am using the latest Skunkwork Library. I think, i should start from scratch. So here is the Idea: I want to built an Kiowa MFK. So in total, i have 51 Inputs. I want to create a PCB on the back of the MFK and use an Arduino Nano with one USB Cable coming from it. I need to extend the inputs for that. What would you guys suggest is the easiest Method for extending the Ports of the Nano which is still comatible with DCS BIOS? i really appreciate any kind of help. Also for future Projects it would also be cool to know if i want to use a Huge amount of LED´s with DCS BIOS, is the Multiplexer / MCP23017 the right choice? Do i need a complete different approach? Thanks in advance for any help
-
Hey Guys, i´m currently building a Hardware HUD for the F18 - everything works fine, the export and everything but my problem is that the HUD is "masked" in the export View. Does anyone have an idea which file i have to adjust to get rid of the mask? i found an example for the A10 but not for the Hornet. Anyone have an Idea? I already tried to wirk with the HUD_base.lua which was mentioned in the A10 Thread, but i can´t see the right values. Thanks in advance
-
Currently all enemy Ground Units have Night Vision and can see you like Daytime. Is it maybe possible to give mission builders the Option wheater a coalition or a unit has NVG or not and make them work as soon as it gets darker their visibility decrease? Of course all Vehicles with sensors or radar should work but insurgents or vehicles without should not track me pin point accurate while flying at night. What would also be cool if player forgets to turn off his external lightning that the probability to get spotted is higher? I think with the Kiowa and the Apache Night Missions are more on Focus now and in the real environment most of insurgents didn´t had any kind of or only very limited NVG Capability. Thanks in Advance
-
- 4
-
-
Setting up either a Reaper or Predator Drone and task them as AFAC to designate a Target with Laser via "FAC - attack Group" - no matter which options are set the Drone will always tell "no mark" and does not fire the Laser towards the designated Group. Mission File attached. Ground JTAC works as intended. DCS Reaper .miz
-
UH-1H Revamp by Massun92
CYPHER11 replied to Massun92's topic in Flyable/Drivable Mods for DCS World
Too bad you don´t like modern Cockpits - i really like the Idea with the C model - but a more Modern Cockpit would also lovely to see. But i know that this would also require Programming a software behind the Glas Cockpit which could be really hard. Thank you for your work - can´t wait to see the the finished Product Keep up your good work -
OH-6A by Tobsen and Eightball
CYPHER11 replied to tobi's topic in Flyable/Drivable Mods for DCS World
Hey @tobi, Hey @Eight Ball - thank you so much for this Mod. Also the Asset Pack is amazing. I made a whole Guide for the OH-6 for the German Community. If you don´t mind i share it here. Can´t wait for the upcoming Versions. @Eight Ball Is there any chance we might get normal Vietnam AK47 Infantry? Or am i just too silly to find them? - Thanks in Advance -
[ENG] Sorry Guys, this Video is in German, but maybe still intresting for some of you... Hallo Leute, Ich finde ja, dass diese Mod viel zu wenig Aufmerksamkeit bekommt. Der MH-60R ist eine "Erweiterung" für den UH-60L Blackhawk Mod. Man kann damit so viele coole Sachen machen, U-Boote und Schiffe jagen, Sonarbojen schmeißen usw. Ein richtig nices Feature ist die Winde. Damit kann man sowohl an Land, als auch über dem Wasser Menschen retten. Außerdem hat man einen Schwimmer dabei, der aus dem Heli springt und Menschen im Wasser rettet. Das ganze ist eigentlich ziemlich cool umgesetzt. Ich hab mir mal eine kleine Mission ausgedacht und ein Video dazu gemacht. Vielleicht ist der Mod ja auch für den ein oder anderen interessant VG Marci
-
DCS Gazelle Tutorial in preparation for Kiowa
CYPHER11 replied to CYPHER11's topic in SA-342M Gazelle
Hi There is a new Version of the Gazelle - i also did Videos about that So - a lot of the Tutorials are not valid anymore -
Hey Guys, my Workspace is almost complete. Got a CNC and a K50 Laser Cutter know. I want to start from scratch again building some Panels. I am already familiar with Fusion, Illustrator and KiCAD. But DCS Bios need´s a further look at. I want to built my own PCB´s for all the instruments - my idea was to use a Multiplexer directly on the PCB to save some space and use them in row with one arduino. In the "civil Flightsim World" Multiplexer and Shift Register are supported - but is there any example Sketch for DCS Bios and can they be used to save pins? Thanks in advance
-
Hey Guys, here is my Video about a few Features of the upcoming Gazelle. Have Fun _________________________________________________________________________________________ Hey Leute, hier mein Video über ein paar neue Features über die "neue" Gazelle. Viel Spaß
- 9 replies
-
- 16
-
-
-
DCS Gazelle Tutorial in preparation for Kiowa
CYPHER11 replied to CYPHER11's topic in SA-342M Gazelle
Hey Guys, new Video about the Gazelle is Online - Have fun =) Hallo Leute, neues Video zum neuen Gazelle Update ist online. Viel Spaß damit =)