All About Circuits

Latest Embedded Technical Articles

Categories

Build a LaunchPad-Controlled Clock with Temperature and Humidity Meter

Build a LaunchPad-Controlled Clock with Temperature and Humidity Meter

If you're looking for a cool weekend project, you've found it. This is not only a digital clock: it also measures and displays the temperature and the relative humidity of your room periodically.


Projects Dec 18, 2015 by Tim Youngblood
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
Use Python’s Scientific Toolbox to Find the Natural Response of Thermal Systems

Use Python’s Scientific Toolbox to Find the Natural Response of Thermal Systems

Use Python's scientific toolbox to determine the natural response of a real thermal system and plot the results for visualization and further analysis.


Introduction to the I2C Bus

Introduction to the I2C Bus

This article covers the essential characteristics and prominent advantages of the Inter–Integrated Circuit (aka I2C) serial-communications protocol.


Build a PICAXE ESP-01 Wi-Fi Communicator

Build a PICAXE ESP-01 Wi-Fi Communicator

A PCB for a Wi-Fi communicator using a PICAXE 08M2 and an ESP-01 module driven by interactive code makes a handy setup for data collection and IoT reporting.


Make a Wireless Thermometer with PICAXE

Make a Wireless Thermometer with PICAXE

Got some time and need a wireless thermometer? In this article I'll show you how to make such a thing with a few PICAXEs.


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 GPS Clock With Arduino

Make a GPS Clock With Arduino

Do you need GPS time on your desk? This article will show you how to use a GPS module to get time, date and your location displayed on an LCD with an Arduino.


Build an Arduino Controlled USB Power Supply

Build an Arduino Controlled USB Power Supply

Build an Arduino controlled power supply that automatically adjusts the output to maintain a constant voltage or a constant current.


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.


Adaptive Gain Control with the Least Mean Squares Algorithm

Adaptive Gain Control with the Least Mean Squares Algorithm

An introduction to the least mean squares algorithm and adaptive gain control through a simple example.


Control an Arduino with Bluetooth

Control an Arduino with Bluetooth

This article will show you how to set up two way communication between an Arduino and your Android Smartphone using Bluetooth.


Convert a Vintage Thermostat into a Modern Energy Saver

Convert a Vintage Thermostat into a Modern Energy Saver

Programmable thermostats can save a lot of energy and money. But you don't have to buy one- you can convert an old mechanical thermostat into a programmable thermostat using an Arduino and a servo.


PCB Layout Style Mistakes That Can Ruin Your Design

PCB Layout Style Mistakes That Can Ruin Your Design

This article discusses style mistakes in PCB layout that can make assembly and debugging PCBs difficult. This is vital for designers!


Understanding Analog-to-Digital Converters: Deciphering Resolution and Sampling Rate

Understanding Analog-to-Digital Converters: Deciphering Resolution and Sampling Rate

Resolution and sampling rate are two important factors to consider when selecting an analog-to-digital converter (ADC). In order to understand these fully, concepts such as quantisation, and the Nyquist Criterion must be understood to a certain degree.


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
Use LaunchPad to Make a Laser Tripwire Alarm

Use LaunchPad to Make a Laser Tripwire Alarm

Use the Analog to Digital Converter (ADC) feature of LaunchPad to build a laser tripwire alarm. This is a great way to familiarize yourself with LaunchPad while simultaneously making something cool.


Projects Nov 18, 2015 by Tim Youngblood
How to Build a Robot - Avoiding Obstacles

How to Build a Robot - Avoiding Obstacles

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


Use an Arduino to Convert an Old Mechanical Thermostat into a Programmable Thermostat

Use an Arduino to Convert an Old Mechanical Thermostat into a Programmable Thermostat

Programmable thermostats can save a lot of energy and money. But you don't have to buy one. You can convert an old mechanical thermostat into a programmable thermostat using an Arduino and a servo.


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