- Download and install dependencies:
git clone https://github.com/arve0/arduino_logical_analyzer
cd arduino_logical_analyzer
npm install
- Flash arduino with contents of
arduino.ino
. - Find Arduino tty:
ls /dev/tty.*
- Start, replace
/dev/tty.usbserial-A900LEL7
with path to your Arduino:
npm start -- /dev/tty.usbserial-A900LEL7