How to Use ESP32 and WS2812B to Create Stunning LED Displays

How to Use ESP32 and WS2812B to Create Stunning LED DisplaysHey there! You know how when you're learning to work with hardware, the first thing you usually do is make an LED blink? It's a fun and simp...
ESP32 read PT1000/PT100 temperature sensor values

ESP32 read PT1000/PT100 temperature sensor valuesIn this article, it will introduce how to read the temperature values from PT1000 with ESP32.The principle of PT1000 measure temperaturePT1000 sensors ...
ESP32 Get Sound from I2S Microphone

ESP32 Get Sound from I2S MicrophoneESP32 includes a built-in I2S audio peripheral, which can be used to interface with an external I2S microphone.I2S (Inter-IC Sound) is a serial bus protocol used for...
ESP32 WiFi Configuration Tutorial

IntroductionThe ESP32 is a powerful microcontroller that comes with built-in WiFi capabilities. With this feature, it is possible to connect the ESP32 to the internet and even use it to create a WiFi ...
What is the Secrete Behind ESP32 Auto Flash?

Are you wondering why some of ESP32 development boards are able to auto flash but some of them are not?And if we'd like to design an ESP32 product, how to make it support auto flash?In this article, w...