Skip to main content

Posts

Showing posts from May, 2019

Moisture Sensor Notifications

Moisture Sensor Project with GrovePi and Hologram Nova This project uses the Grove Moisture Sensor that can be used to detect the moisture of the soil or there exists water around the sensor. The sensor can just simply be inserted into the a plant’s soil and measure the moisture in the soil. Based on the data, it is possible to determine if the soil is humid or dry and it can send a notification ‘Feed me some water’ to the owner of the plant. This project shows how to use a cellular modem purpose built for IoT development from Hologram to send alerts/notifications. Things used in this project: Things used in this project: Hardware components: Raspberry Pi Zero  WH GrovePi Zero  Gove -M oisture Sensor Grove LCD RGB Backlight Hologram SIM Software Apps: GrovePi  Python Hologram CLI Grove Moisture Sensor measures soil moisture based on soil resistivity. It has the following specifications to determine if the soil is dry of humid based on th...

Motion Detection Notifications

Motion Detection Project with GrovePi  and Hologram Nova This project uses the Grove Motion Sensor that can be used to detect movement of people, animals or other objects. It also can send notifications using cellular network. Things used in this project: Hardware components: Raspberry Pi Zero W or WH GrovePi Zero  Grove PIR Motion Sensor Grove LCD RGB Backlight Hologram SIM Software Apps: GrovePi  Python Hologram CLI Grove - Adjustable PIR Motion Sensor - It uses passive infrared  motion sensor, which can detect infrared object motion up to 3 meters. It is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view.  Animals, people or various objects emit heat energy in the form of radiation. This radiation is not visibile to human eye as it radiates at infrared wavelengths, but it can be detected PIR-based motion detector. These are commonly used in burglar alarms. GrovePi Zero is...

Gas Leak Monitoring

Gas Leak Detection Project with GrovePi  and Hologram Nova  This project uses Grove Gas Sensor (MQ2) for detecting gas leakage and it can also send notifications using cellular network.  It can be used for detecting the following:   Smoke   Propane   Carbon Monoxide   Liquified Petroleum Gas   H2   Methane    Things used in this project: Hardware components: Raspberry Pi Zero  WH GrovePi Zero  Gove -Gas Sensor (MQ2) Grove LCD RGB Backlight Hologram SIM Software Apps: GrovePi  Python Hologram CLI Gas sensor module from Grove system provides  the ability to detect if there is any gas leakage of combustible gas or smoke. The measurements can be taken as soon as possible due to its sensitivity and fast response time.   GrovePi Zero is a HAT from Dexter Industries   that allows Grove Gas Sensor (MQ2) to connect to Raspberry Pi zero with out needing soldering or brea...