All Projects → DCSFlightpanels → dcs-bios-arduino-library

DCSFlightpanels / dcs-bios-arduino-library

Licence: MIT License
A library designed to run on Arduinos and similar microcontrollers and communicate with DCS-BIOS.

Programming Languages

C++
36643 projects - #6 most used programming language
NASL
115 projects
powershell
5483 projects

Projects that are alternatives of or similar to dcs-bios-arduino-library

OpenHornet
OpenHornet 1:1 F/A-18C Simulator Repository
Stars: ✭ 167 (+659.09%)
Mutual labels:  dcs, dcs-world, dcs-bios
dcs-bios
DCS-BIOS Flightpanels Fork
Stars: ✭ 103 (+368.18%)
Mutual labels:  dcs, dcs-world, dcs-bios
dcs-input-command-injector
DCS Mod to add custom input commands in your user profile instead of by modding the game for each aircraft. Prevents commands from being lost when DCS updates.
Stars: ✭ 35 (+59.09%)
Mutual labels:  dcs, dcs-world
perun
Perun toolset for DCS World server admins. Reads simulation data and pushes it MySQL database.
Stars: ✭ 23 (+4.55%)
Mutual labels:  dcs, dcs-world
streamdeck-dcs
Plugin for Stream Deck to send controls to DCS.
Stars: ✭ 19 (-13.64%)
Mutual labels:  dcs, dcs-world
twitch2dcs
DCS World mod that allows twitch chat to be viewed inside the game
Stars: ✭ 24 (+9.09%)
Mutual labels:  dcs, dcs-world
ControllerBuddy
Highly advanced game controller mapping
Stars: ✭ 47 (+113.64%)
Mutual labels:  dcs-world
Skynet-IADS
Adds IADS (integrated air defence) functionality to Digital Combat Simulator.
Stars: ✭ 131 (+495.45%)
Mutual labels:  dcs-world
rust-server
DCS gRPC server written in Rust. Get data out of DCS and send commands into DCS.
Stars: ✭ 44 (+100%)
Mutual labels:  dcs-world

DCS-BIOS Arduino Library

This is an Arduino library that makes it easy to write sketches that talk to DCS-BIOS.

For more information and documentation, see the DCS-BIOS FlightPanels Project. The example "OneOfEverything" is a good place to start looking for controls to use.

Origins

DCS-BIOS was originally developed here, DCS-BIOS project. DCS-BIOS Flightpanels forked all of DCS-BIOS in order to initially provide support for Saitek Flight Panels. As of Nov, 2020, the original project has received limited support (despite a major update for HUB), and FlightPanels is gaining in popularity due to it's support. Late in 2020, this fork of the arduino-only portion was created to become the "official" branch associated with the FlightPanels DCS-BIOS side.

Support & Documentation

This is a community maintained plugin. Support is best found at the DCS-Flightpanels discord channel. The wiki is very much a work in progress, and can be found here: https://github.com/talbotmcinnis/dcs-bios-arduino-library/wiki

Releasing

  1. Bump version number in library.properties
  2. Run make_release, providing the same version number when prompted.
  3. Manually make a zip file of the folder created in /Releases, and upload to github.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].