Easy DIY Monitor Riser/Stand.

Easy DIY Monitor Riser/Stand.

I built the same monitor riser/stand two years ago. After that, I upgraded to a monitor arm. I gave my monitor riser to my sister. Not long ago, I bought an IKEA ALEX storage unit to replace one side of my table legs. My tabletop doesn’t fit the pre-drilled holes for the ALEX storage unit, so I just placed the tabletop on top of the ALEX storage unit. It’s not secure and can move easily. ...

May 15, 2024 · 1 min · 97 words
ESP32 with WLED controls WS2812B addressable LED light strip.

DIY WS2812B Addressable LED Light Strip Controller with ESP32 and WLED.

I know a ready-made LED controller is affordable. But I think ESP32 with WLED is more versatile and playable. I can integrate it into my Home Assistant and TV ambient light project later. Let’s get started. Video Parts Required 5M WS2812B 30LED/M LED Light Strip(Get any desire length). ESP 32(Any ESP8266/ESP32). 5V6A Power Supply. DC Jack. Breadboard. Some Jumper Wires. Flash WLED We will use the easy way, ESP Web Tools, to flash the WLED firmware into ESP32. However, it requires using Google Chrome/Microsoft Edge browser and serial driver for your development board. ...

March 19, 2024 · 2 min · 260 words
How to Install Hugo on Windows 11 cover

How to install Hugo on Windows 11.

I recently switched from macOS(Hackintosh) to Windows 11. So, a lot of things need to be installed again. Hugo is one of the tools that I use to preview my blog posts or edit some theme settings. To install the Hugo extended edition, we will only install Go/Golang and Git. Let’s install it. Install Go/Golang Download the Go/Golang installer from the Go website. Run it and proceed until complete. To check the installation by executing the command below: ...

March 16, 2024 · 2 min · 262 words
DIY Human Presence Sensor with ESP8266, LD2410 and ESPHome.

Build Human Presence Sensor with ESP8266, LD2410 and ESPHome, Integrate into Home Assistant.

The photo above is my cheap human presence sensor with ESP8266 and LD2410C mmWave radar sensor. It costs about RM 27—ESP8266-RM 9.90 and LD2410C-RM 17.61. This is my first time using ESPHome and LD2410. The LD2410C mmWave radio sensor module comes with Bluetooth connectivity, and Home Assistant has an integration for this sensor module. We can power the LD2410C and directly integrate the sensor module into Home Assistant via Bluetooth. ...

January 29, 2024 · 5 min · 975 words
SONOFF Zigbee 3.0 USB Dongle Plus-P

Integrate SONOFF Zigbee USB Dongle 3.0 Plus-P into Home Assistant.

Recently, I bought the SONOFF Zigbee 3.0 USB Dongle Plus-P with a great deal. It was RM 84.95 and dropped to RM 64.84. At first, I don’t plan to use it. I don’t have a Zigbee device. Somehow, my newly brought SONOFF SwitchMan M5 smart switch has an issue with my outlet’s neutral wire. The ELCB trips immediately after I switch on the outlet’s circuit breaker. To make my life easier, I replace it with a Smaturl Zigbee Smart Switch. Now, I can use it as a Zigbee hub/coordinator and integrate it into Home Assistant. ...

January 23, 2024 · 3 min · 481 words