DotBloxEnglish: Difference between revisions

From BlinkenArea Wiki
Jump to: navigation, search
m (v002 gol)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOEDITSECTION__
__NOEDITSECTION__
{{InfoboxEnglish
{{InfoboxEnglish
|Name=DotBlox
|Bild=P7140018.jpg
|Jahr=2009
|Jahr=2009
|Farben=2
|Farben=2
Line 9: Line 11:
|Webseite=  
|Webseite=  
}}
}}
{{FlagDe|target=DotBlox}}
''[[Projekte|back to summary]]''


more coming soon ...
more coming soon ...
Line 16: Line 16:
==Hardware==
==Hardware==


* Schematic: [[:Image:Dotblox64d.sch|DotBlox64d]]
* Schematic: [[:Image:Dotblox64d.sch|DotBlox64d]] (Eagle 4)
* Board Layout: [[:Image:Dotblox64d.brd|DotBlox64d]] (Eagle 4)


==Software==
==Software==


===Demonstration===
===Assembly===
 
====Demonstration====


Simple diagonal scroller to check if everything is working. No communication between modules, very simple.
Simple diagonal scroller to check if everything is working. No communication between modules, very simple.
* [[:Image:Dotblox64d_first_demo.zip|Demo Software]]
* [[:Image:Dotblox64d_first_demo.zip|Demo Software]]


===Text Scroller===
====Text Scroller====


* First (old!) version: [[:Image:Laufschrift-day1.zip|HAR Text Scroller]], Master is the rightmost module.
* First (old!) version: [[:Image:Laufschrift-day1.zip|HAR Text Scroller]], Master is the rightmost module.
* Second version: [[:Image:Laufschrift-day2.zip|Text Scroller]]. Jumper the middle two pins on the "R" (right) connector of the rightmost module! To change the message, it is enough to re-program the rightmost module's controller.
* Second version: [[:Image:Laufschrift-day2.zip|Text Scroller]]. Jumper the middle two pins on the "R" (right) connector of the rightmost module! To change the message, it is enough to re-program the rightmost module's controller.


===Firmware in C===
===C (avr-gcc)===


====Demonstration====
We are also working on a C version of the firmware, see [[Image:Dotblox64v001.c]]
We are also working on a C version of the firmware, see [[Image:Dotblox64v001.c]]
Game of Life: [[Image:Dotblox64 gol v001.c]], [[Image:Dotblox64 gol v002.c]]<br>
Press button to insert glider, hold button to clear screen.


See also [https://wiki.har2009.org/page/Village:Nerdhero#Playing_with_the_Dotblox64 Nerdhero-Village at HAR2009]
See also [https://wiki.har2009.org/page/Village:Nerdhero#Playing_with_the_Dotblox64 Nerdhero-Village at HAR2009]


==Photos==
====Game of Life====


[[Image:P7140018.jpg|Foto: two DotBlox modules|256px]]
Press button to insert glider, hold button to clear screen.
* First version: [[Image:Dotblox64 gol v001.c]]
* Second version: [[Image:Dotblox64 gol v002.c]]


[[Category:Projekte]]
[[Category:Projects]]

Latest revision as of 00:18, 13 June 2010

project overview
Zur deutschsprachigen Version dieser Seite
P7140018.jpg
Year 2009
Number of pixels 64
Grayscales / Colors 2
Illuminant 5mm LEDs
Power input 3.25 W
Contact person Arne Rossius
Project website

more coming soon ...

Hardware

Software

Assembly

Demonstration

Simple diagonal scroller to check if everything is working. No communication between modules, very simple.

Text Scroller

  • First (old!) version: HAR Text Scroller, Master is the rightmost module.
  • Second version: Text Scroller. Jumper the middle two pins on the "R" (right) connector of the rightmost module! To change the message, it is enough to re-program the rightmost module's controller.

C (avr-gcc)

Demonstration

We are also working on a C version of the firmware, see File:Dotblox64v001.c

See also Nerdhero-Village at HAR2009

Game of Life

Press button to insert glider, hold button to clear screen.