Speed estimation implementation
by Martin ROGER 2 years 3 weeks
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 2 months
Update VXDash.ino

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

Introduction of raw values with correct type, sent to screen.
8e5f8492
HMI adaptation + serial debug
by Martin ROGER 2 years 2 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 3 months
Minor changes, ADC correction

- R4 ADC pin was not correctly set
- logic on the overheat lamp
eddce041
Minor corrections
by Martin ROGER 2 years 3 months
Minor corrections

- C35 and C36 were swapped on the silkscreen
- RV1 holes were too small, enlarged to 0.85mm
- Regenerated BOM and schematic files
- Updated HMI and Code to latest versions from benchboard
0fe0cb17
Merge pull request #29 from martinroger/Martin-dev
by Alex Miller 2 years 3 months
Merge pull request #29 from martinroger/Martin-dev

Housekeeping update - 1.2.2
d2c069db
Reverted GND plane thermal reliefs
by Martin ROGER 2 years 4 months
Reverted GND plane thermal reliefs

Everyone gets thermal reliefs... you get thermal reliefs, YOU GET THERMAL RELIEFS !
ae1fde65
Housekeeping update - 1.2.2
by Martin ROGER 2 years 4 months
Housekeeping update - 1.2.2

Version numbers updated to 1.2.2 for the schematic and PCB
Components identified, datasheet and descriptions updated
iBOM regenerated
PCB plots regenerated
PCB :
- only thermal reliefs on PTH, not on SMD pads
- couple GND islands taken care of
- couple rationalisations on the 3v3 rails
1e1e1f57
Merge branch 'Alex-dev'
by Martin ROGER 2 years 4 months
69c484ea
Report a bug