| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The screenshots below are on a two-color display (yellow/blue).
Voltmeter mode is automatically switched on with a steady voltage signal (when it would be represented by a flat line).
Requires one of the boards below and a Monochrome 0.96" 128x64 OLED graphic display (SSD1306 driver, I2C).
All boards build from this branch (master); the old teensy and feather_m0 branches are historical and no longer needed.
| Board | Build target | Notes |
|---|---|---|
| Arduino UNO R3 / ATmega328 | arduino:avr:uno / uno | tuned ADC driver, 10-300KHz sampling |
| Teensy 3.1/3.2 | teensy:avr:teensy31 / teensy31 | tuned ADC driver (pedvide ADC), fastest |
| Teensy LC | teensy:avr:teensyLC / teensylc | tuned ADC driver (pedvide ADC) |
| Adafruit Feather M0 | adafruit:samd:adafruit_feather_m0 | portable ADC, no EEPROM (mode not saved), button on D6 |
| ESP32 | esp32dev (PlatformIO) | experimental: compiles, untested on hardware, portable ADC |
Without hardware, make sim-test boots the UNO firmware on an emulated ATmega328P (simavr) and checks the boot/capture pipeline against a baseline.
UNO R3 and Teensy 3.1 (with upside-down display mode).
With arduino-cli (downloaded automatically into .arduino/):
make setup # one-time: arduino-cli, board indexes, libraries make all # default TARGET=arduino:avr:uno make all TARGET=teensy:avr:teensy31 make all TARGET=adafruit:samd:adafruit_feather_m0
With PlatformIO:
pio run # all boards: uno, teensy31, teensylc, adafruit_feather_m0, esp32dev pio run -e uno # just one
Or use the Arduino IDE with the Library Manager (below), or open the repo in VS Code and "Reopen in Container" for a ready-made build environment.
Installed automatically by make setup and PlatformIO; in the Arduino IDE use Library Manager:
| Back | FazBrowse Home | New Git URL |