All About Circuits

Latest IT / Networking Projects

Categories

Make Your Own GPS Transmitter with the HC-12 Transceiver

Make Your Own GPS Transmitter with the HC-12 Transceiver

Create a tracking device with an HC-12 transceiver, a GPS module, an Arduino, and Google Maps.


Projects Nov 10, 2016 by Mark Hughes
How to Build a Touchless MIDI Controller with Arduino

How to Build a Touchless MIDI Controller with Arduino

Learn how to build your own touchless MIDI controller using an Arduino... video and code file included.


Projects Nov 03, 2016 by Evan Kale
Build Your Own LED Saber—Firmware, Microcontroller, and Testing

Build Your Own LED Saber—Firmware, Microcontroller, and Testing

In part 3, we compile the firmware and build the controller at the heart of the Saber, then do initial testing and diagnostics.


Projects Oct 20, 2016 by Jeremy Lee
Build Your Own LED Saber—Audio and Power Systems

Build Your Own LED Saber—Audio and Power Systems

In part 2 of the LED saber project, we'll assemble the power and audio systems.


Projects Oct 19, 2016 by Jeremy Lee
C-BISCUIT: Schematic Design for the RCB—Microcontroller, Motor Controller

C-BISCUIT: Schematic Design for the RCB—Microcontroller, Motor Controller

In this article we’ll take a close look at two sections of the custom-designed control board for the C-BISCUIT demo bot.


Projects Sep 21, 2016 by Robert Keim
Build an Arduino BLE-Enabled Indoor Air Quality Monitor

Build an Arduino BLE-Enabled Indoor Air Quality Monitor

Use an Arduino/Genuino 101 with iAQ-Core air quality and HIH-6131 temperature/humidity sensors to make an Indoor Air Quality Monitor with Bluetooth low energy (BLE) connectivity.


C-BISCUIT: Robot System Architecture

C-BISCUIT: Robot System Architecture

The C-BISCUIT saga continues as we combine the various system components into a demo bot.


Projects Sep 08, 2016 by Robert Keim
Build a Wireless “Tipping Bucket” Rain Gauge, Part 3—Receiver, PICAXE, and LCD

Build a Wireless “Tipping Bucket” Rain Gauge, Part 3—Receiver, PICAXE, and LCD

Here's a rain gauge that empties itself and that you can read from your easy chair. Best of all, you can build it, yourself.


How to Build a Raspberry Pi Camera

How to Build a Raspberry Pi Camera

In part 8 of the "Building Raspberry Pi Controller" series, readers will learn how to attach a camera board to a Raspberry Pi and write Python code for photo imaging projects.


Projects Aug 01, 2016 by Don Wilcher
How to Build a Control Circuit with Adjustable Working Time via Wi-Fi

How to Build a Control Circuit with Adjustable Working Time via Wi-Fi

Learn how to build a system that can turn DC loads on and off using a mobile application. You'll also learn how to perform this task via immediate actions or via timers set in advance.


Projects Jun 15, 2016 by Yahya Tawil
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
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.


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.


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
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
Build Programmable Time-based Switches Using a Real Time Clock

Build Programmable Time-based Switches Using a Real Time Clock

Use DS3231M RTC alarm functions to make programmable, time-based, switches to power devices on and off at precise times.


How to: Send an SMS with PIC16F628A and SIM900A

How to: Send an SMS with PIC16F628A and SIM900A

In this article I'll show you one way of sending an SMS using a PIC 16F628A and a SIMCOM SIM900A module.


How to Flash the SIM900A Module

How to Flash the SIM900A Module

SIMCOM's SIM 900A in Europe? Read on to learn how.


Embedded PID Temperature Control, Part 4: The Scilab GUI

Embedded PID Temperature Control, Part 4: The Scilab GUI

With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.


Projects Feb 19, 2016 by Robert Keim
Building Raspberry Pi Controllers Part 5: Reading Analog Data with an RPi

Building Raspberry Pi Controllers Part 5: Reading Analog Data with an RPi

Learn how to read electrical signals and data from an analog device using the Step Response technique in Part 5 of the Building Raspberry Pi Controllers series.


Projects Feb 09, 2016 by Don Wilcher