Create Calibration reference.xlsx
by Martin ROGER 1 year 3 months
Create Calibration reference.xlsx

Documenting the excessive current through the Rsense...
4e5fdee8
PCB update
by Martin ROGER 1 year 3 months
PCB update

To reflect pin reassignments
4286a9e4
Code refactor act deux
by Martin ROGER 1 year 3 months
Code refactor act deux

Moved a lot of repetitive pattern functions to their own .h files to allow for easier readibility. Same goes for general shared variables.
Still compiles !
9cdbe79c
Code refactor for PlatformIO
by Martin ROGER 1 year 3 months
Code refactor for PlatformIO

Refactoring and changes of order of declarations
6fb1b404
Updated schematic and code
by Martin ROGER 1 year 3 months
Updated schematic and code

GPIO4 is reenabled but subject to suspicions
Schematic is updated, PCB is not.
b5568669
Multiple issues !! Read comment
by Martin ROGER 1 year 11 months
Multiple issues !! Read comment

Counter_3 moved to non-ADC GPIO18
Moved away from trying to put two ISRs on the same pin (you would think the IDE tells you off...)
Tried GPIO4 for Counter3 but seemed to perturbate ADC2 for the high KR analog
Should retry with the sorted double interrupt but no guarantee this will resolve things
Updated schematics with currently GPIO4, may need to move to GPIO18 also in schematics and PCB and kill one of the digitals
9df9eb99
Merge pull request #30 from martinroger/Martin-dev...
by Martin ROGER 1 year 11 months
Merge pull request #30 from martinroger/Martin-dev_PulseCounters

Implemented based on pulse counting
5bf2a797
Implemented based on pulse counting
by Martin ROGER 1 year 11 months
Implemented based on pulse counting

More stable
RPM steps up every 30 RPM -> Map over 50's ?
Missing Water check
Some doubts on stability of pulse generators
0025d004
Added Simple Moving Average filters
by Martin ROGER 1 year 11 months
Added Simple Moving Average filters

Surely more elegant things can be done.
Will branch from here to make a pulse_count version
d0e12c82
Update VXDash.ino
by Martin ROGER 1 year 11 months
Update VXDash.ino

Added implementation for RPM, tried to stabilise with pulldowns but it doesn't really change anything
b30d7550
Report a bug