Skip to content

Releases: OpenSeizureDetector/Garmin_SD

V2.0.7 - Fixed crash on Vivoactive 5

15 Sep 18:43
Compare
Choose a tag to compare

This release checks to see that we receive the expected amount of data from the accelerometer at each update. If not, the data is assumed to be corrupt and is set to zero.
The incorrect amount of data being received was causing occasional crashes on the Vivoactive 5.

What's Changed

  • 73 crash on vivoactive 5 after a few minutes operation by @pmithrandir in #74

Full Changelog: v2.0.6...v2.0.7

V2.0.6 - Fixed mute function to prevent alarms

07 May 20:36
2f9242d
Compare
Choose a tag to compare

Fixed the mute function so pressing the button will prevent the system alarming, showing MUTE on the watch and phone screen.

Note: Requires V4.2.4 or higher of the OSD Android App for this version to work.

What's Changed

Full Changelog: V1.4.1...v2.0.6

V2.0.4 - Improved Battery Life

03 Apr 15:34
Compare
Choose a tag to compare
Pre-release
  • Reduced on-watch processing and reduced bluetooth communications with phone to improve battery life. (Issue #52).
  • Added type checking for help with future maintenance
  • Minor bug fixes

NOTE: This version needs Version 4.2.x or higher of the OpenSeizureDetector Android App, or the Android App will display 'FAULT'. If you do not have V4.2.x of the Android App, please use V1.4.1 of the GarminSD watch app, which is the latest compatible version..

Thank you to user @pmithrandir for putting a lot of work into these improvements.

What's Changed

Full Changelog: V1.4.1...v2.0.4

V1.5.0 - Improved battery life

24 Mar 19:36
Compare
Choose a tag to compare
Pre-release

Reduced on-watch processing and reduced bluetooth communications with phone to improve battery life. (Issue #52). There is still some work ongoing with this, so there might well be a v1.5.1 release soon.

NOTE: This version needs Version 4.3.x or higher of the OpenSeizureDetector Android App, or the Android App will display 'FAULT'. If you do not have V4.3.x, please use V1.4.1 of the GarminSD watch app.

Thank you to user @pmithrandir for putting a lot of work into these improvements.

Graham ([email protected]) (@jones139)

What's Changed

Full Changelog: V1.4.1...V1.5.0

Added watch app settings menu

02 Feb 13:24
Compare
Choose a tag to compare

V1.4.1 introduces a settings menu for the GarminSD watch app - a long press of the Menu button on the watch (which one this is varies by watch model, sorry!) displays a menu. The main settings that can be selected are:

  1. Notifications of alarm - select if the user is notified of an alarm condition by one of the following:
    Watch light switching on, Watch beeping, Watch Vibrating
  2. Enable or disable Low Data Mode to reduce bluetooth traffic to attempt to save battery and improve reliability. (Note that this is not recommended because it does not send 3D data to the phone, which we expect to use in future seizure detection algorithms)
  3. De-select the O2 saturation measurements to attempt to reduce battery consumption.
  4. Enable 'Ben Mode' which is a mode where the timeouts for changing the app settings or exiting the app are very short, to make it difficult for users who like to fiddle with the watch to shutdown the app accidentally.

What's Changed

  • Update README.md by @lundstrj in #27
  • 30 config file are not templated by @pmithrandir in #32
  • Adding menu to toggle O2 sensor on the application. Default value is ON by @pmithrandir in #31
  • 34 mdatarequestinprogress reseted before the connection request if analyzed by @pmithrandir in #35

New Contributors

Full Changelog: V1.3.3...V1.4.1

Address Heart Rate Value Freezing Issue (#22)

26 Jul 14:56
Compare
Choose a tag to compare

This release introduces a minor change to the way we receive heart rate data notifications on the watch to attempt to address the issue that some users have reported that the indicated heart rate value freezes after several hours of correct operation (#22).
There should be no other changes visible to the user.

V1.3.2 - Re-built using newer SDK

30 Mar 19:50
Compare
Choose a tag to compare

Functionally identical to V1.3.1.
Re-built app using newer SDK (4.2.2) - this seems to have fixed the issue with the older watches (VivoactiveHR) which was causing a crash.


NOTE: Some users have reported issues with this version on older watches such as Forerunner 735xt and Vivoactive HR - if you have issues with this version not running on older watches, please use the Version 1.2 release and report the problem (either raise an Issue on GitHub or email [email protected].


V1.3.1 - Scaled Text Positions to Work with Newer, Higher Resolution Displays

02 Feb 19:42
Compare
Choose a tag to compare

Minor update to V1.3 to fix issue with font width on VenuSQ2


NOTE: Some users have reported issues with this version on older watches such as Forerunner 735xt and Vivoactive HR - if you have issues with this version not running on older watches, please use the Version 1.2 release and report the problem (either raise an Issue on GitHub or email [email protected].


V1.3 - Scaled Text Positions to Work with Newer, Higher Resolution Displays

02 Feb 15:05
Compare
Choose a tag to compare

Updated display drawing routine to scale vertical positions of lines of text based on actual resolution of device in use - solves issue of text overlapping on the newer, higher resolution displays on the Venu 2 etc.

V1.2 - Added watch buzzer and tone warnings

05 Jun 19:02
Compare
Choose a tag to compare

Version 1.2 adds feedback to the user that will make the watch buzz and/or beep in the event of an ALARM condition being detected or if the communications to the phone fails (for example if the user moves out of range of the bluetooth connection). This was a user request, but it is possible that it may be too annoying and we may need a way of switching it off - please let me know if you want it modifying! (Release v1.1 should work on most devices and does not have this feature).
It also restores compatibility with older devices such as the VivoactiveHR (Issue #15).

Full Changelog: v1.1...v1.2