dcs-bios-arduino-library icon indicating copy to clipboard operation
dcs-bios-arduino-library copied to clipboard

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

Results 26 dcs-bios-arduino-library issues
Sort by recently updated
recently updated
newest added
trafficstars

`MatSwitch2Pos` & `MatSwitch3Pos` compatible with `&in_mat[r][c]` syntax. Compatible with `MatActionButton`s

In working with SwitchMultiPos we have a 8 position switch with pin 1 not connected. when we switch between positions on the switch the not connected pin gets sent between...

Is it possible to get the ATmega32U4 supported as a RS485 Master/Slave? working on a project we we're using the Sparkfun Pro Micro with HID but would the rest of...

## RS485 Data Dropping This PR addresses the data dropping issues encountered when RS485 slaves are too busy to process incoming data. ## The problem RS485 slaves drop incoming export...

If possible, am looking for help in moving from DCSBIOS Hub version to the new FP fork. Specifically related to syncing physical switches to the game. The original code worked...

There are two outdated versions on the PlatformIO registry: https://registry.platformio.org/search?q=dcs-bios ...but ideally, the releases from this repository should be available from the registry too, right? There is a GitHub Action...

The behaviour of the rotary switch in game does not match the actual input using the script from the newer DSC Bios documentation, I loaded the old script in place...

I recently upgraded to DCS-Bios v0.3.8 from 0.2.11. Now i am receiving a polling error when compliling. Sketch works fine with v2.11 Below is the sketch I'm trying to use....

Hi all, Been playing with a few devices on the the bench today and got RS485 running, very happy. At this point the RS485 master requires the device to be...

I am seeing garbled string data (F-16 DED) , and randomly firing LEDs in complex sketches. According to this comment from the DCS forums (credit BoboBear): https://forum.dcs.world/topic/208455-dcs-bios-over-rs485/page/3/#comment-4374711 There seems to...