Multiple issues !! Read comment
by Martin ROGER 2 years 1 month
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 2 years 1 month
Merge pull request #30 from martinroger/Martin-dev_PulseCounters

Implemented based on pulse counting
5bf2a797
Implemented based on pulse counting
by Martin ROGER 2 years 1 month
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 2 years 1 month
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 2 years 1 month
Update VXDash.ino

Added implementation for RPM, tried to stabilise with pulldowns but it doesn't really change anything
b30d7550
Speed estimation implementation
by Martin ROGER 2 years 1 month
Speed estimation implementation

Basic implementation of reciprocate (time period) speed estimation.
Requires filtering, and possibly a different branch exploring pulse counting instead (every 100ms or so and some exit condition if three times 0 new pulses counted)

Interrupt created for both speed and RPM
Still need to study for the water PWM
a047c8f1
Update VXDash.ino
by Martin ROGER 2 years 3 months
Update VXDash.ino

Introducing timers
888a3d18
Update VXDash.ino
by Martin ROGER 2 years 3 months
Update VXDash.ino

Introduction of raw values with correct type, sent to screen.
8e5f8492
HMI adaptation + serial debug
by Martin ROGER 2 years 3 months
HMI adaptation + serial debug

- HMI showing raw values
- Pulsator with normal serial
- Duty Cycle pot enabled 20 -> 80
- ESP sends raw values but not scaled currently
353e7c22
Minor changes, ADC correction
by Martin ROGER 2 years 4 months
Minor changes, ADC correction

- R4 ADC pin was not correctly set
- logic on the overheat lamp
eddce041
Report a bug