nto the program where you can physically manipulate them. Arduino tests for the value of the component (a capacitor, inductor, resistor, or waveform of specific frequency) then sends the data to Processing. Imported components can then be plugged into circuit schematics. SuperScope builds upon the mission of Arduino, the interface between hardware and software, analog […]
Projects
Improved Simple Wing Shield using arduino
Not too long ago, I made my own version of the popular Wing Shield out of some spare parts and scraps of perf board I had laying around. Instead of the screw terminals that the regular wing shield uses, I used some female headers that I soldered to some Arduino stackable header pins. This time […]
A credit card sized Ethernet Arduino compatable controller board
I love the Arduino as a simple and accessible controller platform for many varied projects. A few months ago, a purchased an Ethernet shield for my Arduino controller to work on some projects with a mate of mine – it was a massive hit – for the first time, I could control my projects remotely […]
Make Your Own GRBL CNC Pendant
So you just finished your DIY CNC machine, set up GRBL and even cut your first part. Now what? Well, did you know that as of GRBL v0.8 there are pinouts some really useful commands such as Cycle Start, Feed Hold and a Soft Reset? Cycle Start and Feed Hold allow you to literally pause your machine […]
How to access 5 buttons through 1 Arduino input
Using this method, I’ll show you how you can access 5 (or even more) inputs through 1 Arduino pin. These buttons will only be read correctly if only one is pushed at any time though. As we go through it I’ll explain whatever background info you need to know, so as long as you can […]
LittleBitty Joe using arduino
Say Hello to littleBitty Joe! Joe is my school’s mascot! Speak to Joe and watch his eyebrows lift, whiskers vibrate, eyes illuminate, heart spin and hear him ROAR! Not only does his roaring affect work with our project, but it can definitely work with your littleBits project too! Your project could talk, scream, or say […]
Digispark DIY: The smallest USB Arduino
Digispark is an ATtiny85 based microcontroller development board come with USB interface. Coding is similar to Arduino, and it use the familiar Arduino IDE for development. Digispark is copyrighted by Digistump LLC (digistump.com) and the full license is here: http://digistump.com/wiki/digispark/policy Specification: Support for the Arduino IDE 1.0+ (OSX/Win/Linux) Power via USB or External Source – 5v […]
3D-Printed Biologically-Inspired Robotics
I have been spending the last few months doing research into biologically inspired robotic structures. While my approach may seem formalistic in nature, these devices were simply a means for ultimately conducting social research. This desire stems from my experience building Simple Bots, and their subsequent display at multiple Maker Faires. While displaying these robots, […]
Light Clapper using arduino
This is a project that I quickly made one night because I wanted to ‘clap’ to turn off and on the light in my room! I have a small room for myself, so I basically have no other noise around. So, I was able to use an amplifier, which finds the value of the sound […]
RC Car Anti-Crash System Using Arduino
Hi guys! So for my electronics class this year we were tasked with creating some kind of electronic gadget in order to demonstrate what we learned over the semester. Being a car-loving type of guy, I decided to get a cheap RC car and see in what ways I could hack it using an Arduino […]