Build an Arduino shield for Quadcopter – Arduino adapter

Oscar  built  his own Arduino shield for Quadcopter: I have been searching for ideas of making a Quadcopter Arduino flight controller Adapter to sit my Arduino nano board and the GY80, also have some header pins for motors and receiver to make the cabling tidy. There are a lot of Arduino shields people have designed for […]

Automated irrigation system using MSP430 and relay board

arduinoversusevil has posted details on automating  irrigation system with the MSP430: It took about 3 hours to get most of the water out. Standing next to a noisy compressor, chooching a lever back and forth is no fun. This year, I got smrt. I dug through my junk bins and found a metric shit ton of timer […]

uCAN: A protocol stack for microcontroller networking

Nick Johnson over at Arachnid Labs writes: I’m working on an idea that I’ve been pondering over for a while: a simple, low cost option for networking low power microcontrollers for hobbyist projects, art installations, interactive exhibits, hackspaces, etc etc. There are a few options around, but nobody’s specified something to build an ecosystem around; radio […]

App note: Hardware security ICs offer large security returns at a low cost

An application note from Maxim: Hardware security ICs offer large security returns at a low cost In the face of security vulnerabilities in health and safety applications, governments and industry leaders have focused on security weaknesses in the design and protection of electronic devices. This article explains how using hardware security ICs dramatically reduces the risk […]

Control your Xbox 360 RF Module with an Attiny45

tin0 wrote a post on how to control your Xbox 360 RF Module with an Attiny45, we wrote about it previously: Buying an Arduino or an Raspberry Pi for using your freshly harvested Xbox 360 RF Module is somewhat pricy and overscaled for this job. There are very cheap Microcontrollers out there which can communicate with ~130 […]

DIY BatBox project

Bill Porter has written an article detailing the build of his BatBox project: I had some high energy density batteries lying around and a recent string of power outages have been leaving me in the dark more often than I care for. So in true hacker fashion, I built something: BatBox, just like in Minecraft. My real life version […]

NEC Protocol Infrared remote control with a microcontroller

Gaurav Chaudhary  writes: This little project will demonstrate how you can build NEC protocol based Infrared Remote Control to use with various NEC Protocol IR receivers. actually there are lots of projects out there to accomplish this task but i have to write my own code because of too many requests on this IR(infrared) Remote […]

A simple brushless sensorless motor driver for AVR Atmega

Davide Gironi posted the brushless sensorless version of his  sensored motor driver for AVR Atmega we posted previously: For this project, I’ve implemented a simple brushless sensoreless motor driver for AVR Atmega. The code i propose it’s not perfect, and can be improved, but for the needs i had it works. The motor can be controlled in speed […]

An isolated DAC using PWM output

Kerry Wong writes: Arduino‘s (ATmega328P) PWM outputs via analogWrite can be conveniently turned into analog voltage levels through the use of simple RC filters. Since the PWM outputs are not isolated, using them to drive other devices directly could be potentially dangerous. This is especially true if the target circuit uses a higher supply voltage. […]