Category Archives: Uncategorized
STM32 “Blue Pill”: Programming the Bootloader with an Arduino
Commonly refed to as the “blue pill”, this development board has great capabilities. The board comes with an empty flash memory, and so it is necessary to load in programs to do anything useful with this device. Thankfully, there is … Continue reading
Posted in Uncategorized
Leave a comment
(naïve) Factorial Function in Cairo
Here is what I came up with.
Posted in Uncategorized
Leave a comment
Sharing from WSL2 back to Windows Clipboard
You’d think this is easily done in WSL2 with the following command: The method that works in practice is to pass it over to the native windows utility for manipulating the clipboard:
Posted in Uncategorized
Leave a comment
Project log: More about the Arduino Uno + “reprap d1scount display” and “rrd smart adapter”. Rotary encoder button debouncing.
Continuing from the previous entry, I have completed the mapping of pins to the so-called rrd smart adapter. This board is meant for 3D printers of some kind but I am not using it for that purpose. I got it … Continue reading
Posted in Uncategorized
Leave a comment