Extending DAC resolution using digital potentiometer

Kerry Wong writes: One way to extend the resolution of a digital-to-analog converter (DAC) is by employing a sigma-delta converter in software. The main disadvantage of such approach is the slow speed. Alternatively, we can use some extra hardware to extend the usable resolution of a DAC. In this post, I will illustrate one such […]

DIY Arduino SVG plotter

Here’s a DIY Arduino SVG plotter by  Junk+Arduino: Junk (the hardware): Olde Epson printer: frame, two stepper motors, motor driver circuitry CD player: The laser head moving mechanism Desktop compy PSU as a 5V power supply One H-bridge – SN754410NE Some resistors Bits of wire and a small breadboard Arduino uno, computer and pen Via Hacked […]

LuxBlaster: Arduino controlled light sensor/response device

Techbitar writes, LuxBlaster is an Arduino gizmo that detects and tracks the most intense light source then sends back an intense light in the same direction. Beware, rude drivers. The LuxBlaster is coming!! When you drive at night, every once in a while a car will approach you from behind with its annoying high beam […]

Arduino network uptime monitor with Twitter updates

Steve from Hackshed.co.uk has posted project details on their Arduino network monitor. They use an Arduino, an Arduino Ethernet Shield, the Twitter Library and the ICMP Ping Library by Blake F to monitor the network and send updates via Twitter. He reports, “It was actually surprisingly easy; we had the Twitter posting code from the […]

How to: compiling Arduino Caterina with new VID/PID

Compiling the Arduino Leonardo bootloader (aka Caterina) is a required step in making your own Arduino Leonardo-compatible board available to others. Steven Casagrande has written this post detailing what you need to do in order to make your derivative board valid for sale. Via the contact form.

RetroWatch, an open source smart watch project using Arduino and Android

Here is a very nice build of a DIY smart watch based on Arduino and Android by godstale. Check it out. But here is a simple way to evaluate smart watch’s future on your own. Make it! With Arduino micro-processor and Android, I made a simple smart watch and named it “Retro Watch“. You can […]

Build a robotic air-hockey opponent out of RepRap parts

Jose Julio likes to tinker with robotics; his daughter likes air hockey. From these mutual interests, an Arduino and a handful of surplus parts from a RepRap 3D printer, Jose devised an air hockey game with a robotic opponent. “The project is based on standard RepRap 3D printer parts : NEMA17 stepper motors, drivers, Arduino […]

Ajax webapp for uploading Arduino sketches over network

Luca Dentella has developed a webapp providing another way to upload sketches to Arduino Yun. The project allows you to upload a new sketch using a protected web page, easily accessible also over the Internet. It’s based on Ajax and can be found on Luca’s website. Via the contact form.

A new Wi-Fi Shield to connect your Arduino to the internet

Boris Landoni from Open Electronics writes about a new open source Wi-Fi Shield for Arduino: Despite the proliferation of hardware to connect Arduino with the web, and especially despite YUN, we considered useful to design and propose a new WiFi shield for Arduino, which replaces the one already presented. This time we indeed added an interface processor […]

Arduino libraries uploaded to GitHub

Kerry Wong writes: Over the years I have created quite a few libraries for Arduino. I finally uploaded them to GitHub a couple of days ago so that they are now all at one place and are easier to find. Here’s a list of the corresponding posts: MCP2210 Library — Reference Interfacing DS7505 AD7705/AD7706 Library […]

DEFCON 21: Arduino based vehicle tuning device

In this presentation from DEFCON21, Albert Garcia Illera and Javier Vazquez Vidal discuss the development, Houston TX enclosed auto transport and operation of an Arduino based device for controlling automotive functions in 2010 and newer model vehicles that use the K-Line protocol (although we’re told it could easily be modified with newer protocols.) Additionally they […]

Arduino Bot tweets temp/humidity updates

While testing out various sensors, Steve from Hackshed.co.uk thought it would be fun to make the Arduino actually tweet out what the current status of our office is. “The Arduino records the current, minimum, maximum and temperature change as well as humidity and then sends out a tweet to a Twitter account with an update […]

SquareWear Mini chainable color LED matrix and animation design tool

Ray Wang writes about his recently completed project, the SquareWear Mini with All-New Chainable Color LED Matrix, and an Interactive Animation Design Tool. The goal is to make standalone programmable color display gadgets. The LED matrix is chainable and can be seamlessly extended in both X and Y directions. The SquareWear Mini is essentially an […]