arduino

Parking your car with an Arduino

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, […]

UltraSonic Arduino Video instructions How To – Parking your car with an Arduino Continue Reading

Arduino Digital plus Analog Clock diagram

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

Clock One – Digital plus Analog Clock An Arduino Continue Reading

Ardu Bot Tom RF Link Controlled Robot

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

Ardu-Bot-Tom – RF Link Controlled Robot Continue Reading

Build Your Own Arduino

Perfduino: Build Your Own Arduino Microcontroller

This how-to takes you through all the steps of making your own arduino on a perfboard or perfduino! Arduino microcontrollers are great for learning about physical computing and are very useful for rapid prototyping. Arduino’s simple programming language makes it a favorite of hobbyists and diy-ers around the world. Because arduino boards range in price

Perfduino: Build Your Own Arduino Microcontroller Continue Reading

Arduino pillow clock

Clock Three – A pillow clock using Arduino

Time for another instalment in my irregular series of irregular clock projects. In contrast with the minimalism of Clock Two, in this article we describe how to build a different type of clock – using the “lilypad” style of Arduino-compatible board and components designed for use in e-textiles and wearable electronics. As the LilyPad system is new territory

Clock Three – A pillow clock using Arduino Continue Reading

Scroll to Top