Somewhere in Arizona
Offline
God Member
Karma: 0
Posts: 725
Arduino must be a drug, because I'm addicted!
|
 |
« on: October 07, 2010, 06:45:12 pm » |
Are there any alternatives to the TellyMate shield? I want to impliment it perminately, but I don't want to "waste" $30....
|
|
|
|
« Last Edit: October 07, 2010, 06:58:17 pm by Jeremy1998 »
|
Logged
|
|
|
|
|
Left Coast, CA (USA)
Offline
Brattain Member
Karma: 279
Posts: 15314
Measurement changes behavior
|
 |
« Reply #1 on: October 07, 2010, 07:31:22 pm » |
I want to impliment it perminately, but I don't want to "waste" $30.... I own a TellyMate and think it's a very nice product at a fair price. That aside they did publish the design and code so you are free to build your own. It will run off a AVRmega8, 168 or 328 althought some of the newer software functions (expanded fonts) require the larger memory space of the 168 & 328. How much do you wish to waste for a video interface?  Lefty
|
|
|
|
« Last Edit: October 07, 2010, 07:33:21 pm by retrolefty »
|
Logged
|
|
|
|
|
Somewhere in Arizona
Offline
God Member
Karma: 0
Posts: 725
Arduino must be a drug, because I'm addicted!
|
 |
« Reply #2 on: October 07, 2010, 08:08:33 pm » |
Well, I wanted to build my own... I knew that I would be able to copy the schematic, but I didn't know that the code was available... Is it arduino or avr?
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Online
Faraday Member
Karma: 33
Posts: 3619
@ssh0le
|
 |
« Reply #3 on: October 07, 2010, 10:05:48 pm » |
due to the very tight timing requirements its avr, but I think there is a hex file so you can just load up the isp sketch and upload though avrdude
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
Phoenix, Arizona USA
Offline
Faraday Member
Karma: 27
Posts: 5078
Where's the beer?
|
 |
« Reply #4 on: October 07, 2010, 10:07:10 pm » |
Have you tried the tvout library?: http://code.google.com/p/arduino-tvout/I haven't used it personally, but from the demos I have seen, its fairly nice... 
|
|
|
|
|
Logged
|
|
|
|
|
Michigan, US
Offline
Full Member
Karma: 3
Posts: 148
Go Huskies
|
 |
« Reply #5 on: October 07, 2010, 10:28:20 pm » |
Yes use my library  Depends on what you are doing though making a tellemate would be better for text where as TVout is more suited to general graphics. If you do use TVout I would suggest using the version found in the source section and not one of the ones in a zip file as the pinout has changed and I have a working Serial library.
|
|
|
|
|
Logged
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #6 on: October 08, 2010, 05:29:43 am » |
Just as an example, you could look up the Hackvision by nootropic design to show what is being done with the TVout library  Using that library on another chip you could make your own tv shield realtively cheap. Mowcius
|
|
|
|
|
Logged
|
|
|
|
|
Oxford (England)
Offline
Jr. Member
Karma: 0
Posts: 58
|
 |
« Reply #7 on: October 08, 2010, 08:01:11 am » |
You can also run a second Arduino as a dedicated TellyMate... http://www.flickr.com/photos/pixelfrenzy/3774232393/I guess it boils down to wether your preference is for graphics or text. The TellyMate is primarily a text output device. Any 'graphics' output is done by redefining the character set. The TVout solution is primarily graphics output (but text is clearly possible!). There's also a kit version of the TellyMate available now. I would not call it a 'shield', but it will straddle the Arduino if required. It's a few quid cheaper than the Shield - Google's currency conversion says it'd be around 20USD including P&P. Here's a picture of it straddling my Roboduino variant: 
|
|
|
|
|
Logged
|
|
|
|
|
Somewhere in Arizona
Offline
God Member
Karma: 0
Posts: 725
Arduino must be a drug, because I'm addicted!
|
 |
« Reply #8 on: October 08, 2010, 10:02:59 am » |
Well, can someone point me to the code for the tellymate?
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Online
Faraday Member
Karma: 33
Posts: 3619
@ssh0le
|
 |
« Reply #9 on: October 08, 2010, 10:17:07 am » |
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
|