All About Circuits

Latest Embedded Projects

Categories

How to Build a Simple Arduino-Based Calculator

How to Build a Simple Arduino-Based Calculator

Learn how to use an Arduino in combination with an LCD display and a keypad to make a calculator.


C-BISCUIT: Monitoring Your Robot’s Health

C-BISCUIT: Monitoring Your Robot’s Health

Now that we've got the Wandboard up and running, it's time to set up some tools to help us check in on our growing robot's status.


Projects Jun 10, 2016 by Trevor Gamblin
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
C-BISCUIT Power: Assembly and Testing of Regulator and Crowbar Circuits

C-BISCUIT Power: Assembly and Testing of Regulator and Crowbar Circuits

Continuing the C-BISCUIT series, this article outlines how to populate and test the surface mount PCBs designed in a previous article using a hot air rework station and other various electronics tools.


Projects May 31, 2016 by Patrick Lloyd
How to Build an Arduino-Controlled AM/FM/SW Radio

How to Build an Arduino-Controlled AM/FM/SW Radio

Combine the Si4844-A10 analog-tuned radio receiver with an Arduino to make a full-featured multiband radio.


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
Create an Object Tracking System: Integrating Servo Control with Object Detect

Create an Object Tracking System: Integrating Servo Control with Object Detect

This project covers integrating servo control and object detection.


Projects May 10, 2016 by Michael Stock
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
Understanding and Using the SAM4S Digital-to-Analog Converter

Understanding and Using the SAM4S Digital-to-Analog Converter

Part Two in this three-article series explores the SAM4S DAC. We’ll look at hardware configuration, electrical characteristics, and the application programming interface.


Projects May 04, 2016 by Robert Keim
Build a 2-Digit Up/Down Counter with a PICAXE 20M2

Build a 2-Digit Up/Down Counter with a PICAXE 20M2

Counters using 7-segment LEDs are fun and useful projects for scoreboards and other numerical displays; here's one you can build.


Make a GPS Navigation System for a Boat with a Raspberry Pi

Make a GPS Navigation System for a Boat with a Raspberry Pi

If you are a boat owner, I'll guess you've seen some of the prices on the chart plotters and navigation tools. Some of them are pretty expensive. In this article I'll show you how I deal with that.


NES Controller Interface with an Arduino UNO

NES Controller Interface with an Arduino UNO

Learn about the NES Controller's data protocol, then use this knowledge to easily integrate into an Arduino Uno.


Projects Apr 29, 2016 by Joseph Corleto
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
C-BISCUIT: The Brains of the Operation

C-BISCUIT: The Brains of the Operation

In this article, we teach C-BISCUIT how to do important life things, such as booting into our OS of choice, and connecting to the Wi-Fi it'll come to know as the gateway to knowledge.


Projects Apr 26, 2016 by Trevor Gamblin
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
Servo Control via USB with the SAM4S Xplained Pro

Servo Control via USB with the SAM4S Xplained Pro

Part One in this two-article series focuses on the hardware setup and on using a pulse-width-modulated signal to control a servo.


Projects Apr 22, 2016 by Robert Keim
Build a Desktop Industrial Automation Trainer

Build a Desktop Industrial Automation Trainer

In this project, the reader will learn how to build and program a desktop industrial automation trainer for experimentation in robotics, motor, and process control system concepts on their workbench.


Projects Apr 21, 2016 by Don Wilcher
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