Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 966 Bytes

File metadata and controls

24 lines (18 loc) · 966 Bytes

simple-browser-plotter

A simple app that was discussed in detail here (in italian) http://antima.it/acquisizione-ed-elaborazione-dati-con-arduino-unapplicazione-browser-based/, that uses antimait/antimait.plotting + Flask to show the data received from some Arduino boards via browser.

Clone it, install the depenencies and run:

git clone https://github.com/Antimait/simple-browser-plotter
cd simple-browser-plotter
pip install -r requirements.txt
python3 app.py

[ita]

Una semplice app, di cui si è parlato nel dettaglio qui http://antima.it/acquisizione-ed-elaborazione-dati-con-arduino-unapplicazione-browser-based/, che utilizza antimait/antimait.plotting + Flask per mostrare i dati ricevuti da delle schede Arduino tramite browser.

Clona, installa le dipendenze ed esegui tramite:

git clone https://github.com/Antimait/simple-browser-plotter
cd simple-browser-plotter
pip install -r requirements.txt
python3 app.py