The ESP32, a popular microcontroller, features an internal temperature sensor. While primarily intended for monitoring the chip's temperature rather than ambient conditions, it can still be useful in certain applications, such as monitoring device performance or debugging. This tutorial will walk you through how to use the ESP32 internal temperature …
Read More »ESP32-C3: IoT Microcontroller Overview
The ESP32-C3 is a standout microcontroller in the ESP32 series, developed by Espressif Systems, designed to offer low power consumption, enhanced security, and wireless connectivity. Built with a RISC-V core, this chip is gaining popularity among developers looking for a cost-effective yet robust solution for IoT applications. Let’s dive into …
Read More »Using the 1.77" ST7735 TFT LCD with ESP32
The 1.77" ST7735 TFT LCD is a popular small-sized display, widely used in DIY projects for its vivid colors and compact size. Coupled with the powerful ESP32 microcontroller, it becomes an excellent choice for IoT projects. This tutorial will guide you through the process of interfacing the ST7735 with the …
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 »TinyML with ESP32 Tutorial
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 »Controlling a Stepper Motor with ESP32 Through a Webserver
Stepper motors are widely used in various applications due to their precise control over position and speed. They are commonly found in 3D printers, CNC machines, and robotics. In this article, we’ll explore how to control a stepper motor using an ESP32 microcontroller and set up a simple web server …
Read More »Multitask with ESP32 and FreeRTOS
Consider a project requirement, where you have to read from an analog sensor, update a display and flash an LED simultaneously. This might be a challenging coding assignment if you haven’t heard of an RTOS before. RTOS allows you to process multiple “tasks” concurrently. This is in contrast with a …
Read More »Using BLE with ESP32 on the Arduino
The ESP32 microcontroller is a powerful and versatile platform, widely used in IoT applications due to its built-in Wi-Fi and Bluetooth capabilities. One of its standout features is support for Bluetooth Low Energy (BLE), which is an energy-efficient version of Bluetooth designed for IoT devices, wearable tech, smart home gadgets, …
Read More »ESP32 Pressure Sensor
In this tutorial, we will feature the MPS20N0040D and how to use it with the ESP32 microcontroller. It's challenging to directly interface this pressure sensor with the ESP32 but thankfully, we have a development board that comes with a HX710B analog-to-digital converter.
Read More »Get Any Reddit Post using ESP32
Reddit's API has been piquing my curiosity for some time. However, my past experiences with APIs, especially with Twitter and Facebook have left a bad taste in my mouth. Then one day I had the courage to try it again using ESP32 and to my surprise, it's far easier than …
Read More »