Projects

Flash Freeze Photography with an Arduino

Flash Freeze Photography with an Arduino

Freeze moments in time to easily produce extraordinary close-up pictures with your digital camera, an Arduino, and these simple circuits. I have always been impressed by high-speed photography. The photographic capture of what normally goes unseen, or at least unnoticed, is intriguing and oftentimes beautiful. High-speed cameras, however, are expensive and beyond the reach of […]

Motion Sensing Alarm with an Arduino and IR Sensors

Create a Motion-Sensing Alarm with an Arduino and IR Sensors

Infrared (IR) sensors are normally used to measure distances, but they can also be used to detect objects. By connecting a couple of IR sensors to an Arduino, you can make an intruder alarm. Overview Infrared (IR) sensors are normally used to estimate the distance of an object, but you can also use them to detect the […]

Color Sensor and Asynchronous Mode

Quark D2000 I2C Interfacing Add a Color Sensor and Asynchronous Mode

We finish up our project using I2C on the Quark D2000 development board with the addition of a color sensor and an object color identifier program. Finally, we revisit interfacing the BH1750FVI ambient light sensor using asynchronous mode I2C. Before continuing in this article, consider reading through part one of the article: Quark D2000 I2C Interfacing: […]

Quark D2000 I2C Interfacing Add a Light Sensor and an LCD

Quark D2000 I2C Interfacing: Add a Light Sensor and an LCD

Get acquainted with using I2C with the Quark D2000 development board by interfacing an ambient light sensor and an LCD. Previously, we presented a general overview of the Quark D2000 development board. Subsequently, we explored the use of the board’s GPIO and PWM. In this project, we will explore using I2C with the D2000 board […]

Building a simple digital light meter using Arduino and BH1750FVI sensor

Building a simple digital light meter using Arduino and BH1750FVI sensor

A light meter is a device that measures the intensity of light. It finds applications in schools, hospitals, production areas, passageways and more to measure and maintain proper lighting levels. It is often used by photographers to determine the proper exposure for a photograph. Today we are going to build a simple light meter using […]

Arduino MCP9802

MCP9802 temperature sensor and Arduino

MCP9802 is a digital temperature sensor from Microchip that measures temperatures between -55°C and +125°C to a digital word. It provides an accuracy of ±1°C (maximum) from -10°C to +85°C. The MCP9802 sensor comes with user-programmable registers that provide flexibility for temperature sensing applications. The register settings also allow user-selectable 9-bit to 12-bit temperature measurement […]

High voltage seven segment LED display driver with SPI interface

High-voltage seven segment LED display driver with SPI interface

Seven segment LED displays are known to be resource and power hungry. But because they are visually so charming and readable from a far viewing distance and at a much wider viewing angle as compared to any other electronic displays, they are still hugely popular. The required number of I/O pins to drive the LED […]

PC based heart rate monitor using Arduino and Easy Pulse sensor

PC-based heart rate monitor using Arduino and Easy Pulse sensor

The heart rate, also referred to as pulse rate, has been recognized as a vital sign since the beginning of medicine, and it is directly related to a person’s cadiovascular health. Today, we are going to make a PC-based heart rate monitor system using an Arduino board and Easy Pulse V1.1 sensor. Easy Pulse is […]

Arduino measures heart beat rate from fingertip 1

Arduino measures heart beat rate from fingertip

The PIC16F628A based heart rate meter is one of the most popular projects published on Embedded Lab. In this article, I am going to show how to replicate the same project using a simpler platform like Arduino. The Arduino heart rate meter will use Arduino Uno, Easy Pulse Plugin, and 4-digit SPI seven segment LED […]

Scroll to Top