Archive for the ‘tutorial’ Category

Serial Multiplexing

Monday, December 14th, 2009

For the communication of the LEDwork we needed a robust solution. Serial seemed a good way but unfortunately the arduino (both the duemilanove and the pro mini) only has one hardware serial. So we started looking for a solution to overcome this tiny inconvenience. First we looked into a software serial but this didn’t work out, it was a bit too much for the arduino’s little processor to handle up to four software serials (actually it could work with better research but it takes 8 pins which we really need for other stuff). So how about multiplexing? (more…)

Arduino translation to morse with python

Friday, September 11th, 2009

Yesterday I wrote a little program for the arduino with python that can show the morse code for a given string. I will show you how it works and of course the source is also available. (more…)