I talked a few months ago, about a rc car that I wanted to built from a project from makezine. Today I finally had time to start 3d printing some of the parts. Here’s the result, and I’ll keep your
Alarm clock part 3
In recent blog posts (part 1, part 2) I talked about building an alarm clock with Arduino. I finally had some leftover time to build a similar thing with Arduino. The parts I used are: Arduino Mega Tiny RTC Seven
Arduino launch4j error
I recently discovered an error with the Arduino IDE on a laptop, it was the dreaded launch4j error. It came out of nowhere and it hit us suddenly, I had 15 laptops with 3 laptops that gave the error. The
Alarm clock part 2
Previously I talked about making my own alarm clock with a salvaged display from old alarm clock that was breaking down. Today I finally made the electrical circuit with Fritzing. The problem I had was that the Fritzing part of
Alarm clock
Once upon a time, actually I don’t know the time because I don’t have a working alarm clock. I decided to take apart my own alarm clock to get a glimpse of the inside components and tinker around with it.
Carduino
I think I’ve found a new weekendproject. This is a 3d printable chassis with an Arduino on top of it. It’s like the old RC cars from my childhood. It actually resembles a lot of the project I’m currently working
Android – Location
Getting the location of your Android device In this post you’ll learn about how to read out the Location on your Android device. Requirements Android device Manifest Permission First we start with adding the right permission to our Manifest.xml file,
Android – NFC connection
Communication between an Android device and a NFC chip Hi there, In this post I’ll talk about how to read a NFC tag with your Android devices. Requirements Android device with a NFC chip. Android 2.3.3 (API 10) or higher.