Hydrodynamic phenomena. The physics project by first-year students of the ITMO University. Source code.
This code was developed within Visual Studio Code environment with the PlatformIO extention.
In the /scr folder you can find the main.cpp file, which includes source code for ESP32 microcontroller, and filters.cpp file with 'filters' C++ class.
data folder includes files for frontend: WEB-page index.html, JavaScript-file script.js for displaying experiment data in real-time and style.css with styles.
Header file filters.h for 'filters' C++ class is in /include folder.
Plotly.js open-source graphing library is used for displaying plots and histograms.