log Small_CPU/Src/pressure.c @ 960:a8c0e6d07b8e Evo_2_23

age author description
5 weeks ago Ideenmodellierer Power down gnss module during dive: Evo_2_23
5 months ago Ideenmodellierer Decrease calculation interval for ascend speed: Evo_2_23
8 months ago Ideenmodellierer Bugfix initialisation of surface pressure: Evo_2_23
12 months ago Ideenmodellierer Consider pressure offset compensation in case of setting a default value: Evo_2_23
2022-08-05 Ideenmodellierer Added sanity check for temperature and pressure values: Betatest
2020-12-03 heinrichsweikamp Minor: Functional inert cleanup of some unused variables
2020-10-07 Ideenmodellierer Increased max value for surface pressure:
2020-06-27 heinrichsweikamp Added "I2C_DeInit();" in hardware detection routines. It's the recommended way
2020-05-13 ideenmodellierer Code cleanup pressure plausibility check: Improve_Button_Sleep
2020-05-13 ideenmodellierer Bugfix unintended else condition: Improve_Button_Sleep
2020-05-12 ideenmodellierer Added error detection for reading of ADC values in sleep mode: Improve_Button_Sleep
2020-01-08 heinrichsweikamp We got one report of false/freezd depth reading when jumping into 2m depth
2019-11-23 heinrichsweikamp Add Support for new end-2019 hardware:
2019-10-08 Jan Mulder Fix merge problem fix-merge-mess
2019-10-06 heinrichsweikamp Merge
2019-10-03 ideenmodellierer Added function to evaluate the state of the surface pressure history memory FlightMode_Improvment
2019-10-06 heinrichsweikamp change max. allowed surface pressure to 1030hPa (As in the small OSTC)
2019-08-17 ideenmodellierer Apply averaging to pressure measurement: In pre versions calculated pressure value jittered +/-10hPa. Since we measure the pressure several time a second but only use one value a second, calc average including not used values PressureMeasure_Improvment
2019-08-13 ideenmodellierer Use average calculation for pressure: precondition was that pressure values jittered +- 10 HPa from one capture (once a second) to the other. Basically pressure is measured several times a second => using these values in an additional history calculation reduces the jitter down to +-1 per second PressureMeasure_Improvment
2019-07-17 ideenmodellierer Added plausibility check for pressure values I2C_Improvment
2019-04-28 ideenmodellierer Rework pressure/ temperature data aquisition IPC_Sync_Improvment_3
2019-04-08 Jan Mulder cleanup: factor out I2C1_Status() and cleanup type div-fixes-5
2019-03-15 Jan Mulder cleanup: remove obsolete code, make static, etc. cleanup-2
2018-04-28 heinrichsweikamp include in ostc4 repository