Search found 2846 matches

by jph
Mon Mar 11, 2024 9:13 am
Forum: Arduino
Topic: MAX7219 daisy chain connexion
Replies: 10
Views: 420

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: 225

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: 225

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: 723

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...
by jph
Sat Mar 09, 2024 2:48 pm
Forum: Air Manager feedback & feature requests
Topic: DiY Motion simulator
Replies: 10
Views: 723

Re: DiY Motion simulator

If needed mate, you can always use messageport and program the arduino (preferably a pico) yourself with the hwpwm. I am not sure how a change in output is handled as it is closed code in the AM image. Have fun experimenting and good lick with it. It sounds like a fun project. :)
Joe
by jph
Sat Mar 09, 2024 11:29 am
Forum: Arduino
Topic: MAX7219 daisy chain connexion
Replies: 10
Views: 420

Re: MAX7219 daisy chain connexion

Hi,
AFAIK AM only supports 4 in a chain.
You can run 8 in a chain via messageport but that needs to user Arduino programming and the messageport link to AM.
Joe
by jph
Sat Mar 09, 2024 9:47 am
Forum: Air Manager feedback & feature requests
Topic: DiY Motion simulator
Replies: 10
Views: 723

Re: DiY Motion simulator

note - PWM is NOT HW-PWM !

Use HW-PWM

Joe
by jph
Thu Mar 07, 2024 9:31 am
Forum: General Discussion on Anything
Topic: Potentially for sale - complete 737 NG cockpit hardware due to health issues.
Replies: 15
Views: 985

Re: Potentially for sale - complete 737 NG cockpit hardware due to health issues.

Joe, Someone might be interested. https://www.facebook.com/groups/350159808331896/?hoisted_section_header_type=recently_seen&multi_permalinks=8006589646022169&__cft__[0]=AZUmF2_-2h58uCe4CDaPBfiWBfU7pgDgdtt-nT367ZlGOvidZ5PReB0qQo5iOf3THrUo80jE6Ff2idc_eZ_3mZk5E4HEot3vENGX4n9w3S_sVy7nFcZrA5Q27...
by jph
Wed Mar 06, 2024 9:06 am
Forum: Arduino
Topic: MAX7219 daisy chain connexion
Replies: 10
Views: 420

Re: MAX7219 daisy chain connexion

Yes indeed Joe 👍 though the picture was only figurative in this case, not thought to make it in a specific orientation at all, otherwise I would have spent much more huge time to retrieve the proper one on the net. A best solution would have been to take a picture myself, however not had much more ...
by jph
Tue Mar 05, 2024 10:45 am
Forum: Air Manager Help
Topic: AM closing randomly after updates
Replies: 12
Views: 803

Re: AM closing randomly after updates

Corjan wrote: Tue Mar 05, 2024 8:47 am Hi,


Thanks to Tim, I managed to at least now know what part of Air Manager is causing the crash.
Still a hard one to really fix, but I'm making progress at least.


Corjan
Nice one Corjan, great work.

Joe