Circuit Talescircuit-tales.tech·Jul 19, 2024Getting Started with ESP32: Setting Up Your Development EnvironmentIntroduction Welcome to the first post in the "ESP32 Development Series"! In this series, we'll explore the ESP32, a small and powerful computer chip that can connect to WiFi and Bluetooth. The ESP32 is perfect for building all sorts of smart device...110 readsESP32 Development Series#ESP-IDF
Circuit Talescircuit-tales.tech·Jul 18, 2024A Step-by-Step Guide to ESP32 OTA Updates with OTA DriveKeeping your IoT devices up-to-date is crucial for performance and security. Over-the-Air (OTA) updates offer a seamless way to deploy firmware updates to your ESP32 devices without physical access. In this guide, we will explore how to use the OTA D...220 readsESP32 Development SeriesOTAUpdates