50% OFF

ESP32-IDF Workshop

Tag: #ESP32

6 articles tagged with ESP32

ESP32 Dual-Core Task Pinning with FreeRTOS: A Production Guide
Embedded Systems

ESP32 Dual-Core Task Pinning with FreeRTOS: A Production Guide

Most ESP32 tutorials ignore dual-core pinning entirely. Here's how production firmware uses both cores — with real task allocation patterns from the field.

Rajath KumarRajath Kumar·Jun 26, 2026
MQTT vs HTTP for IoT: Which Protocol Should Your Firmware Use?
Embedded Systems

MQTT vs HTTP for IoT: Which Protocol Should Your Firmware Use?

Most IoT tutorials default to HTTP without explaining why. Here's a head-to-head comparison of MQTT and HTTP from a firmware engineer who deployed both.

Rajath KumarRajath Kumar·Jun 25, 2026
ESP32 Memory Architecture: IRAM, DRAM, Stack, and Heap Explained
Embedded Systems

ESP32 Memory Architecture: IRAM, DRAM, Stack, and Heap Explained

Stack overflows are the #1 silent killer of ESP32 production firmware. Understanding IRAM, DRAM, stack and heap allocation is the foundation of stable firmware.

Rajath KumarRajath Kumar·Jun 23, 2026
TinyML on ESP32: Building an Anomaly Detection Model from Scratch
Edge AI

TinyML on ESP32: Building an Anomaly Detection Model from Scratch

Running a trained anomaly detection model on an ESP32 with no cloud. Here's the full pipeline — data collection, training, quantization, and inference.

Rajath KumarRajath Kumar·Jun 22, 2026
Connecting ESP32 to AWS IoT Core: A Production Setup Guide
IoT Architecture

Connecting ESP32 to AWS IoT Core: A Production Setup Guide

Most AWS IoT tutorials skip the hard parts — certificates, device shadows, reconnect logic. Here's the production setup that survives in the field.

Rajath KumarRajath Kumar·Jun 21, 2026
ESP32 and FreeRTOS: Why Your Arduino Loop Is Holding You Back
Embedded Systems

ESP32 and FreeRTOS: Why Your Arduino Loop Is Holding You Back

The Arduino loop() runs one thing at a time. FreeRTOS runs many — simultaneously, reliably, with priorities. Here's why every serious ESP32 project needs it.

Rajath KumarRajath Kumar·Jun 20, 2026