Heart rate monitoring over the internet using ESP8266

With the rapid development and maturing of internet-of-things (IoT) technology, the IoT-driven smart sensors and systems are changing business in multiple industries. In healthcare industry, it is gaining more attention lately because of its immense potential in reducing the cost of tracking health information, as well as in providing health care to people who were not able to receive it before. This project describes a simple remote heart rate monitoring system based on the ESP8266 platform and the Easy Pulse Plugin sensor module. The ESP8266 reads in the analog photoplethysmograph (PPG) output from the Easy Pulse sensor, computes the heart beat rate in real time,

Read more

An IoT monitor for your laundry room

An IoT-enabled monitoring device for laundry rooms to provide an alarm and phone feedback when a water leakage is detected. It also monitors dryer vent for over temperature conditions and also notifies about the washer and dryer cycle completion. It uses Arduino, Ethernet shield, Blynk app and bunch of sensors.   This started as a quick project to provide an alarm and phone notification when a water leak was detected in our second floor laundry room. A couple of years ago the drain hose from the washer somehow came out of the drain and the water made a bit of a

Read more

Playing Tic Tac Toe against Arduino

Nick Koumaris of educ8s.tv has come up with another cool video tutorial showing how to build an Arduino powered Tic Tac Toe game. The gaming interface consists of a colorful LCD touchscreen that allows the user to play this fun game against Arduino. Let’s take a quick look at the code of the project. We need three libraries in order the code to compile. You can find links for the all the libraries in the description below. As you can see, even a simple game like this, require more than 600 lines of code. The code is complex, so I won’t

Read more

PolaPi: A Pi Zero based instant point, shoot, and print camera

Even in today’s age of smartphones, polaroid cameras are still very popular because it not only allows you to capture the moments instantly, but also let you hold the printed picture immediately after taking the shot. Muth’s PolaPi is a Raspberry Pi Zero powered DIY instant camera that can point, shoot, and print the pictures on thermal papers. It uses a Sharp memory LCD for ‘live-view’ (and for review after taking shots) and the Nano thermal printer from Adafruit for printing monochrome images. Camera demo is shown in the following video.

Read more

Arduino powered mini conveyor belt for training purpose

Belt conveyors are key components of industrial automation systems. This modular mini conveyor belt is designed to replicate a miniature version of an industrial automation process that can be used in educational environments for industrial automation illustration using microcontrollers. It consists of a speed controller to drive a stepper motor with up to 2 Amps, and an Arduino board for automating tasks. The speed can be varied from 0 to 300 RPM, and is displayed on a 3-digit seven segment display module. The design was conceived to have the least amount of complex mechanical elements as possible, however, two special non trivial steps

Read more
« Older Entries Recent Entries »