The capabilities of this chip (and more) are now part of the new Scope chip, therefore this repository is now marked as archived and read-only.
Debug Analog or Digital Signals.
- Plotter
Sample Timerange is 50-10000 µs (default 100 µs). - Width of plot is 250 samples.
Triggermodes are Off (0) Rising (default) ⬆ and Falling ⬇- Displays peak volts
Vmax, and minimum voltsVmin - Displays Sample Time
^us^and Capture Time<ms>
| Name | Description |
|---|---|
| IN | Input configured as ANALOG, also works with digital signals |
To use this chip in your project, include it as a dependency in your diagram.json file:
"dependencies": {
"chip-plotter": "github:Dlloydev/Wokwi-Chip-Plotter@1.0.5"
}Then, add the chip to your circuit by adding a chip-plotter item to the parts section of diagram.json:
"parts": {
...,
{ "type": "chip-plotter", "id": "chip-plotter1" }
},The actual source code for the chip lives in src/main.c, and the pins are described in chip.json.
Debug Analog or Digital Signals Example
This project is licensed under the MIT license. See the LICENSE file for more details.

