In this, my first Instructable I’m going to show you how to make a stripped down Arduino for a fraction of the price, using Stripboard/Veroboard. Material List: 1x Atmel ATMega168 = �2.65 1x Stipboard = 72p 1x 7805 Voltage regulator = 26p 2x LEDs = 16p 2x 220 Ohm resistors = 8p 1x 10k Ohm […]
Projects
Control an Arduino With a Wristwatch (TI eZ430 Chronos)
The watch The Texas Instruments eZ430 Chronos is a cool gadget. It has bidirectional radio communication, and a whole bunch of sensors: temperature, pressure, acceleration.In fact, it is a development kit for the MSP 430 (a low-power microcontroller), that TI packaged as a watch (pure genius!), and delivered with plenty of tools. Its firmware can […]
SuperScope: Circuit Simulation through Arduino-Processing Interface
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 […]
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, […]