All About Circuits

Latest Sensors Projects

Categories

Laser Diode Tripwire Alarm… A Launchpad Security System

Laser Diode Tripwire Alarm… A Launchpad Security System

The Launchpad-Based Laser Tripwire Alarm turns your next security system into a secret agent's dream.


Projects Aug 26, 2016 by Ryan Jones
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.


Build a Wireless “Tipping Bucket” Rain Gauge, Part 2—Adding the Transmitter

Build a Wireless “Tipping Bucket” Rain Gauge, Part 2—Adding the Transmitter

A tipping bucket rain gauge is a clever way to measure rainfall. Learn how to add wireless capability, a PICAXE microcontroller, and an LCD display to your weather station.


Measuring Temperature with an NTC Thermistor

Measuring Temperature with an NTC Thermistor

For this article, we are only concerned with one type of sensor that can measure temperature. This sensor is called a thermistor.


Projects Aug 15, 2016 by Joseph Corleto
Build a Wireless “Tipping Bucket” Rain Gauge, Part 1—Assembling the Bucket

Build a Wireless “Tipping Bucket” Rain Gauge, Part 1—Assembling the Bucket

A tipping bucket rain gauge, an RF transmitter and receiver, a PICAXE microcontroller, and an LCD can make a great addition to your weather station.


How to Perform UV Monitoring with the Adafruit Si1145

How to Perform UV Monitoring with the Adafruit Si1145

Environmental monitoring sensors help us to better measure the world around us. This article will help you understand why the amount of UV light reaching you changes over time and how to measure it over I²C using the Si1145.


Projects Aug 03, 2016 by Mark Hughes
CAT-apult… An Arduino-Controlled Servo for Makers!

CAT-apult… An Arduino-Controlled Servo for Makers!

The CAT-apult! is the robotic food launcher your cat never knew it needed.


Projects Jul 29, 2016 by Ryan Jones
Build Your Own RFID Technology Using an Arduino MEGA

Build Your Own RFID Technology Using an Arduino MEGA

In this article, we are going to learn some basics about RFID technology and use an Arduino MEGA to a play around with a popular RFID module, the ID12LA.


Projects Jul 20, 2016 by Joseph Corleto
Building an RC Robot Using a Wheelchair Base—Part 2

Building an RC Robot Using a Wheelchair Base—Part 2

The Sabertooth 2x32 motor controller can be used to create a robust drive platform for your next robotic endeavour. This article uses an Arduino Uno to communicate with the Sabertooth 2x32 controller.


Projects Jul 13, 2016 by Mark Hughes
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
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
Turning on a Light with Ultrasonic Motion Detection

Turning on a Light with Ultrasonic Motion Detection

This project will show you how to connect an ultrasonic sensor and an Arduino to turn on a light when motion is sensed.


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
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
Build an Automatic Computer Display Rotator With an Arduino

Build an Automatic Computer Display Rotator With an Arduino

Learn how to build a device which senses when your computer monitor is physically rotated, and automatically tells your computer to rotate the display accordingly.


Projects Apr 12, 2016 by Matthew Davis
Embedded PID Temperature Control, Part 6: Ziegler–Nichols Tuning

Embedded PID Temperature Control, Part 6: Ziegler–Nichols Tuning

In this article, we will use a simple, proven tuning procedure to find effective values for proportional, integral, and derivative gain.


Projects Mar 07, 2016 by Robert Keim
Program a PIC Microcontroller as an I2C Slave Device for Custom Sensor and I/O Interfacing

Program a PIC Microcontroller as an I2C Slave Device for Custom Sensor and I/O Interfacing

No I2C interface with that sensor? No problem. Program a PIC chip as an I2C slave device for custom sensor and I/O interfacing. Here, we use three DHT22 sensors on a single I2C interface.


Embedded PID Temperature Control, Part 5: Adjusting Gains

Embedded PID Temperature Control, Part 5: Adjusting Gains

We will explore how P, I, and D gain influences system performance, and in the process we will find a gain configuration that works well for our temperature controller.


Projects Feb 29, 2016 by Robert Keim
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
Embedded PID Temperature Control, Part 3: Implementation and Visualization

Embedded PID Temperature Control, Part 3: Implementation and Visualization

We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using an oscope and LEDs.


Projects Feb 15, 2016 by Robert Keim