Hi everyone! I’d like to share the project I have been working on here. I got inspired to experiment with capacitive touch sensing through a project in my university. I found out about this technology through instructables and used the things I learned here and from other places on the internet to build my own […]
Projects
Pong Playing Flexible Screen on a Shirt
This is my Halloween costume for the year 2013. It’s been in the works for about a year and has taken quite a few man hours to create. The screen is 14 by 15 pixels, so, pretty low resolution but it can still do some fun things. It is physically flexible in all directions, although […]
Handheld Gaming Console | Arduboy Clone
A few months ago I came across Arduboy which according to its official website is a miniature 8-bit game platform that makes it easy to learn, share and play games online. It is an open source platform. The games for the Arduboy are made by the users. Arduboy is based around ATmega32u4 which is the same microcontroller […]
Dual Axis Tracker V2.0
Way back in the year 2015 we designed a Simple Dual Axis Tracker for use as a fun student or hobby project. It was small, noisy, a little complicated, and provoked a lot of really weird community comments. That being said, three and a half years later we’re still getting emails and phone calls from people all […]
Sky on the Wall (Mood Lighting-IR remote)
I love LED and stars, and after saw another instructables about star constellation and some mood lighting that was very inspired and I decided I wanted to take that idea and want to create some mood lighting with some skies component such as stars, and cloud, for the bonus there will be some effect for […]
Punch Activated Mario Question Block Lamp
The Super Mario games were my childhood. I’ve always wanted to have some of the props in the games, and now that I have the tools to do it, I decided to start making them. The first up of that on my list is the Question Block. I managed to make the question block so […]
Frameless Laser Harp
We are a generation that love sound and light – can’t do without them really. Our most preferred time of day is night, or what we would call evening. We are particularly well acquainted with technology; doesn’t hurt these days. Our prerequisite for everything is that it be ‘cool’. Put it all together and in […]
Battery Reconditioner using an Arduino
So if you are like this Lazy Old Geek, you have a lot of rechargeable batteries lying around. I wrote another Instructable with some battery tips. http://www.instructables.com/id/Rechargeable-Battery-Tips/ Amongst these batteries, I have a lot that no longer work or don’t work very well. So I decided to try to revive them. First step: If the […]
Pitch follower using the tone() function using Arduino
This example shows how to use the tone() command to generate a pitch that follows the values of an analog input Circuit image developed using Fritzing. For more circuit examples, see the Fritzing project page Connect one terminal of your speaker to digital pin 9 through a 100 ohm resistor, and its other terminal to ground. Power […]
Arduino Chessclock
I could not find instructions on a good Arduino chess clock so instead I built my own which I will describe here. Step 1: Parts list Step 2: Prototyping The whole project can be split into these parts: 1. getting the circuit right 2. the program 3. the physical layout This step is optional since […]