Want a unique identifier for your ESP32 chip? Learn how to get the factory programmed MAC address of your ESP-32 in the ESP-IDF framework.
Tag: idf
How to use Mutex in ESP-IDF
Want to access critical resources from multiple threads in ESP32. Learn how to use Mutexes in IDF for achieving just that.