Recent Comments
- Mattias Sjösvärd on Data Alignment
- e8johan on Data Alignment
- Henrik O on Data Alignment
- e8johan on Data Alignment
- Mattias Sjösvärd on Data Alignment
Archives
Categories
Meta
Author Archives: e8johan
Plotting Electronically
For just a few Euros, a basic plotting robot can be constructed. Based on two servos, an Arduino and a pen, it is hard to build a more simple construction than this. From the video, you can see that cheap … Continue reading
Posted in Arduino
Leave a comment
Dance to the Beat
Tap to the beat of your favorite song on the switch, and the Arduino will learn and follow. As soon as the beats-per-minute has been calculated, a LED-array will start to animate to the beat. All this is implemented in … Continue reading
Posted in Arduino
Leave a comment
Japan Edition
Since I’m in Osaka today, there will be no Wednesday update. I’d just like to take this opportunity to show the wiring involved in charging my phone. The green wire at the bottom of the image is the grounding…. Since … Continue reading
Posted in Uncategorized
Leave a comment
Slot Car Racing
Racing slot cars can be fun, but knowing who’s fastest when requires precision measurement equipment. Enter, an Arduino-based lap timer. The timer detects the cars using an infrared beam and records the lap time. For each track, the best lap … Continue reading
Posted in Arduino
Leave a comment
Mini-segway using Arduino
Using a small Arduino and a couple of sensors, a segway-like, self-balancing robot can be constructed. The most interesting part of the project is not the construction, but the utilities developed in the project. Using the Arduino2Lego library, Lego NXT … Continue reading
Posted in Arduino
Leave a comment
Arduino – Toolchain
Getting started with the Arduino toolchain is not hard. This week, we will look at the development environment, some tips and tricks for Ubuntu users and, as the grand finale, we will look at working with the Arduino using only … Continue reading
Posted in Arduino
Leave a comment
Sanguino
The Sanguino board is a Arduino-derivate offering a more powerful CPU, more pins and more FLASH. All this, while being compatible with existing Arduino software. It is not physically compatible, so shields will not fit. The core of the Sanguino … Continue reading
Posted in Arduino
Leave a comment
Arduino Pong
The Arduino is a highly versitile platform, and as such, it also supports Pong. Using three resistors, the sync and light values needed by a TV can be generated. According to the author, Alistair Parker, the Arduino can generate 100-105 … Continue reading
Posted in Arduino
Leave a comment
Arduino
The Arduino is one of the flag ship products of the open hardware movement. A simple, microcontroller based motherboard with a well defined pin-out has rendered a whole forest of add-on boards called shields. But the Arduino movement is not … Continue reading
Posted in Arduino, Electronics, Platforms
Leave a comment
Running Steppers with Arduino
Steppers are fun, so are Arduino. Combining the two means double the fun. Here is a three minute video showing how it is done. The original blog post can be found here. A great thing about steppers is that they … Continue reading
Posted in Arduino
Leave a comment