Juan

Join my journey of DIY, home automation, smart home, Arduino, coding, and home improvement projects.
ESP-01S and ESP USB Programmer with CH340 chip.

How to Fix CH340 USB to Serial Driver 3.8 version issue.

Recently, I started working with the ESP-01S module and CH340 ESP programmer. However, when I tried to upload a new Arduino sketch, I encountered an error: A fatal esptool.py error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31) CH340 Driver Issue and Fix. After some googling, I discovered that the problem was related to the CH340 USB-to-serial chip driver....

June 21, 2024 · 2 min · 240 words
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....

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