News

🚀 ESP32 SPI Driver (Low-Level) – Bare-Metal SPI Communication A robust, interrupt-driven SPI driver for ESP32-S3 using ESP-IDF 📖 Project Overview This project implements a low-level, ...
Types of Interrupts in ESP32 ESP32 interrupt classification depends primarily on interrupt sources, divided into hardware interrupts and software interrupts, for comprehensive ESP32 interrupt ...
esp32 SPI slave in case you need to sniff what the master sends. I'm trying to reverse enginner GxEPD epaper library to make my own object oriented epaper driver component for ESP-IDF ...
We are excited to introduce the all-new Arduino Nano ESP32 – a powerful and versatile IoT development board that opens up a world of possibilities. This feature-packed board combines the ESP32-S3 with ...
ESP32 Dual Core Programming Arduino IDE supports FreeRTOS for ESP32 and FreeRTOS APIs allow us to create tasks that can run independently on both the cores. The task is the piece of code that performs ...
The build relies on the dual-core nature of the ESP32, with the first core handling CAN bus duties via the SN65HVD230 CAN bus transceiver chip. The second core is responsible for hosting the web page.