All About Circuits

Latest Microcontroller Projects

Categories

Build a Wireless “Tipping Bucket” Rain Gauge, Part 3—Receiver, PICAXE, and LCD

Build a Wireless “Tipping Bucket” Rain Gauge, Part 3—Receiver, PICAXE, and LCD

Here's a rain gauge that empties itself and that you can read from your easy chair. Best of all, you can build it, yourself.


Build a Wireless “Tipping Bucket” Rain Gauge, Part 2—Adding the Transmitter

Build a Wireless “Tipping Bucket” Rain Gauge, Part 2—Adding the Transmitter

A tipping bucket rain gauge is a clever way to measure rainfall. Learn how to add wireless capability, a PICAXE microcontroller, and an LCD display to your weather station.


The Quark D2000 Development Board: Moving Beyond “Hello World”

The Quark D2000 Development Board: Moving Beyond “Hello World”

Start to get acquainted with the new D2000 microcontroller development board by exploring the GPIO and PWM.


Timing Light Sequences: Build a Traffic Light Controller with an Arduino MEGA

Timing Light Sequences: Build a Traffic Light Controller with an Arduino MEGA

Learn how to simulate a traffic light using an Arduino.


Projects Jun 22, 2016 by Joseph Corleto
House-Monitoring Framework with Arduino and Raspberry Pi: The Paranoid App

House-Monitoring Framework with Arduino and Raspberry Pi: The Paranoid App

Learn how to use a Raspberry Pi and an Arduino to develop a system for monitoring and controlling your home.


Projects Jun 03, 2016 by Cezar Chirila
Build a Development Platform for a PICAXE 40X2

Build a Development Platform for a PICAXE 40X2

The PICAXE 40X2 features 32 I/O ports and speeds up to 64MHz; a development platform simplifies project design using this workhorse.


Building Raspberry Pi Controllers: Interactive Graphics Controllers

Building Raspberry Pi Controllers: Interactive Graphics Controllers

In part 7 of the "Building Raspberry Pi Controllers" series, readers will learn how to make an interactive graphics bouncing ball using a Raspberry Pi and physical computing techniques.


Projects May 18, 2016 by Don Wilcher
Digital-to-Analog Conversion with the SAM4S Peripheral DMA Controller

Digital-to-Analog Conversion with the SAM4S Peripheral DMA Controller

Part Three in this three-article series shows you how to generate values for a discrete sinusoid and continuously convert this data into an analog signal without overburdening the CPU.


Projects May 09, 2016 by Robert Keim
Do-It-Yourself Soldering Station with an ATmega8

Do-It-Yourself Soldering Station with an ATmega8

The mighty soldering iron. If you need one, want one, or just love to build stuff, then this project is for you.


Projects May 05, 2016 by Cezar Chirila
DMA Digital-to-Analog Conversion with a SAM4S Microcontroller: The Timer/Counter

DMA Digital-to-Analog Conversion with a SAM4S Microcontroller: The Timer/Counter

Part One in this three-article series focuses on using the SAM4S timer/counter peripheral to precisely control the DAC’s sampling rate.


Projects Apr 28, 2016 by Robert Keim
Control a Servo from Your PC with the Atmel SAM4S

Control a Servo from Your PC with the Atmel SAM4S

Learn how to communicate between your PC and the SAM4S using the Atmel Software Framework’s USB module and simple ASCII commands.


Projects Apr 25, 2016 by Robert Keim
PWM Digital-to-Analog Conversion with the SAM4S Xplained Pro

PWM Digital-to-Analog Conversion with the SAM4S Xplained Pro

In this article we’ll use the SAM4S Xplained Pro development platform to get some hands-on experience with a PWM DAC.


Projects Apr 19, 2016 by Robert Keim
Pulse-Width Modulation with the SAM4S Xplained Pro

Pulse-Width Modulation with the SAM4S Xplained Pro

This article covers everything you need to know to generate pulse-width-modulated signals with Atmel’s SAM4S Xplained Pro development board.


Projects Apr 14, 2016 by Robert Keim
How to Create a Gaming System with the Atmel SAM4S Xplained Pro

How to Create a Gaming System with the Atmel SAM4S Xplained Pro

This article provides additional details related to code development, hardware configuration, and the OLED interface.


Projects Apr 01, 2016 by Robert Keim
Building Raspberry Pi Controllers Part 6: Displaying Messages on a LCD with a RPi

Building Raspberry Pi Controllers Part 6: Displaying Messages on a LCD with a RPi

Readers will learn how to wire a standard 16x2 LCD (liquid crystal display) to a Raspberry Pi to display messages.


Projects Mar 04, 2016 by Don Wilcher
Program a PIC Microcontroller as an I2C Slave Device for Custom Sensor and I/O Interfacing

Program a PIC Microcontroller as an I2C Slave Device for Custom Sensor and I/O Interfacing

No I2C interface with that sensor? No problem. Program a PIC chip as an I2C slave device for custom sensor and I/O interfacing. Here, we use three DHT22 sensors on a single I2C interface.


Embedded PID Temperature Control, Part 4: The Scilab GUI

Embedded PID Temperature Control, Part 4: The Scilab GUI

With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.


Projects Feb 19, 2016 by Robert Keim
Create a Laser Detection System Using a PICAXE

Create a Laser Detection System Using a PICAXE

Lasers are plentiful, inexpensive, and fun to use. Here's a target that reacts when it's hit by a laser beam.


Building Raspberry Pi Controllers Part 5: Reading Analog Data with an RPi

Building Raspberry Pi Controllers Part 5: Reading Analog Data with an RPi

Learn how to read electrical signals and data from an analog device using the Step Response technique in Part 5 of the Building Raspberry Pi Controllers series.


Projects Feb 09, 2016 by Don Wilcher
Embedded PID Temperature Control, Part 2: Board-Level Integration

Embedded PID Temperature Control, Part 2: Board-Level Integration

This article covers the firmware that allows the EFM8 microcontroller to communicate with the DAC and the MAX31855.


Projects Feb 03, 2016 by Robert Keim