Supporting a multitude of microcontrollers can be quite a challenge. Each of you has its own unique setup, workflow, and components. Adding extra logging to the connector will make it…
Arduino
-
-
The output menu was buggy, looked dated, and was difficult to navigate, if I may say so myself. Let me quickly give you an overview of what has changed before…
-
While the temperatures are rising, it’s time for our first summer update! You guys have requested logs for quite some time, but they finally arrived. The first batch of logged…
-
This week a small release contains an important fix for the event file. Previously the dropdown menus got mixed up which could lead to unforeseen behavior and crashes. Fixed Event…
-
This will be the first update since version 1.0.0 that improves the quality of life. It requires a reinstallation of the WASM module to utilize all the features. Don’t forget…
-
With the release of connector version 0.9.5.5, I’ve introduced new ways to calibrate your rudder pedals, yokes, and brakes. My main setup uses the Thrustmaster TFRP pedal set (https://amzn.to/3pEFqZd). They…
-
ArduinoBlogFlight sim connectormfs2020Tutorial
Create your own master caution and warning buttons
by adminby adminToday 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.…
-
In a previous article, we’ve looked into adding visual elements to a generic TFT screen for our primary flight display. But what a waste it would be if we didn’t…
-
ArduinoBlogC++mfs2020Programming basicsTutorial
Creating our first ESP32 flight display graphics
by adminby adminIn 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…