ESP32 MicroSD Data Logger: Save Sensor Readings to CSV
An ESP32 MicroSD data logger is a simple way to record sensor readings without depending on Wi-Fi, a cloud service, or a continuously connected computer. The ESP32 reads a sensor … Read more
An ESP32 MicroSD data logger is a simple way to record sensor readings without depending on Wi-Fi, a cloud service, or a continuously connected computer. The ESP32 reads a sensor … Read more
Using the DS18B20 with ESP32 is an excellent way to measure temperature accurately in your IoT projects. Thanks to its One-Wire protocol and waterproof option, this digital sensor is widely … Read more
Introduction In this guide, we’ll explore how to use an I2C LCD with ESP32, a simplified and efficient way to add text-based interfaces to your projects. The I2C interface significantly … Read more
This guide covers how to install ESP32 and ESP8266 boards in Arduino IDE, making your development process smooth and efficient. The ESP32 and ESP8266 boards are powerful microcontrollers ideal for … Read more
In the world of IoT development, ESP32 and ESP8266 microcontrollers are popular choices due to their low cost, ease of use, and versatility. However, one of the challenges developers face … Read more