Added simulations for OpAmp circuitry
by Martin ROGER 1 month 2 weeks
a4631c3f
Updated LTSpice OpAmp circuit simulation Went and plonked a non-ideal LM358 OpAmp model. Suspicion is that the Common mode voltage is too close so it is non-linear above 80Ohm (which corroborates the observations from before. Suggestions of correction : - Change OPAMP with tighter common mode voltage limit - Change supply voltage of OPAMP to 7V and above -> Risky business - Change Rset and Vref to something lower. Ideally could go down to Vref at 3V and would lose a little bit of resolution between 3V and V3 but could also lose the voltage divider (5.1K and 2.7K) thus reducing stray current . In any case upload a V2 of the circuit with those different options
by Martin ROGER 1 month 2 weeks
96394240
Create Calibration reference.xlsx Documenting the excessive current through the Rsense...
by Martin ROGER 1 month 2 weeks
4e5fdee8
PCB update To reflect pin reassignments
by Martin ROGER 1 month 2 weeks
4286a9e4
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 !
by Martin ROGER 1 month 2 weeks
9cdbe79c
Code refactor for PlatformIO Refactoring and changes of order of declarations
by Martin ROGER 1 month 2 weeks
6fb1b404
Updated schematic and code GPIO4 is reenabled but subject to suspicions Schematic is updated, PCB is not.
by Martin ROGER 1 month 2 weeks
b5568669
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
by Martin ROGER 9 months 2 weeks
9df9eb99
Merge pull request #30 from martinroger/Martin-dev_PulseCounters Implemented based on pulse counting
by Martin ROGER 9 months 2 weeks
5bf2a797
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
by Martin ROGER 9 months 2 weeks
0025d004
Report a bug