circuit

Measure Distance Between Two Ultrasonic Sensors (1)

How To Measure Distance Between Two Ultrasonic Sensors Using Arduino

Ultrasonic sensor (HC-SR04) is commonly used to find the distance of an object from one particular point. It has been fairly easy to do this with the Arduino and the code is also pretty simple. But in this article we are going to try something different with these popular HC-SR04 sensors. We will try calculating the …

How To Measure Distance Between Two Ultrasonic Sensors Using Arduino Read More »

Block diagram

Line Frequency Meter Based On Reciprocal Counting Using Arduino

Precise measurement of line signal frequency is very important in many applications, especially in the management of power grid systems. Tasks like calibration of governors of engines that run generators in power plants need a resolution up to 0.01Hz. Frequency is also an important parameter in load sharing among several power plants in the grid. …

Line Frequency Meter Based On Reciprocal Counting Using Arduino Read More »

Circuit diagram of weighing machine

Build Your Own Digital Weighing Machine Using Arduino

This article describes how to build a simple and low-cost digital kitchen weighing machine, which can measure weight of up to five kilograms. This digital weighing machine is easier to design. For a heavy-duty weighing machine like your bathroom scale, just change the load cell or strain gauge. Everything else remains the same. Circuit and …

Build Your Own Digital Weighing Machine Using Arduino Read More »

Data Logging Anemometer

A Self-Contained Data Logging Anemometer Using Arduino

I love collecting and analyzing data.  I also love building electronic gadgets.  A year ago when I discovered the Arduino products, I immediately thought, “I’d like to collect environmental data.”  It was a windy day in Portland, OR, so I decided to capture wind data.  I looked at some of the instructables for anemometers and …

A Self-Contained Data Logging Anemometer Using Arduino Read More »

Arduino Memsic 2125 Accelerometer

Memsic 2125 Accelerometer using Arduino

The Memsic 2125 (datasheet) is a two-axis accelerometer capable of measuring acceleration up to plus or minus 2g. It has a simple digital interface: two pins (one for each axis) emit pulses whose duration corresponds to the acceleration of that axis. By measuring the length of that pulse, in microseconds, using the Arduino’s pulseIn() function, it is possible to …

Memsic 2125 Accelerometer using Arduino Read More »

Arduino SD Cards and Datalogging

Arduino SD Cards and Datalogging

This is my first in a series of more advanced Arduino tutorials. Now that we’ve covered the basics in tutorials 1-10 (you have watched them all right!?), it’s time to start pursuing some more complex projects! In this episode, we’ll utilize an SD card shield from cooking-hacks.com to create a datalogger. First, I’ll walk you through the process of reading from, …

Arduino SD Cards and Datalogging Read More »