From 6034662f1026c098ad42cfcd6d3b0ed56d4a80da Mon Sep 17 00:00:00 2001 From: Michele Tibaldi Date: Sun, 14 Jan 2018 17:31:35 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 115b562..6b4a89b 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,14 @@ _**NOTE:** This software and the simulated ECG are intended for entertainment pu Cardia currently support the following devices: * Zephyr HxM * Contec CMS50 +* Bluetooth Smart HRP compliant devices - - - - ### Installation Just download the zip from the releases pages, uncompress it and run Cardia.exe. -Cardia requires .NET Framework v4.0, so Windows XP and later should be supported. At the moment it has been tested only on Windows 7, Windows 8 and Windows 8.1. Of course, if you're using a Bluetooth device your PC should have built in Bluetooth capability or a USB Bluetooth adapter. +The Cardia main version supports only Windows 10 version 1709 onwards. Windows 8.1 should be also compatible, but i cannot test it out at the moment. Windows 10 versions before 1709 are known to have problem with Bluetooth Smart, Cardia will run, but communication with Bluetooth Smart devices will not. +The legacy version cuts out Bluetooth Smart Heart Rate Profile support, so Windows XP and later should be supported. At the moment it has been tested only on Windows 7, Windows 8, Windows 8.1 and Windows 10. - - - - @@ -81,7 +83,16 @@ Cardia currently supports up to 4 players. - - - - ### Bluetooth Smart support -Bluetooth Smart (also Bluetooth LE and Bluetooth 4.0) support is under developement. Bluetooth smart add support for many specific uses case devices via dedicated profiles. Instead of using the generic Serial Port Profile (as with Zephyr HxM), there's a HRM profile to be used. A branch with the implementation is available, but currently i don't own a device to test out, so some support here is welcome. As a side note, Bluetooth Smart requires support from the OS, this means only Windows 8.1 and later will be supported. +Bluetooth Smart (also Bluetooth LE and Bluetooth 4.0) has been added into version 1.1 (making the old 1.0 legacy). Bluetooth smart add support for many specific uses case devices via dedicated profiles. Instead of using the generic Serial Port Profile (as with Zephyr HxM), there's a HRM profile to be used. Cardia has been successfully tested out on Polar H7 and H10 devices. +Some users reports issues about Bluetooth Smart compatibility, please ensure the following: +* You must be runnning Windows 10 1709 or later (currently is the last one) +* Your device must be paired before running Cardia +If your device works ok, please post it out, this would be helpful! + +- - - - + +### How to get support +Since version 1.1 Cardia write logs to help out diagnose problems. Please open an issue here (other places will be ignored, sorry!) and paste the log content. Log files are located into logs directory next to Cardia.exe. - - - - @@ -102,6 +113,11 @@ If you would like to support me and help me buy the devices to include support f - - - - ### Changelog +* v1.1 (2018-01-14) + * Splitted main and legacy version + * Ensured network compatibility between main and legacy version + * Bluetooth Smart support on main version + * v1.0 (2015-12-20) * Code posted on GitHub * Removed expiry date From ee6a004866984dd995ba821f4585e60e65954931 Mon Sep 17 00:00:00 2001 From: Michele Tibaldi Date: Sun, 14 Jan 2018 17:34:23 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4a89b..f53b622 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ Bluetooth Smart (also Bluetooth LE and Bluetooth 4.0) has been added into versio Some users reports issues about Bluetooth Smart compatibility, please ensure the following: * You must be runnning Windows 10 1709 or later (currently is the last one) * Your device must be paired before running Cardia -If your device works ok, please post it out, this would be helpful! + +If your device works ok, please post it out [here](https://github.com/uwburn/cardia/issues/3) , this would be helpful! - - - - From fa9786e67ad17ed520d912e16339c19e6a1939e1 Mon Sep 17 00:00:00 2001 From: Michele Tibaldi Date: Sun, 14 Jan 2018 17:43:41 +0100 Subject: [PATCH 3/3] Increased version number. --- Cardia/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cardia/Properties/AssemblyInfo.cs b/Cardia/Properties/AssemblyInfo.cs index 4f56ecb..e0f5f26 100644 --- a/Cardia/Properties/AssemblyInfo.cs +++ b/Cardia/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Cardia")] -[assembly: AssemblyCopyright("Copyright © 2013-2015")] +[assembly: AssemblyCopyright("Copyright © 2013-2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.1.*")] //[assembly: AssemblyFileVersion("0.7.*")]