I built this project at at uni as a 3rd year project (with a couple of classmates) at the University of Technology, Sydney.It is aimed at Baby Boomers and targets a skill and level based memory and fine motor skills exercise game. The form is based on Arduino microcontrollers and hardwired with a randomised sequence […]
Projects
LeoStick Getting Started Guide
The Freetronics LeoStick is a handy break-out board for the ATmega32U4 microcontroller. The board has a convenient USB stick format, and is based on the pinout and connections of the Arduino Leonardo reference design for compatibility with the Arduino IDE. Before you plug in your LeoStick for the first time please read this section of the […]
Make A Wall Lamp Using Arduino Nano
So, I have always wanted a nice lamp by the side of my bed, Something simple with out any buttons. Of course this would mean it had to be wireless. I also wanted to use it from my bed but not getting out of my bed to turn it off. So it had to be remote controlled, […]
Sensor Less 3d Printed Robot
Tyree (he wears a tie and he has tires) actually smiles after he bumps into something (see video). Using an Arduino motor shield, he detects obstacles using the “more current into the motor means something is in the way” principle. Tyree started out as a sketch and morphed into a real object thanks to Autodesk’s […]
Building an 8x8x8 LED Cube – The Driving Circuit
In this article we are going to take a detailed look at how to build the driving circuit for the 8x8x8 LED cube. In other words we are going to design and analyze the circuit which translates the signals coming from the Arduino to appropriate currents passing through each of the LEDs, so that the […]
ArduSensor Fun Pack Plug-In-Play Sensors For Arduino
ArduSensors are open source plug-in-play sensors for Arduino. These were originally made for beginners to get started with Arduino, a very cool electronics prototyping platform, but anyone can use them. I still play around with them all of the time, and I bet a ton of people that are experienced with electronics still love them. […]
TiDiGino, the Arduino-based GSM remote control
Using an ATmega 2560 and therefore the heart of Arduino, we have developed a universal remote control with GSM. This allows to control 2IN/2OUT, DTMF key, gate control and GSM thermostat activated remotely. We have already presented several remote control with different functions. But now we want to present the best remote control ever made […]
UltraSonic Arduino Video instructions How To – Parking your car with an Arduino
How To – Parking your car with an Arduino Code: // Back up Helper, by Kevin Darrah v4 #include <SoftwareSerial.h>// to read the data fron the range finder on any digital pin SoftwareSerial sonar(5, 6); // RX, TX //we’re only using the RX pin (5), so who cares about the TX pin int huns, tens, […]
Clock One – Digital plus Analog Clock An Arduino
For some strange reason I have a fascination with various types of electronic clocks (which explains this article). Therefore this project will be the start of an irregular series of clock projects whose goal will be easy to follow and produce interesting results. Our “Clock One” will use a Freetronics Dot Matrix Display board as […]
Ardu-Bot-Tom – RF Link Controlled Robot
Introduction Ardu-Bot-Tom is a fun project created to show you how you can use wireless transmission modules to send commands to your robots, also it touches some specific subjects such as, servo interfacing and programming, joystick value mapping and the calculations required to determine which way the joystick is pushed, using the Serial Monitor to monitor and debug your robot’s […]