Let’s get started with how to build a smart Water Quality Monitoring System using TDS sensor and ESP32 or Arduino. A TDS (Total Dissolved Solids) Sensor measures the total amount of dissolved solids in a liquid, typically water. Dissolved solids include inorganic salts and small organic substances. The measurement is expressed in parts per million […]
Internet of Things
Raspberry Pi Compute Module 5 (CM5) Explained
The Raspberry Pi Compute Module 5 (CM5) brings the power of the Raspberry Pi 5 to a compact system-on-module (SoM) form factor, designed for embedded and industrial applications. It features a quad-core Arm Cortex-A76 processor clocked at 2.4GHz and offers a range of options for RAM and storage, making it ideal for various custom hardware […]
Explore Essential Drone Sensors for Precise Flight Navigation
Drone sensors are the most critical and indispensable part of drone systems. They are like the eyes, ears, and tentacles of drones, responsible for collecting environmental data in all directions. These data are like keys that help drones unlock a variety of complex and critical functions such as stable flight, precise navigation, and clever obstacle […]
Air Quality Monitoring System – ESP32 + Blynk IoT Project
Creating project like air quality monitoring system is a great way to keep track of environmental conditions in your area. This article will help you through the steps of setting up a system using the XIAO ESP32C6 board, various sensors, and the Blynk IoT platform. Here’s a detailed breakdown of the components and steps involved. […]
Modbus Communication Protocol for Industrial Machines
Modbus Communication Protocol is commonly used in industrial automation systems to exchange data between devices. It’s a simple and robust protocol, often used for connecting electronic devices such as programmable logic controllers (PLCs), remote terminal units (RTUs), sensors, and actuators. Modbus Protocol History: The Modbus communication protocol has a rich history dating back to the […]
Altimeter and Environment Sensor Using BME280 and ESP32
Creating an altimeter project using the BME280 sensor and an ESP32 microcontroller can be a fun and educational project. The BME280 is a sensor that measures temperature, pressure, and humidity, making it perfect for altitude measurement. Here’s how you can build it: Components Needed: ESP32 development board BME280 sensor module Breadboard and jumper wires OLED […]