Arduino Mega COM / NAV Panels - character display

Support for Arduino in combination with Air Manager and Air Player

Moderators: russ, Ralph

Message
Author
burschid1
Posts: 9
Joined: Mon Jun 13, 2022 11:05 am

Arduino Mega COM / NAV Panels - character display

#1 Post by burschid1 »

Hi Guys,
I would like to build a radio / nav panel for a cessna.
Is there any guidance on which connections I need to use on the Arduino mega and the character display (MAX7219)?

Have a nice day!
Chris

User avatar
jph
Posts: 2856
Joined: Fri Apr 10, 2020 12:50 pm
Location: Somewhere over the rainbow..

Re: Arduino Mega COM / NAV Panels - character display

#2 Post by jph »

HI,
a google search on - air manager max7219
First result - https://siminnovations.com/wiki/index.p ... isplay_add

Scroll down page to the two entries for 7219.
Enjoy.
Joe. CISSP, MSc.

burschid1
Posts: 9
Joined: Mon Jun 13, 2022 11:05 am

Re: Arduino Mega COM / NAV Panels - character display

#3 Post by burschid1 »

Thank you very much! :)
I am still a beginner and learn more and more.

The display is connected correctly.
I am using MSFS 2020 and would like to display COM 1 / 2 and NAV 1 / 2.
Unfortunately I have only found an example for X-Plane.

Can someone help me to rewrite the script to MSFS?

Example for X-Plane:
https://siminnovations.com/wiki/index.p ... n_tutorial


Thanky Guys!!!! :)

User avatar
Ralph
Posts: 7924
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Arduino Mega COM / NAV Panels - character display

#4 Post by Ralph »

There's already a hardware function for this. Just click +Hardware in the home tab, search for radio or something, configure what you want to display and you're done.

SimPassion
Posts: 5339
Joined: Thu Jul 27, 2017 12:22 am

Re: Arduino Mega COM / NAV Panels - character display

#5 Post by SimPassion »

Just for info @Ralph, I've not found any Hardware Instrument in the available list, which would fit this need

User avatar
Ralph
Posts: 7924
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Arduino Mega COM / NAV Panels - character display

#6 Post by Ralph »

You're right, it wasn't there. What I think happened, is that back when I made this, we still thought that there were issues with the software for the MAX displays, which turned out to be a hardware issue. So I didn't upload it, waiting for a fix, which never came, because there wasn't anything to fix :)

I've uploaded it just now, and it is called COM/NAV stack based on MAX7219.

SimPassion
Posts: 5339
Joined: Thu Jul 27, 2017 12:22 am

Re: Arduino Mega COM / NAV Panels - character display

#7 Post by SimPassion »

Thanks again @Ralph, just checked it's there :

image.png

burschid1
Posts: 9
Joined: Mon Jun 13, 2022 11:05 am

Re: Arduino Mega COM / NAV Panels - character display

#8 Post by burschid1 »

Thank you very much for the good work and support! It's works very good!!!!
I still have one question. Currently I have only one display connected (DIN = D4, CLK=D5 , Load=D6)

Where must the second (standby) display be connected?

Sorry for the simple questions but it's the first time I work with Arduino.

Thanks and Bye
Chris

User avatar
jph
Posts: 2856
Joined: Fri Apr 10, 2020 12:50 pm
Location: Somewhere over the rainbow..

Re: Arduino Mega COM / NAV Panels - character display

#9 Post by jph »

Hi Chris, just daisy chain the units, you should have the inputs on the left of the pcb and the outputs on the right. Just wire the right side of the first board to the left side of the second board. The only pin name change is Din is on the left of the board and Dout on the right, dout goes to din. Load and clock are common. Just wire them pins on the right of one board to pins on the left of the next board
Joe. CISSP, MSc.

burschid1
Posts: 9
Joined: Mon Jun 13, 2022 11:05 am

Re: Arduino Mega COM / NAV Panels - character display

#10 Post by burschid1 »

Thank you very much!!!!
It sounds very easy and I will try it.
:D

Thank you all for the help and AirManger is a very good Software!

Bye
Chris

Post Reply