Alix1.C Mini PC

Für alle, die sich mal gefragt haben, wie klein ein “Zuhause-Server” sein kann hier mal ein Bild von dem Rechner auf dem dieses Blog läuft.

Es handelt sich um ein Alix1.C Board mit Geode LX. In das Gehäuse ist noch eine 250GByte 2,5 Zoll Festplatte eingebaut. Auf dem Rechner läuft der Webserver mit Blog, ein Multimedia Streaming Server, die AX25 Router Software XNet, Samba als File- und Druckserver und einiges mehr.

Der Stromverbrauch inclusive Netzteil wurde mit 11Watt gemessen.

Alix1.C Board in Betrieb....

Alix1.C Board in Betrieb....

UART2LCD

Just for fun i hacked a short program for Atmega that prints all the stuff that comes in at the UART to a 4×27 character LCD. The lines are wrapped automatically. Different baudrates can be selected via 3 input pins. Unfortunately printing to the display is not fast enougth. For that reason characters get lost if you send the complete input for 4 line at once in case a UART speed greater than 19k2 is used.
Future feetures might be:
– improvements to avoid loosing characters from the UART
– adding a mode that cuts lines longer than 27 characters instead of wrapping them
– adding keyboard input possibility

uart2lcd_09