Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples for filters python library

Examples are written in Python and use externall matplotlib library. Due to the lack of an appropriate graphical interface and limited memory, these examples cannot be run on a microcontroller.

This example program use filters on downloaded all historical pin data from Blynk. Downloaded historical data was stored in .csv file The downloaded data is parsed, filtered and presented graphically in the form of a graph.

example_01.png

This example program use filters on sample data stored in data.py. File contains a tables with preset sample data. This data is filtered and presented graphically.

example_02.png