Search found 2852 matches

by jph
Sun Apr 14, 2024 8:47 am
Forum: Air Manager
Topic: Emulate key press with air manager
Replies: 5
Views: 277

Re: Emulate key press with air manager

Hi, you can do this without air manager. An Arduino Leonardo or preferably the chinese Pro Micro at a couple of euros can be programmed to emulate a PC Joystick with up to 32 buttons, you can use some 165 shift registers for the inputs for the buttons. Your sim will recognise the unit as a joystick...
by jph
Sat Apr 13, 2024 9:14 am
Forum: Air Manager Bug Reports
Topic: Air Manager 4.2.9 stop loading! (SOLVED)
Replies: 4
Views: 120

Re: Air Manager 4.2.9 stop loading! (SOLVED)

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.
by jph
Sat Apr 13, 2024 9:10 am
Forum: General Discussion on Anything
Topic: AM and Raspberry Pi pico won't talk in Linus
Replies: 5
Views: 128

Re: AM and Raspberry Pi pico won't talk in Linus

@jph didn't you get the Pico going on Message Port? Hi Ralph , yes, no problems - but - I use 4.1.6 version of air manager. There is also a thread with myself and gilles talking about 'neopixels' and messageport on the pico and it was working fine. I believe SimPassion will be using the later versi...
by jph
Fri Apr 12, 2024 10:54 am
Forum: Air Manager Bug Reports
Topic: Air Manager 4.2.9 stop loading! (SOLVED)
Replies: 4
Views: 120

Re: Air Manager 4.2.9 stop loading!

Why are you posting a message linking to another message ????? :? :roll: :roll: :?: :?:
by jph
Sun Apr 07, 2024 12:04 pm
Forum: General Instrument Help
Topic: Not working autopilot instrument
Replies: 17
Views: 565

Re: Not working autopilot instrument

I don't know anyone who uses a 'mac'. That may be part of your issue. Send a support ticket into the company (SI). I think they may have a mac for testing. Most people use windows.
by jph
Mon Mar 11, 2024 9:13 am
Forum: Arduino
Topic: MAX7219 daisy chain connexion
Replies: 10
Views: 451

Re: MAX7219 daisy chain connexion

Thanks, I'll make 2 daisy chains of 2 and 3 modules then. But just to be sure, according to this: https://siminnovations.com/wiki/index.php?title=Hardware_id_list I can connect the 2 daisy chains to (almost) any pin on the arduino mega? like this : Yes, but note the gnd connection needs to be conne...
by jph
Sun Mar 10, 2024 11:19 am
Forum: Arduino
Topic: FMC/MCDU screen with an arduino. Possible?
Replies: 14
Views: 264

Re: FMC/MCDU screen with an arduino. Possible?

It works ! : image.png Vidéo : (sorry for the sound :D ) : https://photos.app.goo.gl/4rnX9LebGy8kZ14t7 it's not "fast" but perfect for this thing. It's not the same example as the 1st image but the principle remains the same except for the libraries which have changed. I remember I could ...
by jph
Sun Mar 10, 2024 9:03 am
Forum: Arduino
Topic: FMC/MCDU screen with an arduino. Possible?
Replies: 14
Views: 264

Re: FMC/MCDU screen with an arduino. Possible?

Hello, I would have liked to know if it was possible to use an arduino (or other USB system) to display the FMC/MCDU screen without using an HDMI screen (VGA etc...). I know that it's possible to retrieve information from FMCs and display it elsewhere on an Android tablet, for example, so I'm think...
by jph
Sun Mar 10, 2024 8:51 am
Forum: Air Manager feedback & feature requests
Topic: DiY Motion simulator
Replies: 10
Views: 974

Re: DiY Motion simulator

Thanks a lot! :D You made me think a little bit different. Instead of continue my already 2-day long investigation about the PWM I did as you said and started to look at the MessagePort instead. After reading about how it works I was using the MessagePort on another ArduinoUNO and was sending the G...