Search found 88 matches

by nnyerges
Sun Apr 21, 2024 9:57 pm
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 560

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Hi, For professional users, we offer an external data source option. Basically, we supply a c++ plugin where there is an API to create your own variables and commands and write/read to them. You can access those variables/commands in any lua script within AM/AP, just like flight sim variables/comma...
by nnyerges
Sat Apr 20, 2024 7:48 pm
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 560

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

jph wrote: Sat Apr 20, 2024 9:38 am :D
Some day I invite you to ride it!
by nnyerges
Sat Apr 20, 2024 7:28 pm
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 560

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Ralph / Corjan,
This is our baby. And yes, its based on Air Manager/Player, Raspberry's and Arduinos and is far, working like a charm (except this drawback) 8-)
20231120_170830.jpg
20230825_140506.jpg
20230901_094032.jpg
First attempt: Beachcraft KA-B200
by nnyerges
Sat Apr 20, 2024 7:02 pm
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 560

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Dear Corjan,
You want to improve the power of Air Manager/Player? Add some ethernet commands in the API :D
by nnyerges
Sat Apr 20, 2024 6:56 pm
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 560

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Hi, Just wondering, what are the issues you are running against exactly? Always curious where we could improve our products. Corjan As explained at the beginning, the MC is the main cockpit power supply controller and cockpit main backbone user panel. Instead of using a PLC, we use an Arduino Mega ...
by nnyerges
Sat Apr 20, 2024 4:49 am
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 560

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

jph wrote: Wed Apr 17, 2024 3:13 pm
nnyerges wrote: Mon Apr 15, 2024 10:26 pm
jph wrote: Mon Apr 15, 2024 9:05 am Change your system design !
:roll: :roll:
I always laugh at your comments. Sometimes interesting and useful, and other times sarcastically pedantic. That's not the answer.
Yes, you are possibly correct as you are not an engineer :lol:
jph Get a grilfriend or boyfriend :D :D :D :D
by nnyerges
Sat Apr 20, 2024 4:40 am
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 560

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Hi. Well, changing design wouldn’t be the worse thing in thai case. Personally I would go with the Pi Pico, it’s more powerfull, has more dedicated PWM channels. cheaper (I think), and uses USB HID instead of virtual COM ports. Regarding the capacitor. we never tried removing it, you are on your ow...
by nnyerges
Mon Apr 15, 2024 10:26 pm
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 560

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

jph wrote: Mon Apr 15, 2024 9:05 am Change your system design !
:roll: :roll:
I always laugh at your comments. Sometimes interesting and useful, and other times sarcastically pedantic. That's not the answer.
by nnyerges
Mon Apr 15, 2024 5:50 am
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 560

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Arduino resets via the DTR line of the usb connection, the Arduino IDE has no option to disable it when opening the Serial but you could just use another Serial tool or make your own Serial tool. Else you can use a "FTDI" - TTL Serial convertor, and just wire the FTDI to the serial 0 line...