Archive for the 'Programming' Category

Construction of a Wood Case for Arduino

This post shows some pictures of my homemade wooden box for Arduino with some LEDs, buttons and a LCD display.

Modified Gameplay for Simon Says (2)

Here comes a little improvement to the code that I’ve posted yesterday (see other post)….

Modified Gameplay for Simon Says

Now that I managed to load sketches on Sparkfun’s Simon Says game (see my other post), I created my own modifications in order to make gameplay a bit more interesting…

Uploading new code to Sparkfun’s Simon Says game under OS X

I’ve started playing around with electronics and microprocessors recently. My first soldering project was Sparkfun’s Simon Says game – pretty fun and just the right thing in order to get some soldering experience.

Next thing I wanted to do was to figure out how to upload a new program sketch to the ATmega328 processor with my Mac. Here comes a short summary on how this worked…

Debugging JavaScript Code

I tried out Mozilla’s JavaScript Debugger “Venkman” for Firefox today and give some hints for people who want to try it out, too.

JavaScript and Radio Button Values

In this post I show a method how a currently selected radio button’s value can be read with JavaScript in just one line of code.