Category Archives: Arduino


Two way Bluetooth between Arduino and Android

This instructable describes an Android application named Andruino that can be used to control an Arduino board from an Android phone. It’s both an Android app and an Arduino program, and provides a simple user interface to control Arduino’s digital and PWM, send text commands to Arduino, and receive data from  Arduino over Bluetooth serial using the popular and inexpensive HC-05 Bluetooth serial module.

Read more

Arduino volt-amp-watt meter

Here is a very simple digital watt meter using the Arduino platform and ZXCT1010 current sensor. The author used Arduino nano V3 board for this project. The project displays output voltage, load current, and output power (watts) on Nokia 5110 LCD screen.  

Read more

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 an Arduino board and a BH1750 digital light sensor. The measured lighting level or intensity is displayed on eight seven segment LED displays, in both Lux and Foot-candle units.

Read more

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 a pulse detecting sensor that uses the principle of transmission photo-plethysmography (PPG) to sense the pulse signal from a finger tip. The sensor output is read by the Arduino board, which then transfers the data to the PC through a serial interface. A PC application

Read more

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 resolution. This sensor has an industry standard 2-wire I2C compatible serial interface, allowing up to eight devices to be controlled in a single serial bus. In this blog post I am going to write about an Arduino sketch to interface the MCP9802 sensor with an

Read more
« Older Entries Recent Entries »