Arduino ESP32 Fixing error with enabling hardware WDT on ESP32 using Arduino IDE August 15, 2024September 12, 2024 by raul Following my previous post regarding enabling WDT on ESP32, the new version of arduino-esp32 3.x comes with some breaking changes for esp_task_wdt_init. …
Arduino Electronics ESP32 Tutorials How to enable hardware WDT on ESP32 using Arduino IDE May 5, 2020August 15, 2024 by raul Watchdog timer (WDT) is an important feature for hardware devices like ESP32 or Arduino that need to auto recover from all kind …
Arduino Electronics ESP32 Smart door bell and noise meter using FFT on ESP32 May 2, 2020October 3, 2024 by raul There are many cool projects you can do with a cheap MEMS microphone, an ESP32 and Fast Fourier Transform (FFT). For me …
Arduino Electronics Programming and debugging ATtiny85 February 1, 2020July 26, 2020 by raul ATtiny85 is one of the smallest and most popular microcontrollers among the Arduino fans. But since you arrived on this page, you …