Search found 9 matches
- Mon Jun 04, 2012 1:13 pm
- Forum: Dot Matrix Display
- Topic: Control DMD text over network
- Replies: 6
- Views: 7946
Re: Control DMD text over network
Great work Dennis. I have been messing about with my sign a fair bit since you posted the code to get it up and running... Loads of fun! The main issue I have had is that I found you cant send the string via UDP too often, if you do, the Auduino pukes on itself and corrupts the sting. To get around ...
- Mon May 28, 2012 10:38 pm
- Forum: Dot Matrix Display
- Topic: DMD Build quality
- Replies: 7
- Views: 8628
Re: DMD Build quality
For those that follow.....
Yes, I am using UDP to dmd code that others on this forum got working for me.
You can read about it and get the code from the forum thread;
viewtopic.php?f=26&t=661
Cheers,
Ben.
Yes, I am using UDP to dmd code that others on this forum got working for me.
You can read about it and get the code from the forum thread;
viewtopic.php?f=26&t=661
Cheers,
Ben.
- Mon May 28, 2012 10:35 pm
- Forum: Dot Matrix Display
- Topic: DMD library errors
- Replies: 4
- Views: 5803
Re: DMD library errors
Just to finish up / 'close' this forum post, I have everything working, you can read the results and get the code from this forum thread;
viewtopic.php?f=26&t=661
Net to dmd working like a treat.
Cheers.
Ben.
viewtopic.php?f=26&t=661
Net to dmd working like a treat.
Cheers.
Ben.
- Mon May 28, 2012 10:33 pm
- Forum: Dot Matrix Display
- Topic: EtherTen with DMD - Internet Text Display
- Replies: 10
- Views: 13924
Re: EtherTen with DMD - Internet Text Display
@ Aussie_Wombat Dennis and Simon, thanks so very much for your assistance, we got it all up and running!!!!! Now that we have it up and running, I have it connected to my home automation system. Now I can scroll air temperature and any device data that is in the system. Soon we will have Tweets show...
- Fri May 25, 2012 4:09 am
- Forum: Dot Matrix Display
- Topic: EtherTen with DMD - Internet Text Display
- Replies: 10
- Views: 13924
Re: EtherTen with DMD - Internet Text Display
Wow. Talk about amazing timing...... I have been struggling to get pretty much this very thing going for a while... never would have guessed what the problem was. I just cant see how to do the conversion you mention in my code..... #include <SPI.h> #include <DMD.h> #include <TimerOne.h> #include <SP...
- Sun Apr 15, 2012 5:39 pm
- Forum: Dot Matrix Display
- Topic: DMD Build quality
- Replies: 7
- Views: 8628
Re: DMD Build quality
Hi @dudleydo, I faced much the same issues here, so attached is what I did to get around using the bolt holes, I bought some wood that had a nice wide channel along one side, using hot glue filled in the gaps and held the DMD really well. http://beno.id.au/ftp/beno/forum/basicframe.jpg http://beno.i...
- Wed Apr 04, 2012 4:48 pm
- Forum: Dot Matrix Display
- Topic: DMD library errors
- Replies: 4
- Views: 5803
Re: DMD library errors
Update. I had to move the whole install back one directory, it was c:/arduino/arduino 1.0/...... Dropping the extra level of 1.0 (which the unzipping of the download from arduino.cc created for me) got it working. I now have all 4 of my DMD's up and running, scrolling beautiful text. Thanks to all w...
- Wed Apr 04, 2012 6:07 am
- Forum: Dot Matrix Display
- Topic: DMD library errors
- Replies: 4
- Views: 5803
Re: DMD library errors
Update; I copied the DMD library files to this directory; C:\arduino\libraries\Examples It now will verify the sketch, but throws the following errors (just the first few of many many like it); Examples\DMD.cpp.o: In function `DMD::writePixel(unsigned int, unsigned int, unsigned char, unsigned char)...
- Tue Apr 03, 2012 7:38 pm
- Forum: Dot Matrix Display
- Topic: DMD library errors
- Replies: 4
- Views: 5803
DMD library errors
Hi Guys, First post here, so I hope I am in the right place. I bought 4 of the DMD displays and an EtherTen with the plans of getting it scrolling all sorts of information. Thus far I have spent about 5-6 hours trying to get the sample code to 'Verify', but cant. This it the first line error I am ge...