Jump to content

Hi KITAs, (Stupid Question Alert)


G+_Brian Jones
 Share

Recommended Posts

There are many types and sizes of solder. Acid Core solder should only be used for plumbing. Rosin Core solder is typically used for electrical soldering. The diameter of solder is also something to consider - the larger diameter solders are typically used in making larger solder joints (not typically useful for electronic kit assembly). Here is one article you might find useful. https://www.lifewire.com/types-of-solder-flux-818850

Link to comment
Share on other sites

Lead free solder is much harder to work with. It just doesn't flow like the lead based. The lead doesn't vaporize; so you aren't breathing lead. Rosin is an important ingredients for cleaning oxidation and making a good connection. The rosin does vaporize and isn't good to breath. Try to work in a well ventilated area.

Link to comment
Share on other sites

MAX7219 is an 8 digit 7-segment LED driver IC. (7 segment displays have 8 LED's counting the decimal point)

 

So each IC can drive 8x8=64 LED's, using two IC's will give you the capability of driving 128 LED's which is only 2x64.

 

To get 8x64 you'll need 8 MAX7219's, there are much better ways of driving large discrete arrays.

 

A lot of the high cost of MAX7219 driver IC's is the internal decoding so that you can give it BCD values and the IC converts that to the proper segments to light.

Link to comment
Share on other sites

I get where you are coming from for that, as far as I know and I could be wrong, Max7219 can be both the 7 segment plus . or 8x8 pixel displays, the one's I've got are 4 8x8s already stuck together, looking at example code for Arduino it looks like instead of using 1 8x8 grid I can specify however many I'd want to use.

 

8 in a row seems to be the suggested amount to use max as the Arduino / Raspberry Pi can only power so many linked units although again from what I've read if I use a separate power supply the number of LED grids can be more than that.

Link to comment
Share on other sites

The ones I got from Amazon were from KWMobile for just short of £10/$13.97 (Approximately) from Amazon (http://amzn.to/2EMoNF4), they do sell others but I think they are different sizes from the ones I'm thinking of using. I'm only doing a basic scroll / clock for now just so I can see how things work, As time goes on I'll probably use one or two of the Adafruit 32x64 panels but for those I WILL need extra power.

Link to comment
Share on other sites

In the Arduino world, there are several libraries available for driving strings of MAX7219 boards. AdaFruit has one, and FastLED is another. It takes some configuring, but you can set it up to handle the string in any orientation (hor, vert, L to R, R to L).

 

You can buy the 8x32 boards for $5 from banggood (w/ 3-4 weeks shipping) or for a few $ more on Amazon.

Link to comment
Share on other sites

 Share

×
×
  • Create New...