All About Circuits

Latest Consumer Electronics Projects

Categories

C-BISCUIT: A Robotics Platform for the Hacker and Hobbyist

C-BISCUIT: A Robotics Platform for the Hacker and Hobbyist

This is the beginning of a multi-part, multi-author series on how to build your own robotics platform called C-BISCUIT, an acronym for Collaborative Bot with Integrated System Core, Unmanned Interactivity, and Telemetry -- based on the Wandboard Quad computer.


Projects Jan 25, 2016 by Patrick Lloyd
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
Hack Your Toaster Oven to Become a Thermocouple Measurement System

Hack Your Toaster Oven to Become a Thermocouple Measurement System

The intuitive, step-by-step procedure presented in this article will help you to successfully perform reflow soldering in your toaster oven.


Projects Dec 18, 2015 by Robert Keim
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 an Arduino With a TV Remote

Control an Arduino With a TV Remote

Nothing on TV tonight? Control an Arduino with any infrared remote control, including the one you use to command your television.


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
Get Started with Matplotlib in Python to Visualize Data Collected from Measurement Instruments

Get Started with Matplotlib in Python to Visualize Data Collected from Measurement Instruments

This article explains how to install PyVisa and MatPlotlib for Python. PyVisa connects a computer to the measurement instruments and matplotlib helps to visualize the data collected from these instruments.


Projects Oct 24, 2015 by Ujjwal Roy
Wireless Power for Noise-Sensitive Circuits

Wireless Power for Noise-Sensitive Circuits

Is IDT’s Tx/Rx wireless power solution suitable for applications that require high-precision analog performance?


Projects Oct 21, 2015 by Robert Keim
Incorporating Wireless Power with IDT’s Tx/Rx Reference Kits

Incorporating Wireless Power with IDT’s Tx/Rx Reference Kits

Two evaluation boards from IDT help you to quickly and conveniently integrate wireless power into your designs.


Projects Oct 15, 2015 by Robert Keim
How to Build a Web-based Garage Door Controller

How to Build a Web-based Garage Door Controller

Use your Android device to open and close your garage door! Much better than that clunky remote you've been using.


Light Bar “Relative Comfort” Thermometer with NodeMCU

Light Bar “Relative Comfort” Thermometer with NodeMCU

Create a wireless "relative comfort" light bar thermometer by broadcasting temperature data across multiple ESP8266 modules running NodeMCU using MQTT.


Projects Sep 28, 2015 by Patrick Lloyd
How to Add Bluetooth to a Ceiling Fan

How to Add Bluetooth to a Ceiling Fan

How to add BLE capabilities to a wireless ceiling fan by incorporating the nRF51 in the remote control. Part of our series on the nRF51.


BLE using nRF51: Creating a BLE Peripheral

BLE using nRF51: Creating a BLE Peripheral

How to create a custom BLE GATT peripheral using the nRF51 by creating a service and characteristics.


How to Communicate with a Custom BLE using an Android App

How to Communicate with a Custom BLE using an Android App

Learn how to communicate with a custom BLE peripheral using an Android device.


Introduction to the MQTT Protocol on NodeMCU

Introduction to the MQTT Protocol on NodeMCU

MQ Telemetry Transport (MQTT) is a popular low-overhead messaging protocol used by many IoT devices to communicate. This tutorial will show the user how to to set up a basic MQTT network using Python on his or her computer and an ESP8266 running the NodeMCU firmware.


Projects Sep 15, 2015 by Patrick Lloyd
Upgrade Your Power Wheels with Motor Control Basics

Upgrade Your Power Wheels with Motor Control Basics

Adding variable speed control and battery monitoring to a Power Wheels truck!


Ambient Light Monitor: Using a Triac to Adjust Lamp Brightness

Ambient Light Monitor: Using a Triac to Adjust Lamp Brightness

Part 5 in the “How to Make an Ambient Light Monitor” series.


Projects Sep 01, 2015 by Robert Keim
An Introduction to the Wunderbar

An Introduction to the Wunderbar

Learn how to set up the Wunderbar platform to begin building your own IoT apps. This will demonstrate the "Can't Touch This" and "Tell Me When" demo applications to measure WunderBar sensors and perform actions based on them. Some of the major bugs are discussed.


Projects Aug 29, 2015 by Patrick Lloyd
Make an Automatic Water Softener Reporter

Make an Automatic Water Softener Reporter

Create a smart home by displaying the current salt level of your water softener with the CC3200 and a proximity sensor.


Ambient Light Monitor: Zero-Cross Detection

Ambient Light Monitor: Zero-Cross Detection

Part 4 in the “How to Make an Ambient Light Monitor” series


Projects Aug 16, 2015 by Robert Keim