8x8 LED Matrix und Atmega 168 PA PU extern

Hi.
Ich habe diese Woche angefangen mich mit dem Thema Multiplexing einer 8x8 LED Matrix auseinander zu setzen.
Soweit habe ich alles vorbereitet und bestellt.
Ich würde jetzt gerne meinen Atmega 168 PA PU nicht auf dem Arduino sitzen lassen sondern mit in die Schaltung einbauen.
Meine Suche über Pläne für die externe Beschaltung vom Atmega blieben erfolglos und deswegen wende ich mich jetzt ans Forum.

Mit freundlichen Grüßen,
Tholscha :slight_smile:

Easy way: MAX7219

Hard way:
Connect 8 pins to anodes with 270 ohm current limit resistors.
Connect 8 Pins to cathodes

1 Anode High, 1 Cathode Low ONLY for 1 LED on.

Viel Glück in Ihrem Experiment.

Thanks, but this is not the answer for my problem....
My problem is the Atmega 168 on my Arduino.
I want my Atmega put out from de Arduino and than put in my Matrix.
I need now each components to operate outside my Atmega.

  • Quarz
  • Resistors
  • etc......
    my search at the internet was unsuccessful....

Tholscha:
my search at the internet was unsuccessful....

I get thousands of results: arduino standalone - Google Search

Thx Fungus :smiley:
Does it matter which type I have?
Are all connected to the same?

168,328, connect the same way

Connection to MAX7219 varies if you SPI.transfer() commands to drive it, or LED library that is based on slower shiftout() t ype commands.

Tholscha:
Thx Fungus :smiley:
Does it matter which type I have?
Are all connected to the same?

thx CrossRoads & Fungus :slight_smile:

Schau mal hier:

http://www.erik-bartmann.de/programmierung/downloads2.html?task=files.download&cid=19

Die Programmierschnittstelle kannst du ja weglassen.

Danke :slight_smile: