/picometer

Raspberry Pi Pico based logic analyser

Primary LanguageJavaScriptMIT LicenseMIT

Picometer

About

Raspberry Pi Pico based analog input monitoring dashboard built with ExpressJS.

Setup

1. Pico UF2 setup

No need to build from source - you can use the provided UF2 image in /pico/build directory.

2. Dashboard Setup

  • Install required libraries;
npm install
  • Start the dev server;
npm run dev