礼失求诸野

Resolving `EXTRA_COMPONENT_DIRS` Path Issues in ESP-IDF CI/CD with GitHub Actions

A deep dive into troubleshooting and resolving path issues in ESP-IDF projects when integrating with GitHub Actions.

Resolving `EXTRA_COMPONENT_DIRS` Path Issues in ESP-IDF CI/CD with GitHub Actions

Mastering Embedded Testing in ESP-IDF: Unity and pytest-embedded with the Button Component Example

Explore the integration and application of Unity and pytest-embedded in ESP-IDF, using the button component as a practical example. Dive into the world of embedded testing and discover how these frameworks enhance the reliability and functionality of ESP32-based applications.

Mastering Embedded Testing in ESP-IDF: Unity and pytest-embedded with the Button Component Example

Streamlining Keypad Testing: C++ Macros and Template Metaprogramming

Discover how to efficiently test keypads using C++ macros and template metaprogramming, simplifying your code and boosting test coverage.

Streamlining Keypad Testing: C++ Macros and Template Metaprogramming

Connecting ESP-IDF MCU to MQTT Broker with ESP-MQTT-C++

Learn how to connect an ESP-IDF MCU to an MQTT broker using the ESP-MQTT-C++ component. This tutorial covers prerequisites, implementation steps, and provides valuable resources for customization. Explore the power of ESP-IDF and MQTT for your IoT projects.

Connecting ESP-IDF MCU to MQTT Broker with ESP-MQTT-C++

Using Git Repositories as Dependencies in ESP-IDF Projects

Managing project dependencies is a crucial aspect of modern software development. When working on ESP-IDF (Espressif IoT Development Framework) projects, efficiently handling dependencies is equally important. The IDF Component Manager is a powerful tool that automates the process of downloading and integrating dependencies for ESP-IDF CMake projects. In this blog post, we'll delve into the process of incorporating Git repositories as dependencies in your ESP-IDF projects using the IDF Component Manager.

Using Git Repositories as Dependencies in ESP-IDF Projects