礼失求诸野

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