panakos

panakos

ESP-IDF 6.0 Released: Biggest Changes for ESP32 Developers

ESPressif has officially released ESP-IDF 6.0, and this is one of the biggest framework updates in a while for ESP32 developers. The new version brings changes across setup, build tooling, security, Wi-Fi features, release management, and hardware support, but it…

ESP32 BLE Secure Client Example (Static Passkey)

This example demonstrates how to build a secure ESP32 BLE client using a static passkey. It scans for a BLE server, connects securely using MITM protection, reads both insecure and secure characteristics, subscribes to notifications, and writes data to both…