BlinkstroemAdvancedEnglish: Difference between revisions

From BlinkenArea Wiki
Jump to: navigation, search
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOEDITSECTION__
__NOEDITSECTION__
{{InfoboxEnglish
{{InfoboxEnglish
|Name=BlinkstroemAdvanced
|Bild=Blinkstroemadvanced-02.jpg
|Jahr=  
|Jahr=  
|Pixel= 144
|Pixel= 144
Line 7: Line 9:
|Webseite=  
|Webseite=  
}}
}}
{{FlagDe|target=BlinkstroemAdvanced}}
''[[Projects|back to summary]]''


BlinkstroemAdvanced consists of only one board, which contains all components: power supply, microcontroller (Atmega16), SD/MMC slot and 144 LEDs.
BlinkstroemAdvanced consists of only one board, which contains all components: power supply, microcontroller (Atmega16), SD/MMC slot and 144 LEDs.
<gallery>
Image:Blinkstroemadvanced-01.jpg
Image:Blinkstroemadvanced-02.jpg
</gallery>


In contrast to the first version ([[BlinkstroemEnglish|Blinkstroem]]) SD- and MMC cards are used as memory. To enable simple movie updates, the data of pictures are directly read out from a Fat16 filesystem, which is installed at the card.<br>
In contrast to the first version ([[BlinkstroemEnglish|Blinkstroem]]) SD- and MMC cards are used as memory. To enable simple movie updates, the data of pictures are directly read out from a Fat16 filesystem, which is installed at the card.<br>
Line 30: Line 25:
Image:Blinkstroemadvanced-03.jpg|BSA front
Image:Blinkstroemadvanced-03.jpg|BSA front
Image:Blinkstroemadvanced-04.jpg|BSA back
Image:Blinkstroemadvanced-04.jpg|BSA back
Image:Blinkstroemadvanced-01.jpg|BSA operating
</gallery>
</gallery>


Line 53: Line 49:


[[Category:Projects]]
[[Category:Projects]]
[[Category:BlinkenPlusProjects]]

Latest revision as of 18:57, 27 December 2012

project overview
Zur deutschsprachigen Version dieser Seite
Blinkstroemadvanced-02.jpg
Year
Number of pixels 144
Grayscales / Colors
Illuminant
Power input
Contact person Kai Gossner & Stephan 'ST' Kambor
Project website

BlinkstroemAdvanced consists of only one board, which contains all components: power supply, microcontroller (Atmega16), SD/MMC slot and 144 LEDs.

In contrast to the first version (Blinkstroem) SD- and MMC cards are used as memory. To enable simple movie updates, the data of pictures are directly read out from a Fat16 filesystem, which is installed at the card.
With an easy modification, it is also possible to play MCUF-streams as long as no card is inserted. The stream is sent to the BlinkstroemAdvanced via RS232 (57600 Baud). You can use the UDPplayer software from version 1.2 on for this in windows.

If you're running Linux, you don't need any special software at all, just use this (thanks 1stein!):

$ stty -F /dev/ttyS1 57600
$ { for((;;)); do echo -e -n "\x42\x42\x42\x42\x00\x00\x00\x00\x00\x00\x00\x00"; sleep 10; done; } | netcat -u -q 0 proxy.blinkenlights.de 4242 >/dev/ttyS1

Furthermore 8 greyscales can be shown, so that even Blinkenlights reloaded movies can be played. Unfortunately there are not a lot of greyscale movies in 144 pixel format (I have only 30).

The greyscales are generated by modulating the width of the impulse. Because brightness of the LEDs is not linear to the tentative ratio, the ratio of the impulse width will not be generated linear to the brightness. Thats how the spreading of light intensity will realised quite evenly - at expense of the maximum of possible greyscales.

Blinkstroemadvanced-05.jpg

Divx.gif Blinkstroem Advanced Video [3 MB]


Information and files to build your own "Blinkström Advanced":