Soldering Sponge Automatic Water Dispenser Connected

Soldering Sponge Automatic Water Dispenser

In this post, I’ll show you my automatic soldering sponge water dispenser. I got tired of the soldering sponge drying out, so I built an automatic water dispenser to “water” it. The dispenser uses a sensor to measure the resistance of the sponge. If the sponge dries out too much, the resistance goes up, the microcontroller detects it and turns on the pump.

Arduino ESP826632 ISR

Interrupts And Timers

In this post, we’ll take a look at interrupts and timers in microcontrollers. I will show you how to implement it with an Arduino and with an ESP8266 or ESP32. When an interrupt is triggered, the microcontroller will pause what it’s doing and immediately run an ISR(Interrupt Service Routine) before returning to where it left off before.

wireguard

Wireguard Forwarding/WeakHostSend enabled Error Fix

I started using Wireguard as a VPN to connect into my home network some time ago. In fact I wrote about it in this post about docker containers I run on my home server. It worked fine on my smartphone but when later I tried it on a laptop I got the following errors: Warning: the “Ethernet3” interface has Forwarding/WeakHostSend enabled, which will cause routing loopsRetrying handshake with pear because we stopped hearing back after 15 secondsHandshake for peer 1 did not complete after 5 seconds, Retrying