|
| 1 | +--- |
| 2 | +layout: download |
| 3 | +board_id: "hxr_sao_dmm" |
| 4 | +title: "SAO Digital Multimeter Download" |
| 5 | +name: "SAO Digital Multimeter" |
| 6 | +manufacturer: "HXR.DK" |
| 7 | +board_url: |
| 8 | + - "https://github.com/flummer/dmm-sao" |
| 9 | +board_image: "hxr_sao_dmm.jpg" |
| 10 | +date_added: 2025-02-24 |
| 11 | +family: rp2040 |
| 12 | +downloads_display: true |
| 13 | +blinka: false |
| 14 | +download_instructions: "https://github.com/flummer/dmm-sao/?tab=readme-ov-file#firmware" |
| 15 | + |
| 16 | +features: |
| 17 | + - Display |
| 18 | + - USB-C |
| 19 | +--- |
| 20 | + |
| 21 | +This is a Digital Multimeter in the shape of an SAO (Shitty Add-On/Simple Add-on), designed specifically to assist in electronic badge and SAO development. |
| 22 | + |
| 23 | +This follows the 1.69bis version of the SAO standard ([Shitty Add-on standard](https://hackaday.io/project/52950-shitty-add-ons), [Simple Add-on standard](https://hackaday.io/project/175182-simple-add-ons-sao)) |
| 24 | + |
| 25 | +It is based on the RP2040 chip, includes a small OLED display, a rotary encoder for the main knob, a function button for sub functionality selection and two 2mm banana terminals for connecting probes for resistance, LED and continuity testing. |
| 26 | + |
| 27 | +A USB-C connector on the side allows easy modification of the firmware, and boot and reset buttons are also included for convenience, when updating or replacing CircuitPython. |
| 28 | + |
| 29 | +**CAUTION! THIS IS NOT A NORMAL MULTIMETER, AND DOES NOT INCLUDE THE PROTECTION FEATURES NORMALLY FOUND IN A DMM** |
| 30 | + |
| 31 | +If you would like to probe a live circuit, please check [the schematic](https://github.com/flummer/dmm-sao/blob/main/DMM%20SAO%20Schematics.pdf) first, and proceed only if you understand the implications, as improper use might result in a short circuit and harm either the multimeter, the device under test, a connected computer or a combination of those. |
| 32 | + |
| 33 | +**VOLTAGE OR CURRENT SHOULD NEVER BE MEASURED WITH THE PROBES OR TERMINALS ON THE FRONT** |
| 34 | + |
| 35 | +## Features |
| 36 | + |
| 37 | +- Resistance measurement (not the most precise, but should be OK in the range of 50-10K ohm) |
| 38 | +- LED Tester (this will lit up the LED if the polarity is correct and show the voltage across it on the screen, 100 ohm resistor in series to 3.3v) |
| 39 | +- Continuity tester with buzzer to indicate very low resistance |
| 40 | +- Measurement of input voltage on the SAO port |
| 41 | +- SAO Port GPIO monitoring (shown as either digital high/low or an analog voltage reading) |
| 42 | +- I2C monitor (monitor or scan the I2C bus on the SAO port) |
| 43 | + |
| 44 | +## Technical Details |
| 45 | + |
| 46 | +- Raspberry Pi RP2040 controller |
| 47 | +- 16MB SPI flash (W25Q128JVxQ) |
| 48 | +- SSD1306 128x64 pixel 0.96" OLED display (white on black) |
| 49 | +- Automatic power switching from SAO port to USB-C (both can be connected at the same time) |
| 50 | +- Voltage boost circuit for operation on lower than 3.3v on the SAO port |
| 51 | +- Maximum input voltage on the SAO port is 3.3v |
| 52 | +- UART RX + TX connected to SBU pins on USB-C connector |
| 53 | + |
| 54 | +## Links |
| 55 | + |
| 56 | +- [hackaday.io page](https://hackaday.io/project/198892-sao-digital-multimeter) |
| 57 | +- [Github repository](https://github.com/flummer/dmm-sao) |
0 commit comments