palmarci's blog

a random blog mostly for myself, so i can remember stuff

Articles


OpenOCD on the Nexys3 FPGA development board

I wanted to use OpenOCD with my Nexys 3 FPGA devboard. The Reference Manual1 states that it has an on-board USB controller that is connected to the JTAG lines. In this post, we will (hopefully) make it work under Linux with OpenOCD, so that I can debug softcores in …


Calibrating DHT sensors with ESP-01 in ESPHome

After receiving my DHT modules for the ESP-01S from Aliexpress, I was surprised by how inaccurate were they. esphome: name: "weatherstation" name_add_mac_suffix: true platform: esp8266 board: esp01_1m wifi: ssid: "your_ssid" password: "your_pass" ap: ssid: "weatherstation_fallback" password: "fallback_password" captive_portal: # Enable logging logger: # Enable OTA updates ota: - platform: esphome # Web server to …

Blocking websites on schedule using pfSense

Intro I would like to block certain websites in the evening inside my home network for certain reasons. I also don't want to modify any settings on the client side (access may be limited - we have to use our epic networking skillz). In this example I will take a look …

Fixing the YouTube TV interface on PC

The source code is available on my GitHub. You probably know that lots of smart TVs use YouTube's HTML TV interface, found at youtube.com/tv. You could easily open this up on your PC web browser until September 2019, when YouTube deprecated it. After a few weeks, some people …