礼失求诸野

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

Troubleshooting Excessive Heat in Linear Regulator on ESP

Learn how to troubleshoot and analyze the excessive heat issue in a linear regulator, specifically focusing on the AMS117-3.3V linear regulator commonly used in ESP microcontrollers. This blog post provides a step-by-step guide, including the calculation of power dissipation, thermal resistance, and theoretical operating temperatures in different scenarios. Gain insights into temperature calculations and understand if the observed temperature is within the normal range for your ESP-based embedded system.

Troubleshooting Excessive Heat in Linear Regulator on ESP