In our last article, we’ve focused on the wiring and underlying protocols of our custom ESP32 primary flight display. It’s time to start bringing this contraption to life with the…
Programming basics
-
-
ArduinoBack to basicsBlogC++Flight sim connectorProgramming basicsTutorial
Back-to-basics: toggle/rocker switches
The toggle switch. They occupy a prominent place in the heart of most flight simmers. From controlling the lights with a few rocker switches in a light aircraft to controlling…
-
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,…
-
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…
-
ArduinoBack to basicsBlogC++Flight sim connectorProgramming basicsTutorial
Back to basics: Rotary encoders in mfs2020
I’ve released an article covering dual concentric rotary encoders. In that article, a library is used which gives better results. The article on this page explains the basics of rotary…
-
ArduinoBlogC++Flight sim connectorProgramming basicsRelease notesTutorial
Behind the code of my last video
In this blog post, I want to dissect the code used in my latest video. If you’re just starting with coding these breakdowns might help with a better grasp of…
-
The rest of the article will follow later today: Needed for this tutorial I’ve included some links to Amazon products to illustratie which parts I’ve bought. The 3d files (optional…
-
Good evening guys, In this guide, I want to show you how you’re able to use an Arduino at work or during your hobbies on a computer. To achieve this…
-
Hi guys, Today I wanted to show you how I created my fuel Gauge. The same concept can be applied to many metrics so I’ll probably get back to this…