DIY-Flow-Bench
DIY-Flow-Bench copied to clipboard
Volumetric flow bench based on ESP32 and MAF sensor.
Will be nice to have feature for pito input calibration for air speed probing so it will display air speed in m/s or ft/s instead of differential pressure if pito...
Another small thing is that there is no option to select the capture mode for adjusted/unadjusted flow. Now it is only capturing the unadjusted flow. It would also be good...
Yes it saves liftdata.json and it show values correctly in text format when I open it with notepad, but image LiftGraph.png show 12kb size and 800x750 pix, but when the...
Not an issue but more a thought & added feature. Reading through this awesome project It hit me that a lot including me tend to build a 2 hole bench,...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Add support for frequency based MAF sensors As requested by Branco Jurgec via FB - https://www.facebook.com/branko.jurgec?comment_id=Y29tbWVudDoyNzA3NTkwOTg5Mjk4OTk2XzI5OTIwOTY4NDA4NDg0MDg%3D
MAF Sensors - [x] Add data for additional MAF sensors ~~- [ ] Add MAF selection menu~~ ~~- [ ] Add MAF Selection via SPIFFS~~ - [x] Add calibration verification...
Check all sensor streams and code operate as expected. Many changes have happened in the code refactoring and so unit testing for each sensor needs to be carried out. -...
Validation
~~- [x] Creation of calibration plates~~ - [ ] Determine flow rates for commonly available saw blades used as orifice plates (16/25/30mm) - [ ] 3rd party calibration of test...
Message: 'Flow limit reached' Description: 'Test object flow exceeds Vac source capability' Need to display to user when measured flow approaches maximum flow capability of vac source. Also need to...