Projects

Arduino watering controller

A watering controller that can be home networked using an Arduino

A couple of weeks ago, I published a great little controller module that provided 6 relays able to be controlled from a computer via a network.  After I published it, I got to thinking that the same basic design, with a couple of changes could be pressed into service as a garden watering system controller.  […]

Hourglass Using Arduino

Hourglass Using Arduino

In ancient times people used Hourglass to measure the passage of time. Hourglass is a simple device that consists of two glass bulbs that are connected vertically with a narrow neg and that allows the flow of sand or fluid from top to bottom. most of the time the flow duration is about one hour […]

TDS Measuring in Aquarium

TDS Measuring in Aquarium

I have an idea to build a smart aquarium by improving my fish tank. It sounds very difficult for it: monitoring the water, automatic water changing, automatic feeding and so on. these are the functions that the smart aquarium required. Now I plan to do the first step–monitoring the water quality. The water contains a […]

Simple Simon Says Game

Arduino – Simple Simon Says Game

In this instructable, I will show you how to make a simple Simon Says Game using an Arduino. it’s not just simple but we can get a psychological benefit. I have a bad memory to remember something fast or a new things. So this project really suitable for someone like me. hahaha We’re gonna using […]

Fabrication Wiring Assembly

Climate | Material | Machine

This project was completed by Alexandra Pittiglio, Christelle El Feghali and Christian Steixner for our Computational Design and Digital Fabrication ‘Material Manipulation Machine’ Project, Semester 2, ITECH M.Sc Programme Step 1: Concept How can the material and machine be one entity We wanted to explore how a material-machine can be informed by its shape change. […]

Arduino LED Blinky ball

The LED Blinky ball using Arduino

Update: I’ll add some clarifications after reading comments on various forums. It doesn’t need a 70Mhz ARM CPU, all it does is shift bits into a shift register, that’d be a total waste. There aren’t 16 CPU’s. the slices are designed to be either slave or master, just one ATMega328P chip, they’re chained together, each […]

P CNC Plotter Disguised As a Quadruped Robot

P-CNC Plotter Disguised As a Quadruped Robot

This is my P-CNC plotter which is laid out and disguised as a quadruped robot. Today, I’d like to share how I made it. It was quite simple, no 3D printer required, just need my meticulousness, care and a little patience. Please check the brief description and how P-Plotter works in the video below before […]

Google Play Music Internet Radio Raspberry Pi and Arduino

Google Play Music Internet Radio (Raspberry Pi and Arduino)

I was looking for a project to do with my Raspberry Pi and found thisInstructable and thought I would have a go at something similar which worked with Google Play Music. I had a rough idea of what I wanted the final item to end up like and was able to get my dad interested in helping me with […]

Display Your Photo on OLED Display

Display Your Photo on OLED Display

The tiny 0.96 inches OLED display is the most popular among the Arduino fraternity for displaying data like room temperature, humidity, and text messages. Have you ever thought of displaying your own photo on the display! Yes, it’s possible. In this Arduino-based project, we learn to display any photo on this small display. The above […]

Arduino Memsic 2125 Accelerometer

Memsic 2125 Accelerometer using Arduino

The Memsic 2125 (datasheet) is a two-axis accelerometer capable of measuring acceleration up to plus or minus 2g. It has a simple digital interface: two pins (one for each axis) emit pulses whose duration corresponds to the acceleration of that axis. By measuring the length of that pulse, in microseconds, using the Arduino’s pulseIn() function, […]

Scroll to Top