Fixing Makita 18V battery lockout with Open Battery Information
Note: If you are here for the download from the video on the Adafruit Trinket M0 please scroll to the bottom of the post for the download. I recently ran…
Note: If you are here for the download from the video on the Adafruit Trinket M0 please scroll to the bottom of the post for the download. I recently ran…
Revised 2025-01-30 This post accompanies the YouTube videos below: Full install, part 1https://youtu.be/cL9l2uAFYck Full install, part 2https://youtu.be/gdVeDLidTnU Minimal install, part1https://youtu.be/x3zZ-nIP4mQ Minimal install, part 2https://youtu.be/22VgIrxkaI0 This is based on the GenPi64…
This post accompanies the following YouTube video: In preparation for installing Linux Gentoo on a Raspberry Pi 5 it was necessary to rebuild the boot partition and prepare related files…
There is a video on YouTube that accompanies this blog post and encourage watching it if any of the points are not completely clear. From time to time you may…
In an attempt to implement RSA signatures on a 32-bit MCU it was necessary to investigate and perform the hashing separate from the RSA signing. In doing so I have…
Recently setup a new email server on a CentOS Rocky 9 VPS server and thought I would document the process below. I pulled information from a variety of webpages and…
This guide is written with the general understanding that the reader is mostly familiar with how to access and setup a VPS Linus server. Most commands will be done over…
After taking a little break to resolve some SSL certificate issues we turn our attention back to the current issue at hand, the server side Python script. As seen in…
While working on an IoT project involving an MQTT server it came to be that I would be generating my own SSL certificates for the MQTT broker (mosquitto). There are…
Coming back to the IoT platform after a little break. This time trying to work a little more on the server side and actually put together some working code and…