arduino

The smallest USB Arduino

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 […]

Digispark DIY: The smallest USB Arduino Continue Reading

3D Printed Biologically Inspired Robotics circuit

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,

3D-Printed Biologically-Inspired Robotics Continue Reading

Cheap and effective Sous Vide cooker Arduino powered

Cheap and effective Sous Vide cooker (Arduino powered)

Sous-vide cooking is a great new way of cooking food. I will not explain why and how it works here… for great recipes and explanations, you can check out those guys : http://modernistcuisine.com/2013/01/why-cook-sous-… Unfortunately, a good (and I mean precise to the half °C) sous-vide machine is very very expensive (500, 1000$ or more). If

Cheap and effective Sous Vide cooker (Arduino powered) Continue Reading

Arduino 2 player Pong

2 player Pong using Arduino

I started with the Instructable from Kyle Brinckerhoff; http://www.instructables.com/id/Ardu-pong-the-Arduino-based-pong-console/ Thanks Kyle! and the following at Make magazine http://blog.makezine.com/archive/2007/08/arduino-pong.html and I see the original code is attributed to Pete Lamonica Thanks Pete!! I am using the paddles instead of the joy stick and I have made it for 2 players. Also I added some sound. I

2 player Pong using Arduino Continue Reading

Arduino circuit 1

ASCII Table using Arduino

Demonstrates the advanced serial printing functions by generating a table of characters and their ASCII values in decimal, hexadecimal, octal, and binary. For more on ASCII, see asciitable.com Circuit image developed using Fritzing. For more circuit examples, see the Fritzing project page None, but the Arduino has to be connected to the computer. Code /* ASCII table Prints

ASCII Table using Arduino Continue Reading

Scroll to Top