All About Circuits

Latest Microcontroller Projects

Categories

Save for Your Own Royal Wedding (of Sorts) with the Gentleman Maker’s Savings Incentivizer

Save for Your Own Royal Wedding (of Sorts) with the Gentleman Maker’s Savings Incentivizer

In this project, we'll use a Raspberry Pi to create a responsive piggy bank that belittles you when you slack on your savings!


Projects May 10, 2018 by Robin Mitchell
Design a Custom Microcontroller Programming and Testing Board

Design a Custom Microcontroller Programming and Testing Board

In this article we’ll discuss the design for a custom microcontroller programming/debug/extension PCB and we’ll look at an example project.


Projects Feb 25, 2018 by Robert Keim
Building a Capacitive Touch Interface with the Texas Instruments MSP430FR2633

Building a Capacitive Touch Interface with the Texas Instruments MSP430FR2633

The MSP430FR2633 is a low-power microcontroller with multiple GPIOs and capacitive touch pins. This project creates a circuit that supports a custom capacitive touch panel with LED and haptic feedback.


Projects Jan 12, 2018 by Mark Hughes
The FitByte: How to Make an ATtiny85 Powered Activity Tracking Wearable

The FitByte: How to Make an ATtiny85 Powered Activity Tracking Wearable

This is a protoype of a fitness wearable device designed to vibrate when it detects stagnation.


Projects Dec 13, 2017 by Demsey Kirkwood
High-Speed Waveform Generation with an MCU and a DAC

High-Speed Waveform Generation with an MCU and a DAC

In this article, we’ll evaluate different firmware strategies in our pursuit of maximum-frequency analog signal generation.


Projects Dec 08, 2017 by Robert Keim
How to Check and Calibrate a Humidity Sensor

How to Check and Calibrate a Humidity Sensor

How accurate is your humidity sensor? Find out with this project.


How to Interface an Ultrasonic Sensor with an LCD Using a Microcontroller Dev Kit

How to Interface an Ultrasonic Sensor with an LCD Using a Microcontroller Dev Kit

Let's interface an ultrasonic sensor and a lighting system! In this project, we'll design a sensor subsystem and then use it in a parking sensor application.


Projects Nov 02, 2017 by Nick Davis
Arduino Multitasking! How to Use Milli in Arduino Code

Arduino Multitasking! How to Use Milli in Arduino Code

Delay statements are great and all, especially for their simplicity, but they can really put a damper on things when trying to multitask your Arduino. Forget delay and hop on the millis() train!


Projects Oct 11, 2017 by Ryan Jones
How to Build a Weighing Scale Using a Load Cell and a Microcontroller

How to Build a Weighing Scale Using a Load Cell and a Microcontroller

In this project, we're making a weighing scale using a C8051 microcontroller development kit, a load cell, and the Simplicity Studio IDE. The measured weight will be displayed on an LCD screen.


Projects Oct 10, 2017 by Nick Davis
Build a Temperature and/or Humidity Controlled Fan with a Picaxe 08M2 Microcontroller

Build a Temperature and/or Humidity Controlled Fan with a Picaxe 08M2 Microcontroller

A Picaxe 08M2 microcontroller and an HIH6030 sensor team up to easily control a ventilation fan using temperature or humidity or both.


How to Protect Your Robot with Automatic Collision Detection

How to Protect Your Robot with Automatic Collision Detection

In this article, we’ll develop and test an algorithm for automatically shutting down a robot in response to a collision (or some other violent event).


Projects Sep 21, 2017 by Robert Keim
Adding an LCD and Keypad to a Tachometer and Speedometer

Adding an LCD and Keypad to a Tachometer and Speedometer

In part two of the tachometer/speedometer project, we'll add a keypad and LCD for easier user interaction.


Projects Sep 18, 2017 by Nick Davis
How to Use a Robot to Record and Transfer Audio Signals

How to Use a Robot to Record and Transfer Audio Signals

This article provides detailed information on sampling audio signals and transferring the data to a PC for analysis.


Projects Sep 15, 2017 by Robert Keim
F.U.N. with B.L.E.

F.U.N. with B.L.E.

With all these invisible radio frequencies flying through the air, we should know a little bit about what exactly they are!


Projects Sep 08, 2017 by Ryan Jones
How to Build a Tachometer/Speedometer with an Optoelectronic Sensor, a Microcontroller, and a Disc

How to Build a Tachometer/Speedometer with an Optoelectronic Sensor, a Microcontroller, and a Disc

Learn how to make a tachometer and speedometer using a C8051 microcontroller, an optoelectronic sensor, and a spinning disc.


Projects Sep 06, 2017 by Nick Davis
Gathering and Analyzing a Robot’s Accelerometer Data

Gathering and Analyzing a Robot’s Accelerometer Data

An accelerometer can be a valuable addition to a robotics project. This article will show you one approach to generating and analyzing acceleration data.


Projects Sep 01, 2017 by Robert Keim
Build Your Own Motion Detection System Using an Accelerometer

Build Your Own Motion Detection System Using an Accelerometer

This project uses a C8051 microcontroller development kit, an accelerometer evaluation board, and Simplicity Studio IDE—all from Silicon Labs—to rather quickly and easily build a motion-detecting alarm system.


Projects Aug 31, 2017 by Nick Davis
Learn About ATmega328P Fuse Bits and How to Use Them with an External Crystal Oscillator

Learn About ATmega328P Fuse Bits and How to Use Them with an External Crystal Oscillator

This project introduces ATmega328P fuse bits and shows how to set them to use an external 16 MHz crystal oscillator.


The Wi-Fi Eye, Part 4: Power System and Neopixel Lights

The Wi-Fi Eye, Part 4: Power System and Neopixel Lights

In part 4 of our Wi-Fi Eye project, we'll deal with our power supply


Projects Jul 28, 2017 by Jeremy Lee
The Wi-Fi Eye, Part 2: Firmware, Wiring, and Network Connection

The Wi-Fi Eye, Part 2: Firmware, Wiring, and Network Connection

Part two of building a device that can detect Wi-Fi signals and "react" accordingly.


Projects Jul 26, 2017 by Jeremy Lee