Showing posts with label io bridge. Show all posts
Showing posts with label io bridge. Show all posts

Wednesday, July 8, 2009

8 MAX72XX is the limit

I reached the limit on how many MAX7219's can be chained together. That's 8. Good article here, so I'll have to use another 3 outputs on the arduino for my 5th matrix. Photos soon.


Bookmark and Share

External Power


So I did some reading and some internet searching, and think I have at least part of the power issue figured out. I purchased a 7805 +5VDC Voltage Regulator, wired up my 1/2 size breadboard as my external power supply and added an led to that board and to 3 others down the line as a visual to see if power is being routed properly. Now with just the ground from the Arduino going into the circuit I can get everything operating properly. So the next test will be to get a Voltage Regulator with a higher current rating and a heat sink to get up to the current I need to drive all of the leds. 2 internet posts that helped a bunch. *ITP Physical Computing & *http://pixelriot.com/pmatp/node/285

Also http://www.tkk.fi/Misc/Electronics/circuits/psu_5v.html



Bookmark and Share




Monday, July 6, 2009

4 and counting

We're up to 4 8x8 2 color matrixes. Hopefully move to 5 tomorrow. Then it's time to really start focusing on the power supply.


Bookmark and Share


Tuesday, June 30, 2009

Really Web Connected


So last week while searching for information on solar power I came across this post. Not only did this cover XBee wireless and some solar but it sparked my interest in the ioBridge.


My shiny new ioBridge came in yesterday and quickly it was connected to the internet and my arduino matrix setup. With a little change to my arduino code, adding a few simple if statements to decide what to show on the screens based on the serial input, I was able to type X, O, or G into a web page I created (with help from this post and this post) and instantly display it on my matrixes.


The next step would be to write a script that sent this information everytime the Snow Report system was updated.



Bookmark and Share