IoT based irrigation system using Blynk IoT

irrigation system

Tradition irrigation systems require farmers to water their crops occasionally at least twice a day. With this design, we intend to make the process automated and also give the farmer the ability to monitor everything remotely from their mobile device. This irrigation system uses an ESP8266 which features an IoT aspect which connects to the … Read more

A simplified break-down of ESP8266

esp8266 featured image

Introduction to ESP8266 (Nodemcu) The ESP8266 is a compact Wi-Fi module that has gained popularity for its versatility in Internet of Things (IoT) applications. It integrates a powerful 32-bit microcontroller and a Wi-Fi transceiver into a small footprint, making it ideal for space-constrained projects. With its ability to run at 80 MHz or 160 MHz, … Read more

A comprehensive breakdown of Arduino and how to use them

arduino

Introduction to Arduino Arduino is one of the most popular microcontroller ICs for electronic projects. It is an open-source, programmable electronic component. It is made of a physical hardware that can be programmed and a software referred to as Arduino software (which is an IDE) that is installed on a computer to program the physical … Read more