The idea for this project came from one of my favorite ‘ibles: the polargraph. I loved the drawing style and thought how cool would it be to do this on the side of a building? Unfortunately the challenges to setting up such a large polargraph on a student budget pushed me to find an alternate […]
Projects
Kaleiduino: A Battery Powered Arduino LED Kaleidoscope
Hello everyone, and welcome to my Instructable! This instructable will show you how I made the first ever DIY Arduino controlled “LED Kaleidoscope”! What is an LED kaleidoscope? Well, our traditional kaleidoscopes used 3 mirrors joined as a triangle with stuff like sequins and stolen cake decorations at one end, to create an awesome pattern […]
Using The PCF8575 i2c i/o Expander To Read Inputs With Arduino
This Instructable will show you just how easy it is to add extra inputs to your Arduino. You can use this technique to add hundreds of extra inputs to your Arduino with only two wires by using a fancy communication protocol called i2c (eye-squared-see). What I have used… PCF8575 SMD to DIP breakout board Teensy-Arduino (any Arduino […]
Arduino Robotic Spider V8
I needed a project that would use all my servos, so I decided to make the do-nothing, worthless spider. If you have fischertechnik and servos to waste, this is the project for you! Really, this flopping spider makes for a great learning project. The main goal of this project is to teach the fundamentals of […]
Arduino controls cheap RC car transmitter
OBJECTIVE Cheap Chinese RC toy cars can be had for about 5 Euros in the local market. The wireless brains behind the majority of these cheap RC toys is a pair of very cheap ICs the TX2 and the RX2. Yup, that’s what they are called. So this tutorial is focused on the TX2/RX2 based remote controlled toys. […]
Arduino Ping Ultrasonic Range Finder Code
The Ping))) is an ultrasonic range finder from Parallax. It detects the distance of the closest object in front of the sensor (from 2 cm up to 3m). It works by sending out a burst of ultrasound and listening for the echo when it bounces off of an object. The Arduino board sends a short […]
How to Make an Interactive Sound Wave Print
In this tutorial we are going to show you how to make an interactive sound wave print within a picture frame, so you can see and hear your favourite song at the same time! When you touch the print through the glass of the frame, it will play the song shown in the sound wave […]
Piano for Campus School Project With Arduino Nano RP2040 + MPR121
Hi! My name’s Jack and I’m a senior at Boston College studying Computer Science and Finance. This semester, I’m taking Physical Computing with Professor Gallaugher. We’ve been following a flipped classroom model and I made this project utilizing Professor Gallaugher’s Circuit Python YouTube tutorials. For my Campus School Assistive Tech Project, I made a realistic-looking touch-enabled […]
Arduino based Bi-color LED Matrix Audio Spectrum Visualizer
After we came up with the Bi-color LED Matrix Driver Module kit, we have been looking around for interesting projects to work with it. You may be interested in some of the projects we have put up at instructables using this LED Matrix kit. Instructable to build a Arduino (SPI) 7 Bi-color LED Matrix Scrolling […]
Digital Dice With Arduino
Have you ever tried to play a game only to find out you don’t have any dice? That’s not a problem anymore! Now you can create your very own digital dice using LEDs and your Arduino board. This is a beginner-level project. This project will allow you to push a button and randomly generate a […]