| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | README: Fix broken URLs | Victor Kareh | 2024-02-25 | 1 | -1/+1 |
| | | |||||
| * | Power optimization - Enable HRS3300 (heart rate sensor) sleep mode. | Jean-François Milants | 2023-06-04 | 1 | -1/+9 |
| | | | | | Put the HRS3300 to sleep mode when InfiniTime is going to sleep. This change reduces the power consumption by 130µA when the heart rate sensor is disabled. | ||||
| * | Refactored Ppg for frequency based algorithm. (#1486) | Ceimour | 2023-04-30 | 1 | -10/+14 |
| | | | | | | | | New implementation of the heart rate sensor data processing using a frequency based PPG algorithm. The HRS3300 settings are fine-tuned for better signal to noise at 10Hz. The measurement delay is now set to 100ms. Enable and use the ambient light sensor. FFT implementation based on ArduinoFFT (https://github.com/kosme/arduinoFFT, GPLv3.0). | ||||
| * | Update clang-{format,tidy} to 14 | Finlay Davidson | 2023-01-04 | 1 | -0/+1 |
| | | | | | | Also add configuration options only available in 13 and 14. Fixes warning about -fstack-usage in clang-tidy check. | ||||
| * | Merge pull request #531 from hatmajster/heart-rate-gain-setting | JF | 2022-01-26 | 1 | -2/+2 |
| |\ | | | | | Heart rate sensor - HRS gain changed to x8 | ||||
| | * | Hrs3300: changed default gain to x8 | hatmajster | 2022-01-25 | 1 | -2/+2 |
| | | | |||||
| * | | changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden ↵ | Yehoshua Pesach Wallach | 2021-12-13 | 1 | -2/+2 |
| | | | | | | | | | cast when using it | ||||
| * | | order ReadHrs, ReadAls bitwise according to bit ordering | Yehoshua Pesach Wallach | 2021-12-13 | 1 | -2/+2 |
| |/ | |||||
| * | Move up file header include to top | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | ||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -16/+4 |
| | | |||||
| * | eliminated warnings in Hrs3300 | Niall Cooling | 2021-02-12 | 1 | -4/+5 |
| | | |||||
| * | Add License/copyright info in HR related files. | Jean-François Milants | 2021-01-17 | 1 | -1/+9 |
| | | |||||
| * | First implementation of the HR sensor using 100% foss code (ported from waspos) | Jean-François Milants | 2021-01-10 | 1 | -0/+108 |
