How to Use the PT100 RTD with Arduino Cloud

Using a PT100 RTD (Resistance Temperature Detector) with an Arduino and connecting it to the Arduino IoT Cloud via Wi-Fi allows you to remotely monitor temperatures with high accuracy and reliability. In this tutorial, we’ll walk you through the process of setting up your PT100 sensor with an Arduino that …

Read More »

STM32F103C6T6 Pinout Explained for Easy Circuit Design

If you’re diving into circuit design and microcontroller projects, you’ve probably encountered the STM32F103C6T6—a popular microcontroller known for its versatility and performance. But understanding its pinout can feel overwhelming. In this guide, we’ll simplify each pin’s function so that you can use the STM32F103C6T6 in your projects with confidence. Ready to …

Read More »

Binary Search and Its Application on Arduino

Binary search is an efficient search algorithm that is particularly useful for finding elements in a sorted array. In comparison to linear search, which goes through each element one by one, binary search dramatically reduces the number of comparisons by dividing the search interval in half repeatedly. This is especially …

Read More »

How to Build an IoT Light Detector with ESP32

The ESP32 is a powerful microcontroller that offers a wide range of applications in the realm of Internet of Things (IoT) and sensor-based projects. One such application is utilizing the ESP32 in conjunction with a Light Dependent Resistor (LDR) to detect changes in light intensity. This combination allows you to …

Read More »

Understanding flow control valves: basics and applications

Flow control valves play a key role in managing the flow of liquids and gasses within systems. By regulating flow rates, they help ensure systems operate efficiently. In this article, we explore various types of flow control valves, their applications, and how to select the appropriate one for your requirements. …

Read More »

TinyML with ESP32 Tutorial

ESP32 NodeMCU-32S

TinyML brings machine learning (ML) models to microcontrollers, allowing you to embed intelligence in small, low-power devices like the ESP32. This tutorial will guide you through the process of using TinyML with an ESP32, from model training to deployment.

Read More »