Linux RaspberryPI Writing to file on RAM disk on Raspberry Pi July 24, 2020July 26, 2020 by raul If you have a script that writes temporary data to a file, it is probably a better idea to write it to …
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 …
3d printing Anycubic i3 mega S review April 2, 2020July 26, 2020 by raul Anycubic i3 mega S is one of the popular low end 3D printers that provide a good performance price ratio. It is …
ESP32 News ESP32-S2 vs ESP32 March 2, 2020July 26, 2020 by raul Espressif announced recently that the mass production for the new ESP32-S2 will start in February 2020. Compared to the well known ESP32, …
Home Assistant tricks Linux Tutorials How to install MQTT websockets on NGINX February 25, 2020July 26, 2020 by raul MQTT is the nerve system for home-assistant and having a secure encrypted connection with your broker is critical for privacy. Imagine running …
Home Assistant tricks RaspberryPI Tutorials DSMR reader for home-assistant using MQTT February 20, 2020October 1, 2024 by raul Home-assistant comes with a DSMR reader, but for it to work you need home-assistant installed on the same device that is connected …
RaspberryPI How to set watchdog timer on RaspberryPi February 5, 2020July 26, 2020 by raul What can be more annoying than coming back home at night and your lights do not turn on automatically? Or your plants …
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 …