Skip to main content

Moving from Sublime Text 2 to Sublime Text 3

As Sublime Text 3 is around in public beta for quite some time, i thought i upgrade from my 2.x version to the new and – as it’s written on their homepage – faster version 3. Ross Lawley has a perfect guide how to upgrade painlessly: http://rosslawley.co.uk/posts/switching-to-sublimetext-3/ And thanks for the hint to check the […]

Shairtunes (airplay audio client) on Mac OS X 10.7

Based on Thias blog instructions on building shairtunes for Mac OS X. install XCode using AppStore on Mac OS X 10.7 (a AppleID is needed for that) open XCode, in the Preferences “Downloads” click on button to download and install the Command Line Tools Download and install Mac Ports (http://macports.org/) Open Terminal and type: $ sudo […]

gEDA open source electronic design automation

gEDA is installed using macports, but when installing i found a little problem when xgsch2pcb complained about a missing update-desktop-database [important]fix: install desktop-file-utils first[/important] complete install commands: $ sudo port install desktop-file-utils $ sudo port install geda-gaf $ sudo port install pcb $ sudo port install xgsch2pcb $ sudo port install gerbv useful addition: Mac […]

DIY DMX Steuerung mit ArduinoDIY DMX Controller using Arduino

<!--:de-->DIY DMX Steuerung mit Arduino<!--:--><!--:en-->DIY DMX Controller using Arduino<!--:-->

Arduino, ein einfacher RS485 Treiber IC und ein Widerstand sind alles was man benötigt um einen billigen DMX Lichtkontroller zu bauen und man bekommt auch noch eine voll funktionsfähige Software gratis dazu. Als Erstes bauen wir den DMX Kontroller, ich hab mich entschieden dafür ein Arduino ProtoShield zu verwenden. Das Design basiert auf der Arbeit […]