Skip to main content

This site is a preview for github.com/espressif/developer-portal/pull/495

Espressif Developer Portal

“Welcome to the Espressif Systems Developer Portal—your official hub for all good things, such as the ESP32 and more. Explore our extensive collection of articles, workshops, and tutorials to enhance your development journey with the latest tools and insights.”

Featured Articles#



More Articles

Workshop Highlights
#

Dive into our latest workshops and master the skills you need to maximize the power of the ESP32.


More Workshops

Notable Events
#


More Events

Recent

Introducing Private AI Agents Platform
·7 mins
AI Agents IoT LLM ESP32
This article announces the Private AI Agent Platform
RED-DA Compliant Matter devices with ESP-ZeroCode
·5 mins
REDDA Matter ZeroCode
In this blog we will introduce how combining the Espressif RED-DA compliance framework along with the ESP ZeroCode platform can help accelerate your product development
Manage multiple ESP-IDF build configurations with ease
·7 mins
ESP-IDF CMake Build System Configuration
Tired of juggling complex command-line arguments with endless idf.py flags? ESP-IDF v6.0 introduces a new feature, letting you switch between multiple build configuration. Learn how to structure your project, isolate sdkconfig files, and migrate from ad-hoc commands to clean, declarative builds.
Introducing the ESP RainMaker Phone App Development Kit
·7 mins
RainMaker TypeScript SDK Phone App
Espressif announces the ESP RainMaker Phone App Development Kit, a comprehensive cross-platform toolkit combining a TypeScript SDK, Central Data Framework (CDF), and React Native reference app. This production-ready kit enables developers to rapidly build branded mobile applications with customisable UI and workflows, whilst leveraging Espressif’s robust RainMaker cloud infrastructure for device management and secure communication.
Optimizing RAM Usage on ESP32-C2
·5 mins
ESP32-C2 Memory Optimization Performance ESP-IDF
ESP32-C2 has 256 KB of physical RAM, but with default configurations, only 24 KB remains free in typical Wi-Fi + BLE scenarios. This article explores comprehensive memory optimization strategies that can free up over 100 KB of RAM, making complex applications viable on this cost-effective chip.
Advanced techniques for porting libraries to ESP-IDF components
·14 mins
Component Porting Linux Posix ESP-IDF
This article follows up on the article ‘Porting a library to an ESP-IDF component’ and shows some advanced tips and tricks when porting larger libraries into ESP-IDF components.