log Small_CPU/Src/pressure.c @ 846:2ace67231c49 Evo_2_23

age author description
Sun, 21 Jan 2024 22:26:37 +0100 Ideenmodellierer Consider pressure offset compensation in case of setting a default value: Evo_2_23
Fri, 05 Aug 2022 15:13:29 +0200 Ideenmodellierer Added sanity check for temperature and pressure values: Betatest
Thu, 03 Dec 2020 13:17:32 +0100 heinrichsweikamp Minor: Functional inert cleanup of some unused variables
Wed, 07 Oct 2020 17:12:44 +0200 Ideenmodellierer Increased max value for surface pressure:
Sat, 27 Jun 2020 18:40:32 +0200 heinrichsweikamp Added "I2C_DeInit();" in hardware detection routines. It's the recommended way
Wed, 13 May 2020 21:56:35 +0200 ideenmodellierer Code cleanup pressure plausibility check: Improve_Button_Sleep
Wed, 13 May 2020 21:27:30 +0200 ideenmodellierer Bugfix unintended else condition: Improve_Button_Sleep
Tue, 12 May 2020 22:42:52 +0200 ideenmodellierer Added error detection for reading of ADC values in sleep mode: Improve_Button_Sleep
Wed, 08 Jan 2020 15:35:15 +0100 heinrichsweikamp We got one report of false/freezd depth reading when jumping into 2m depth
Sat, 23 Nov 2019 15:36:38 +0100 heinrichsweikamp Add Support for new end-2019 hardware:
Tue, 08 Oct 2019 16:35:45 +0200 Jan Mulder Fix merge problem fix-merge-mess
Sun, 06 Oct 2019 14:12:41 +0200 heinrichsweikamp Merge
Thu, 03 Oct 2019 21:26:46 +0200 ideenmodellierer Added function to evaluate the state of the surface pressure history memory FlightMode_Improvment
Sun, 06 Oct 2019 14:07:51 +0200 heinrichsweikamp change max. allowed surface pressure to 1030hPa (As in the small OSTC)
Sat, 17 Aug 2019 19:03:47 +0200 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
Tue, 13 Aug 2019 21:46:26 +0200 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
Wed, 17 Jul 2019 22:43:51 +0200 ideenmodellierer Added plausibility check for pressure values I2C_Improvment
Sun, 28 Apr 2019 10:06:27 +0200 ideenmodellierer Rework pressure/ temperature data aquisition IPC_Sync_Improvment_3
Mon, 08 Apr 2019 11:18:40 +0200 Jan Mulder cleanup: factor out I2C1_Status() and cleanup type div-fixes-5
Fri, 15 Mar 2019 12:39:28 +0100 Jan Mulder cleanup: remove obsolete code, make static, etc. cleanup-2
Sat, 28 Apr 2018 11:52:34 +0200 heinrichsweikamp include in ostc4 repository