ESP32C3

ESP32 HomeKit – Temperature Sensor

Welcome back to another exciting DIY project! Today, we’ll explore how to set up a HomeKit-enabled temperature sensor using the ESP32. This project will guide you through the process of creating a smart home accessory that reports temperature data directly to your HomeKit ecosystem. Setting up the development environment Before you can compile the code, […]

ESP32 HomeKit – Temperature Sensor Read More »

Generating a QR Code for ESP32 HomeKit Demo

If you’re looking to integrate your ESP32 with Apple’s HomeKit, you’re in luck. With a bit of setup, you can generate a QR code to streamline the pairing process. Let’s dive into the steps required to generate a QR code for your HomeKit accessory using the esp32-homekit-demo repository. Cloning the Repository First, clone the esp32-homekit-demo

Generating a QR Code for ESP32 HomeKit Demo Read More »

WolfSSL: A Beginner’s Guide to the Lightweight Security Library

For those who follow my recent blogs, you might have noticed that I’ve created a new repository, ESP32-HomeKit. During the development of this project, I’ve been using a library called wolfSSL. But what exactly is wolfSSL, and who uses it? Let’s dive in and explore! What is wolfSSL? WolfSSL is a lightweight, portable, and highly optimized SSL/TLS

WolfSSL: A Beginner’s Guide to the Lightweight Security Library Read More »

ESP32C3 HomeKit – LED

Any good demo starts with a Hello World application. In the world of embedded devices, that’s of course typically the LED Example. This will be the first of a series of HomeKit accessories, that I will show you how to build. These are step-by-step instructions to build these accessories, for beginners and for advanced users,

ESP32C3 HomeKit – LED Read More »

Scroll to Top