ShifterEnglish: Difference between revisions
No edit summary |
No edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{ | {{Infobox-sw-en | ||
|Jahr= | | Name=Shifter | ||
| | | Jahr=2006 | ||
| | | Architektur=Mikrocontroller ATtiny2313 | ||
| System=none | |||
| Hardware=- | |||
| Software=- | |||
| Code=87kB | |||
| Speicher=128B | |||
| Sprache=AVR assembler | |||
| Lizenz = GNU public license | |||
|Kontakt= [[User:StefanSchuermans|Stefan Schürmans]] | |Kontakt= [[User:StefanSchuermans|Stefan Schürmans]] | ||
| | |Sonstiges= http://stefan.blinkenarea.org/Shifter/ | ||
}} | }} | ||
{{FlagDe|target= | {{FlagDe|target=Shifter}} | ||
''[[Projects|back to summary]]'' | ''[[Projects|back to summary]]'' | ||
Shifter is an add-on module for [[BLINKENminiEnglish|BLINKENMini]] or for [[LittleLightsEnglish|LittleLights]] and [[BlinkenLEDsEnglish|BlinkenLEDs]] respectively. It takes over the CPU-intensive work of shifting a new b/w picture into the shift registers multiple times per millisecond to be able to show greyscale pictures with more than 50 Hz. | Shifter is an add-on module for [[BLINKENminiEnglish|BLINKENMini]] or for [[LittleLightsEnglish|LittleLights]] and [[BlinkenLEDsEnglish|BlinkenLEDs]] respectively. It takes over the CPU-intensive work of shifting a new b/w picture into the shift registers multiple times per millisecond to be able to show greyscale pictures with more than 50 Hz. | ||
Therefore, Shifter receives the data to be displayed from a serial port in MCUF format (MCUF 18x8-1/256 to be exact) and generates a new b/w picture about every 200 microseconds using the microcontroller. This b/w picture is then shifted into the shift registers of | Therefore, Shifter receives the data to be displayed from a serial port in MCUF format (MCUF 18x8-1/256 to be exact) and generates a new b/w picture about every 200 microseconds using the microcontroller. This b/w picture is then shifted into the shift registers of BLINKENMini or respectivly LittleLights or BlinkenLEDs and is shown afterwards. 49 greyscale pictures shown in a row form a new greyscale picture with 8 greyscales about every 10 milliseconds. These greyscales are created using pulse width modulation with modulation with quadratic time relations and thus look much nicer as when using linear time relations. | ||
Using Shifter, a | Using Shifter, a BLINKENMini, LittleLights or BlinkenLEDs with parallelport connection (with or without greyscale extension) is converted into a serial display with 18x8 pixels and 8 greyscales that does need almost no CPU time and understands MCUF. | ||
The | The data to feed into Shifter can be done very easily using the tool BlinkenOutput of the [[BlinkenLibEnglish|BlinkenLib]]. This tool received a MCUFstream from the network and outputs it on the serial port in the specified format. | ||
[[Image:Shifter-schematic-web.jpg|left|thumb|200px|Shifter schematic]]In BLINKENMini configuration, Shifter is additionally able to read the stateof the 4 SNES pads and output it over the back channel of the serial port. | |||
The current version of Shifter can be downloaded at: http://stefan.blinkenarea.org/Shifter/ The archive contains next to the schematic diagrams for Shifter in BLINKENMini and respectively in LittleLights or BlinkenLEDs configuration (as PDF and as GSchem) the firmware for the microcontroller (ATtiny 2312 assembler). | |||
== Shifter with USB == | |||
Pascal Dröge has created a Shifter board inclusing USB/seriall converter: | |||
[[File:USB_Shifter.zip]] | |||
<br/><br /> | |||
[[Category:Projects]] | [[Category:Projects]] |
Latest revision as of 20:33, 19 September 2013
back to summary | |
Shifter | |
---|---|
Year | 2006 |
Architecture | Mikrocontroller ATtiny2313 |
Operating System | none |
Hardware requirements | - |
Software requirements | - |
Source Code Size | 87kB |
Memory requirements | 128B |
Language | AVR assembler |
License | GNU public license |
Contact person | Stefan Schürmans |
Miscellaneous | http://stefan.blinkenarea.org/Shifter/ |
Shifter is an add-on module for BLINKENMini or for LittleLights and BlinkenLEDs respectively. It takes over the CPU-intensive work of shifting a new b/w picture into the shift registers multiple times per millisecond to be able to show greyscale pictures with more than 50 Hz.
Therefore, Shifter receives the data to be displayed from a serial port in MCUF format (MCUF 18x8-1/256 to be exact) and generates a new b/w picture about every 200 microseconds using the microcontroller. This b/w picture is then shifted into the shift registers of BLINKENMini or respectivly LittleLights or BlinkenLEDs and is shown afterwards. 49 greyscale pictures shown in a row form a new greyscale picture with 8 greyscales about every 10 milliseconds. These greyscales are created using pulse width modulation with modulation with quadratic time relations and thus look much nicer as when using linear time relations.
Using Shifter, a BLINKENMini, LittleLights or BlinkenLEDs with parallelport connection (with or without greyscale extension) is converted into a serial display with 18x8 pixels and 8 greyscales that does need almost no CPU time and understands MCUF.
The data to feed into Shifter can be done very easily using the tool BlinkenOutput of the BlinkenLib. This tool received a MCUFstream from the network and outputs it on the serial port in the specified format.
In BLINKENMini configuration, Shifter is additionally able to read the stateof the 4 SNES pads and output it over the back channel of the serial port.
The current version of Shifter can be downloaded at: http://stefan.blinkenarea.org/Shifter/ The archive contains next to the schematic diagrams for Shifter in BLINKENMini and respectively in LittleLights or BlinkenLEDs configuration (as PDF and as GSchem) the firmware for the microcontroller (ATtiny 2312 assembler).
Shifter with USB
Pascal Dröge has created a Shifter board inclusing USB/seriall converter:
File:USB Shifter.zip