These features were meant to be released in the latest update, but I had to push it forward due to some technical issues and bugs. What is new? Added axis…
arduino flight sim library
-
-
Statuses The connector now displays the connection state to the game and your boards more clearly. Boards Green, all boards are connected Yellow, 1 board or more refused a connection…
-
Today we will dive into the latest update to create our master warning and master caution buttons. This article is the first entry for the gear lever handle unit. Needed…
-
It’s been a while, but here is version 0.9.7. I finally figured out how we can retrieve custom variables from MFS2020. This was the last missing piece of the puzzle.…
-
Hi folks. I planned to release the latest update this Monday. But I got too excited and made sure it’s ready to be shipped this weekend. The connector now comes…
-
The update is done and in a stable enough state to be tested by the world. The main focus has been on simplifying the UI, adding output sets, and most…
-
ArduinoBack to basicsBlogC++Flight sim connectormfs2020Programming basicsTutorial
Back to basics: Potentiometers
Perhaps one of the most basic components in our toolbox never got the attention it deserved. It’s a cheap component, versatile, and most of all easy to use. In this…
-
ArduinoBlogC++Flight sim connectormfs2020Programming basicsTutorialUncategorized
Radio with a MAX7219, 8 digit, 7 segment display
This code only works on connector version 0.8.7 or above. Sometimes the TM1637 6 digit 7 segment displays can be hard to source locally. Luckily we have many different options,…
-
We’ve made many variations of basic radios, but to be honest, most of the content I’ve created around this topic is quite dated. This guide will help you through all…
-
Back to basicsC++Flight sim connectormfs2020Programming basicsTutorial
Back to basics: Dual concentric rotary encoders
With all the previous components we looked at the inner working and wrote our own code implementations. This is a good way to practice your coding skills and get a…