All About Circuits

Latest Microcontroller Projects

Categories

Embedded PID Temperature Control, Part 1: The Circuit

Embedded PID Temperature Control, Part 1: The Circuit

Invoke the power of the PID (proportional–integral–derivative controller)! The key components in this design are an EFM8 microcontroller, a DAC, and the MAX31855 thermocouple-to-digital converter.


Projects Feb 01, 2016 by Robert Keim
Make a GPS Clock With a PIC Microcontroller

Make a GPS Clock With a PIC Microcontroller

In this article I'll show you one way to use a PIC microcontroller to get the time and date from a GPS module.


Using Scilab GUI for RGB and Lux Measurements

Using Scilab GUI for RGB and Lux Measurements

Gather data via USB from a BH1745NUC optical sensor and then display color characteristics and illuminance values.


Projects Jan 28, 2016 by Robert Keim
Design a Color Sensor with Measurements Displayed via an RGB LED Module

Design a Color Sensor with Measurements Displayed via an RGB LED Module

Display colors by precisely controlling the intensity of red, green, and blue LEDs.


Projects Jan 22, 2016 by Robert Keim
Building Raspberry Pi Controllers: IR Remote Event Counter

Building Raspberry Pi Controllers: IR Remote Event Counter

In part 4 of this Build Raspberry Pi Controllers series, the reader will learn how to build an IR Remote Event counter using littleBits.


Projects Jan 19, 2016 by Don Wilcher
Custom PCB Design with an EFM8 Microcontroller

Custom PCB Design with an EFM8 Microcontroller

Tips and techniques for incorporating EFM8 microcontrollers into your custom hardware.


Projects Jan 18, 2016 by Robert Keim
LED Chaser… With a Twist!

LED Chaser… With a Twist!

Build an LED chaser with a little twist: we'll be using a microcontroller and an LCD along with the usual 4017 counters.


Introducing the Particle Photon

Introducing the Particle Photon

The Particle Photon is a powerful little board with the ability to easily connect objects to the internet. This series of articles will be enough to get you up and running with the Particle Photon.


Projects Jan 07, 2016 by Leanna Pancoast
Build an Object Detection DC Motor Controller

Build an Object Detection DC Motor Controller

In this continuing series of Building Raspberry Pi Controllers, you'll learn how to build a object detection control circuit for operating a small DC motor using a photocell.


Projects Dec 27, 2015 by Don Wilcher
Download Your First Program Using ARM mbed and KEIL MDK V5

Download Your First Program Using ARM mbed and KEIL MDK V5

The FRDM-K64F is a development platform which utilises the MK64FN1M0VLL12 microcontroller. This tutorial includes how to download a simple blinky example onto the FRDM-K64F using the ARM mbed online IDE and KEIL MDK. Details of the GPIO module configuration are included.


Projects Dec 17, 2015 by Elliott Smith
Build Raspberry Pi Controllers: LED Flasher

Build Raspberry Pi Controllers: LED Flasher

In this project, you'll learn how to wire an LED and flash it using the Raspberry Pi. Also, to isolate the Raspberry Pi's + 3.3VDC compliant output pins from supply voltages greater than this power source, an opto-isolator will be introduced as well.


Projects Dec 11, 2015 by Don Wilcher
Make a Wireless Thermometer with a PIC Microcontroller

Make a Wireless Thermometer with a PIC Microcontroller

Getting more familiar with a PIC MCU is a matter of working more often with it. Learn how to make a wireless thermometer with a PIC microcontroller.


Build a Raspberry Pi Pushbutton Switch

Build a Raspberry Pi Pushbutton Switch

Learn how to build a variety of electronic controllers using the Raspberry Pi. In part one, you will learn how to wire a basic pushbutton switch and read the status of its electrical contacts using the Python programming language.


Projects Nov 19, 2015 by Don Wilcher
Design Your Own Controller for a Solder Reflow Oven

Design Your Own Controller for a Solder Reflow Oven

In the last installment, we built the hardware to control an AC waveform with a TRIAC as the first step in a DIY solder reflow oven. This tutorial continues the project by showing you how to set up the low-level hardware to measure temperature, read the zero-cross detector, drive the TRIAC, and print to the serial terminal using a USART.


Projects Nov 17, 2015 by Patrick Lloyd
Control Your AC Mains with a Microcontroller

Control Your AC Mains with a Microcontroller

Learn how to put together your own toaster oven controller with a handful of inexpensive, through-hole parts. The emphasis is on safety, low price, and minimal modification of the toaster oven.


Projects Nov 09, 2015 by Patrick Lloyd
Create Your First Application with TI’s LaunchPad

Create Your First Application with TI’s LaunchPad

Texas Instruments' LaunchPad makes developing applications with MSP430 microcontrollers easy and fast. Learn all about it and create your first application.


Projects Nov 08, 2015 by Tim Youngblood
Introduction to the RFM69HW Transceiver

Introduction to the RFM69HW Transceiver

This handy introduction teaches you all about the RFM69HW transceiver module using two circuits running a wireless version of the "blinky" code.


How to Use a Rotary Encoder in an MCU-Based Project

How to Use a Rotary Encoder in an MCU-Based Project

Learn how to use a rotary encoder in an Arduino project. Rotary encoders are electromechanical, electro-optical or electro-magnetic devices which convert rotational motion into digital or analog information.


Projects Nov 01, 2015 by Tim Youngblood
How to Build a Robot - Design and Schematic

How to Build a Robot - Design and Schematic

Part one of a series of articles on building a robot that can follow lines or walls and avoid obstacles!


Make a Wireless Thermometer with Arduino

Make a Wireless Thermometer with Arduino

Learn how to use a 433MHz RF module with an ATMega 328P-PU. In this article, we'll make a circuit with a DHT11 sensor and a RF transmitter. We'll also make a receiving circuit with a 433MHz RF receiver and an LCD display.