Search found 5340 matches

by SimPassion
Sat Feb 10, 2024 8:32 am
Forum: Arduino
Topic: Unable to Flash Arduino Mega 2560
Replies: 9
Views: 397

Re: Unable to Flash Arduino Mega 2560

Hi @Voyager, is it a Genuine Arduino MEGA 2560 or only a compatible one ?
by SimPassion
Tue Feb 06, 2024 6:45 pm
Forum: Air Manager
Topic: Air Manager 4.3
Replies: 102
Views: 101741

Re: Air Manager 4.3

Ralph wrote: Tue Feb 06, 2024 11:46 am That's already possible, you don't necessarily need a connection to the flight simulator.
A good compromise would be to be able to disable if any simulator is available (presence polling), in a more standalone and decorelate running application
by SimPassion
Tue Feb 06, 2024 8:25 am
Forum: Air Manager
Topic: Air Manager 4.3
Replies: 102
Views: 101741

Re: Air Manager 4.3

My wish would be to get an additional custom version of Air Player, in order to open to projects which wouldn't require running flight simulator, or even easier, a persistent option which would allow to disable Air Player for internal flight simulator polling. This feature would allow to communicat...
by SimPassion
Mon Feb 05, 2024 10:40 pm
Forum: Arduino
Topic: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort
Replies: 123
Views: 68877

Re: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort

First INO shot which is working properly, though requires to be enhanced and to add the button press handling to trigger the save to persistence in the AM instrument : // controlling addressable leds WS2812 units (neopixel types) from Air Manager with simMessagePort // Written by Joe Hanley - 2022 -...
by SimPassion
Mon Feb 05, 2024 7:41 pm
Forum: Arduino
Topic: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort
Replies: 123
Views: 68877

Re: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort

Yes, exactly :D It's on the way ... Just to mention, this will also answer to one of my requirement, to light up the simu rig keyboard area when night flights are in progress, with the goal to get a specific tint around soft amber/yellow/white mix with accurate intensity (a bit of what we get with ...
by SimPassion
Mon Feb 05, 2024 6:31 pm
Forum: Arduino
Topic: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort
Replies: 123
Views: 68877

Re: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort

I see, this would allow to re-use the stored RGB values from persistance and get the expected tint on visual on each AM instrument run ... !?
Like for example the specific warm amber annunciators leds, together with the blue ones, in the 737 OVH.
by SimPassion
Mon Feb 05, 2024 4:59 pm
Forum: Arduino
Topic: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort
Replies: 123
Views: 68877

Re: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort

Thanks Joe for the advice and yes I've seen some strange behavior using global brigthness. Just going back to home atm, so I will have a look again to add some enhancements, then posting the INO sketch when all is working properly.
by SimPassion
Mon Feb 05, 2024 10:56 am
Forum: Arduino
Topic: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort
Replies: 123
Views: 68877

Re: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort

Made an arrangement to your instrument this morning Joe, in order to add more tints I will also put the INO sketch for brightness handling using an ADC input image.png [EDIT] updated to v0.0.2 - fix for click spots location 0 - 0 AM - RPi Pico RP-2040 - Messageport rgb led 3 Neopixel driver via mess...
by SimPassion
Sun Feb 04, 2024 10:40 pm
Forum: Arduino
Topic: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort
Replies: 123
Views: 68877

Re: [SOLVED & RPi Pico Issue] NANO - CH340 - Win 11 - Flashing issues / RPi Pico communication issue MessagePort

Made a new attempt with Message Port and the Neopixel with the alternate Pico RP2040 AITEXM/Winbond (TZT like) which isn't seen from Air Manager 4.2.4, where the VCC-GND was seen previously as Arduino UNO (still ok with this VCC-GND after re flashing atm) Will have a look tomorrow, a bit late today ...