Search found 30 matches

by bartroozendaal
Wed Apr 14, 2021 8:11 am
Forum: Air Manager Bug Reports
Topic: Beta 35 with Arduino hangs when connecting to FS2020
Replies: 19
Views: 7243

Re: Beta 35 with Arduino hangs when connecting to FS2020

logic.lua There definitely is a bug in AM; there are no errors in the debugger when running it from Edit script. I am thinking it is in either the functions for the display, or in the subscription to variables from fs2020 (the last line in the script below). I also think that whatever engine is run...
by bartroozendaal
Tue Apr 13, 2021 9:24 pm
Forum: Air Manager Bug Reports
Topic: Beta 35 with Arduino hangs when connecting to FS2020
Replies: 19
Views: 7243

Beta 35 with Arduino hangs when connecting to FS2020

Note: the script 'hangs'. I can still use AM itself... This happens 9 out of 10 times. I have an Arduino script, connecting a couple of buttons and 5 rotary encoders. I also use a LCD display. With the latest beta 35 it looks like the panel code 'hangs' after first subscribing to a fs2020-variable, ...
by bartroozendaal
Sat Apr 10, 2021 7:44 am
Forum: iPad Help
Topic: FIX the god damn app or mass refund
Replies: 10
Views: 7144

Re: FIX the god damn app or mass refund

Fwiw, I have use the beta with fs2020 for some time now, and it works fine for my basic usage. I am using bit locker as a firewall and anti virus package. I need to disable the bit locker firewall to use fs2020, but that is unrelated to airmanager. Am crashes on me every now and again, but simply re...
by bartroozendaal
Fri Apr 09, 2021 2:03 pm
Forum: Cockpit building
Topic: Just my project
Replies: 8
Views: 4362

Re: Just my project

Really nice. I didn't know about this e-Paper displays. Will certainly investigate. nice!
by bartroozendaal
Fri Apr 09, 2021 12:22 pm
Forum: Arduino
Topic: Open source default sketch?
Replies: 3
Views: 1872

Re: Open source default sketch?

Ok, too bad... Would have been fun though :-)

Would you be willing to open source the communication protocol between your Arduino app and AM, so we (I) could implement our own 'backend'?
by bartroozendaal
Fri Apr 09, 2021 10:34 am
Forum: Arduino
Topic: Open source default sketch?
Replies: 3
Views: 1872

Open source default sketch?

I was wondering if it possible to open source the default sketch that AirManager provides for integration of Arduino's. I would be happy to use it, barring the lack of support for I2C displays. If I would be able to extend to support I2C displays, either by introducing a new supported command in AM,...
by bartroozendaal
Sat Apr 03, 2021 10:28 am
Forum: Air Manager Bug Reports
Topic: AM4 crashing with Message Port on Mega2560
Replies: 2
Views: 1526

Re: AM4 crashing with Message Port on Mega2560

New day, new attempt. Started all over, realized I forgot to 'Add Device'. The connection works again. So, the bug report is: intermittedly AM4 crashed if the device that the 'MessagePort'-driven device tries to connect to hasn't been added.

No more blocker for me ;-)
by bartroozendaal
Fri Apr 02, 2021 5:15 pm
Forum: Air Manager Bug Reports
Topic: AM4 crashing with Message Port on Mega2560
Replies: 2
Views: 1526

AM4 crashing with Message Port on Mega2560

I'm using a Mega2560 clone. It connects fine using the 'default' flashed software. I can use my buttons, et cetera. However, if I want to use the MessagePort library, Air manager reports no device is found, and crashes 9 our of 10 times right after that. I did use the MessagePort library in build 31...
by bartroozendaal
Sun Mar 14, 2021 12:59 pm
Forum: Air Manager
Topic: Beta blocked by BitDefender
Replies: 6
Views: 3130

Beta blocked by BitDefender

Hi,

I just tried to install the beta, to find it blocked by BitDefender, reporting a virus in the app.

Anyone had that too?
image.png
by bartroozendaal
Wed Jan 06, 2021 8:04 pm
Forum: Air Manager Bug Reports
Topic: COM_RADIO_FRACT_DEC_CARRY
Replies: 1
Views: 1397

COM_RADIO_FRACT_DEC_CARRY

FYI: In the beta version (for using AM for FS2020) raising the event COM_RADIO_FRACT_DEC_CARRY *increases* the decimal value for frequencies, sometimes even by 0.1 or 0.15. It might be a MSFT bug, but still reported here. I have a workaround for now, but would be nice if it functions correctly ;-)