From dd8caac24c719e152dac6c0f2d38812d04f86330 Mon Sep 17 00:00:00 2001 From: Thomas Flummer Date: Sun, 8 Dec 2024 17:00:36 +0100 Subject: [PATCH 1/2] Add HXR.DK org Signed-off-by: Thomas Flummer --- org/HXR.DK/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 org/HXR.DK/index.md diff --git a/org/HXR.DK/index.md b/org/HXR.DK/index.md new file mode 100644 index 00000000..f7dac4ac --- /dev/null +++ b/org/HXR.DK/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: HXR.DK +site: https://hxr.dk/ +--- +Different projects designed by Thomas Flummer, mostly electronics but also a few other things \ No newline at end of file From 839f3cd4e017f9485de53e62c2230a6e771274ed Mon Sep 17 00:00:00 2001 From: Thomas Flummer Date: Sun, 8 Dec 2024 17:02:23 +0100 Subject: [PATCH 2/2] Request PID 1209:FD42 for CircuitPython on SAO Digital Multimeter Signed-off-by: Thomas Flummer --- 1209/FD42/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 1209/FD42/index.md diff --git a/1209/FD42/index.md b/1209/FD42/index.md new file mode 100644 index 00000000..199f59d4 --- /dev/null +++ b/1209/FD42/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: SAO Digital Multimeter +owner: HXR.DK +license: CC-BY-SA (hardware), MIT (Circuit Python firmware) +site: https://github.com/flummer/dmm-sao +source: https://github.com/flummer/dmm-sao +--- +A small digital multimeter that is designed as a badge add-on, following the SAO v1.69 specification. It is using the Raspberry Pi RP2040 and features a small OLED screen, rotating knob, function button and probe terminals, all housed in a 3D printed case. + +The firmware is using CircuitPython and the code can easily be hacked, by connecting via USB-C to the RP2040. \ No newline at end of file