Projects

Arduino Sensing Squeeze

Sensing Squeeze using Arduino

I’m researching squeeze sensing as a mode of tactile interface. Here I will cover the process of developing a squeezeable sensor and the firmware/software concerns associated with interpreting the data from the sensor. This fulfills the “sensor project” for my class called Computational Principles in Media Arts taught in AME at ASU by Todd Ingalls […]

Spring Aided Machining

S.A.M. Spring Aided Machining (CNC with adhesive remover)

S.A.M. Spring Aided Machining (CNC with solvent) is a school project designed by three architecture students at CCA, San Francisco: Matt Boeddiker, Abelino Robles, and Tim Henshaw-Plath. (www.cca.edu) The machine is capable of rapidly prototyping and creating subtractive formwork that can be used to cast material. The machine was designed with the instruction of Jason […]

A Beginners guide to making an Arduino Shield PCB

A Beginner’s guide to making an Arduino Shield PCB

(This tutorial has gotten really popular recently, and I’m very pleased that so many people are interested. I learned all of this stuff while working on my first PCB. If you’re interested, I’ve started to sell the most recent version of my Arduino ProtoShield. If you’re making a shield, have fun and good luck!. If […]

Arduino Color Sensor

How To Make Arduino Color Sensor

Here we will be learning how to make a color sensor. my model consists of three cardboard compartments containing an LED – one red, one blue, and one green – and an OP550B phototransistor. The LED’s shine simultaneously on a solid colored card. The phototransistors are connected to an Arduino Uno, which converts the relative […]

speaker box alarm

Cat Repelling PIR motion sensor (covert) speaker box alarm using Arduino

This is a PIR motion sensor device that works with the arduino uno. In order to make it covert enough to be placed in multiple settings and portable enough to fit most places, I decided to make the case for it appear as a speaker. The inspiration for this project: My cat is a jerk. One of his […]

Arduino MIDI Volume Pedal

Arduino MIDI Volume Pedal

I’m playing keyboards this fall in another rock concert to benefit the high school robotics team, and for some of the tunes I need to be able to fade an organ in and out over a period of a measure or two. My keyboards are velocity-sensitive, so if you hit the keys harder they play […]

Arduino Stepper Motor Control

Arduino Stepper Motor Control

Hardware Preparation Stepper Motor Driver Board Arduino Board (UNO) If you have purchased the Arduino Board from ZTW, we have already uploaded the g-code library for you. If you are using your own Arduino Board, you can doawnload grbl Arduino library online and load it to your board using xloader. Power Supply The power supply […]

Arduino Thermostat with TC74 sensor

Arduino Thermostat with TC74 sensor

Hello all! This is a quick guide on how to use an Arduino© to control whether a cooling fan and a heater is turned on depending on the detected temperature from a TC74 Arduino sensor. This is for a final project for an Electronics class I am currently taking, though I came into this project […]

Geiger Counter with Touch Interface

Geiger Counter with Touch Interface!

There are quite a few geiger counter instructables. The difference with this one is that I wanted to give it a modern interface, similar to smart phone touch screens, that anyone would feel comfortable using. The reason for this is that I want to use it as an educational tool to teach kids (and interested adults!) about […]

Digital Clock with Arduino and DS1307

Digital Clock with Arduino and DS1307

In this article you will learn how to make a digital clock using Arduino and the DS1307 RTC IC. What is DS1307 IC actually? Well, it is a Real Time Clock (RTC) IC that is simple to use, low cost and easy available. The IC basically is able to count the date and time accurately […]

Scroll to Top