Skip to content

rickythewoof/arduino_oscilloscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progetto Sistemi Operativi - Oscilloscopio

The project aims to create a small oscilloscope using analog pins on the arduino to then print its value on-screen using the GNUPlot library

Prerequisites

Install all prerequisites with

sudo apt install arduino arduino-mk gnuplot cmake make

Linux project

The linux part of the project can be found in linux/ folder. you need to have cmake installed

mkdir build && cd build && cmake ..
make

Uso gnuplot per plottare la linea dell'oscilloscopio

USO plot '-' w l per tirare una linea poi chiudo con e e riapro

Arduino project

Still a big huge TODO, it's inside arduino/

build it with

make main.hex

:3

  • Ricky

About

made for arduino with <3 - And obviously for Grisetti

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published