ESP32 Matter Zigbee M5Stack NanoC6: The best Zigbee/Matter module? September 27, 2024September 27, 2024 by raul Exploring the M5Stack NanoC6: A Compact ESP32-C6FH4 Based IoT Module The world of IoT (Internet of Things) continues to evolve, with new …
Electronics RaspberryPI Best Raspberry Pi alternatives: Cheap Single-Board Computers for Your Next Project September 4, 2024September 4, 2024 by raul The Raspberry Pi has long been the go-to single-board computer (SBC) for hobbyists, educators, and tech enthusiasts. However, as the demand for …
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. …
Electronics ESP32 News Zigbee Zigbee and Matter on ESP32-H2 December 23, 2021 by raul Espressif announced earlier this year the release of their first Zigbee, Thread and Matter compatible SoC, the ESP32-H2. This is great news …
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 …