#Mobi programming help

1 messages · Page 1 of 1 (latest)

lapis cove
#

Okay, desperately need some help. Ive built a 1:1 scale flight deck of the a320. However, I have been using 12 different stream decks to control all the various pieces of hardware. I have a couple switch panels purchased from ThaiFlight through ebay.
So was introduced to Mobi via that purchase.

Here is my question: can someone offer some input on how I might go about programming an arduino mega to control flood lights on MSFS aircraft (specifically the Fenix a320, for example), where at the same time it would illuminate small LED lighting that I am installing in my actual sim? I am using small round LED lights that are used for trailer marker lighting. These draw very little, but are bright enough. Can they too be controlled via the arduino to sync with the brightness level within the sim?

lilac plaza
#

Connect a 10k ohm potentiometer to an Arduino analog pin. Create the hardware config for the corresponding analog pin in Mobiflight Modules.

#

Check Mobiflight logging mode to verify that the potentiometer movements are correctly registered in the log.

#

Create the input config bound to the analog input device

#

Select the correct sim event from the drop down menus.
This link is for the MIP flood lights

#

For output to control your lights you will need a FET connected to an Arduino PWM pin, bound to the same sim Lvar used in the analog input event.

#

You use modifiers to transform the 0 to 1 value used in the Fenix to set a value 0 to 255 for the PWM function for output to the FET circuit.