An isolated analog output for Arduino Uno

Giovanni Carrera writes: This project completes the series of my articles about the Arduino analog I/O with the aim to use it as a controller of small automation systems. In control systems of the industrial plants it is always advisable to isolate both the inputs and the outputs coming from the field. This prevents disturbances […]

Dekatron tubes controlled by Arduino

Flathagen writes: Interfacing dekatron tubes with a microcontroller is fairly easy, once you understand how the tubes work. Threeneuron’s Pile o’Poo of Obsolete Crap provides the necessary background information and schematics for making this work. I used two russian OG-4 tubes. I prefer the orange look of the neon tubes rather than the purple look […]

Understanding Arduino UNO hardware design

Yahya Tawil over at All About Circuits has published an article on Arduino UNO’s electronic design and better understanding of its hardware: This article explains how Arduino works from an electronic design perspective. Most articles explain the software of Arduinos. However, understanding hardware design helps you to make the next step in the Arduino journey. […]

WiFiRGB – A WiFi-enabled RGB high-power LED

Tom blogged about his WiFi/Browser controlled RGB LED project: Features Simple hardware, using pre-fabricated modules Controls an RGB LED via any recent browser, any operating system WiFi credentials can be configured via browser Software is written as an Arduino sketch Full details at Tom’s blog. Check out the video after the break.

La Skala Arduino controlled ladder attenuator

Dimdim has designed and built his own stepped ladder attenuator, controlled by an Arduino: A few years ago I had an encounter with a ladder volume attenuator. I loved hearing the relays clicking away as they dialed-in the desired attenuation. Ever since then I wanted to design and build one for myself. The years passed, with […]

Arduino RFID login

Luke has published a new build: I wanted a simple way of quickly logging on to my computer without having to typing my password in and did not want to have no security either. There are various products on the market that would solve this problem from fingerprint readers to proximity dongles but i decided […]

Developing an IR remote and Software controller

Hardware Hacks has published a new build, a DIY Infrared remote for speaker: The idea is simple, we capture the IR signal from a remaining speaker remote and record the commands that get transmitted. We did this by connecting up our IR Receiver to the Arduino, the receiver has 3 pins and from left to right […]