The Launchpad-Based Laser Tripwire Alarm turns your next security system into a secret agent's dream.
The Launchpad-Based Laser Tripwire Alarm turns your next security system into a secret agent's dream.
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.
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.
A tipping bucket rain gauge is a clever way to measure rainfall. Learn how to add wireless capability, a PICAXE…
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.
For this article, we are only concerned with one type of sensor that can measure temperature. This sensor is called a thermistor.
For this article, we are only concerned with one type of sensor that can measure temperature. This sensor is called a thermistor.
A tipping bucket rain gauge, an RF transmitter and receiver, a PICAXE microcontroller, and an LCD can make a great…
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.
Environmental monitoring sensors help us to better measure the world around us. This article will help you understand why…
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.
The CAT-apult! is the robotic food launcher your cat never knew it needed.
The CAT-apult! is the robotic food launcher your cat never knew it needed.
In this article, we are going to learn some basics about RFID technology and use an Arduino MEGA to a play around with a…
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.
The Sabertooth 2x32 motor controller can be used to create a robust drive platform for your next robotic endeavour. This…
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.
Learn how to use a Raspberry Pi and an Arduino to develop a system for monitoring and controlling your home.
Learn how to use a Raspberry Pi and an Arduino to develop a system for monitoring and controlling your home.
In part 7 of the "Building Raspberry Pi Controllers" series, readers will learn how to make an interactive graphics…
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.
This project will show you how to connect an ultrasonic sensor and an Arduino to turn on a light when motion is sensed.
This project will show you how to connect an ultrasonic sensor and an Arduino to turn on a light when motion is sensed.
This project covers integrating servo control and object detection.
This project covers integrating servo control and object detection.
In this project, the reader will learn how to build and program a desktop industrial automation trainer for…
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.
Learn how to build a device which senses when your computer monitor is physically rotated, and automatically tells your…
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.
In this article, we will use a simple, proven tuning procedure to find effective values for proportional, integral, and…
In this article, we will use a simple, proven tuning procedure to find effective values for proportional, integral, and derivative gain.
No I2C interface with that sensor? No problem. Program a PIC chip as an I2C slave device for custom sensor and I/O…
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.
We will explore how P, I, and D gain influences system performance, and in the process we will find a gain configuration…
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.
With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.
With USB communications and a Scilab graphical user interface, we can really see what the PID controller is doing.
We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using…
We will implement a basic PID (proportional–integral–derivative) controller in firmware and observe the results using an oscope and LEDs.