Search found 83 matches

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: 15
Views: 358

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: 15
Views: 358

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: 15
Views: 358

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: 15
Views: 358

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...
by nnyerges
Mon Apr 15, 2024 5:07 am
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 15
Views: 358

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

Gentlemen, It is not an AM/AP problem, it is intrinsic to the serial port that causes the Arduino to "AUTO RESET". 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 y...
by nnyerges
Sat Apr 13, 2024 8:58 pm
Forum: Air Manager Bug Reports
Topic: Air Manager 4.2.9 stop loading! (SOLVED)
Replies: 4
Views: 168

Re: Air Manager 4.2.9 stop loading! (SOLVED)

jph wrote: Sat Apr 13, 2024 9:14 am Absolutely ridiculous. I see it is 3 times now. 1 post is enough. I don't care how much you paid or how much you think you deserve special treatment.
:lol: :lol: :lol: :lol: Have a nice day !
by nnyerges
Fri Apr 12, 2024 2:05 pm
Forum: Air Manager Help
Topic: Suddenly Air Manager 4.2.9 stopped loading (SOLVED)
Replies: 3
Views: 114

Re: Suddenly Air Manager 4.2.9 stopped loading (SOLVED)

Ready solved. A nonsense. I simply modify the "logic.lua"
It must be the hours of work that have me exhausted.
by nnyerges
Fri Apr 12, 2024 1:59 pm
Forum: Lua and API Scripting Help
Topic: How to repair a crashing instrument LUA script (SOLVED)
Replies: 1
Views: 109

How to repair a crashing instrument LUA script SOLVED

Ready solved. A nonsense. I simply modify the "logic.lua"
It must be the hours of work that have me exhausted.
by nnyerges
Fri Apr 12, 2024 1:47 pm
Forum: Lua and API Scripting Help
Topic: How to repair a crashing instrument LUA script (SOLVED)
Replies: 1
Views: 109

How to repair a crashing instrument LUA script (SOLVED)

Dear ladies and gentlemen, Yesterday I accidentally made an infinite loop in a script for an instrument that Air Manager didn't like and it obviously crashed. Consequently, if you try to reopen Air Manager, it stays in "Loading instrument..." at first. If you remove the instrument from th...