V2 Release Candidate #6 #145
Replies: 1 comment
-
Small non-zero values for MAF / CFM noted by @black-top in this discussion I suspect possible artefacts from typecast conversion between variable types (int / double / float). I've previously noted artefacts in small fractional part of values (0.00000XX). This results in zero values becoming non-zero values which generates non-zero outputs from conversion functions. The deviation is to the order of 0.15% for the resultant CFM value, which I feel is acceptable and is easily tuned out by the use of the TRIM_POT adjustments in configuration.h. However I have added an action to the V3 roadmap to add a Zero-Point calibration for all sensors so that this can be undertaken automatically. |
Beta Was this translation helpful? Give feedback.
-
Bugfix Release
RC6 is a development release that addresses a number if bugs and adds a bunch of features. The biggest changes relate to the browser GUI and the inclusion of a data-graph tab. This allows the user to save lift data and view it in the browser in the form of a lift plot. The lift plot can be saved to the users local device as a PNG image. Lift data can also be saved in JSON format for import into other programs such as Excel.
MAF Data handling has been revised and updated and a new MAF Data file added for the Bosch 0280218067 sensor from the AUDI RS4 which supports up to 880cfm. The MAF Data files have also been updated from new source data for both the LS2 ACDELCO 92281162 sensor and the BMW M54B30 SIEMENS 5WK9605 sensors. This should improve the accuracy of both of those sensors
This release is our sixth release candidate and is fully functional code that is released with the intention of peer testing. Once the peer testing process has finished and any bugs addressed, the final release candidate will become the official V2.0 release.
The feature-set for V2 is now locked.
The main focus of units tests is now accuracy and repeatability.
Please note that the recommended board is the Wemos D1 R32. At present the system is designed to be used with DIY electronics. Work is currently underway to finalise the shield.
Code installation and use is documented in the WIKI
Validation testing for code operation and functionality is ongoing.
If updating from previous versions, please upload the new index file, it includes all of the changes for the data graph tab including saving and exporting data. You should also update your platformio file as well as there is a change to the stack size for the loop task.
This discussion was created from the release V2 Release Candidate #6.
Beta Was this translation helpful? Give feedback.
All reactions