ayoola-solomon / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Allow multiple sensors, bluetooth and ANT+ #653

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently you can select a single sensor type but with the recent addition of 
ANT + sensors it is likely people will want to connect to multiple sensors 
simultaneously. 

This is particularly the case in cycling where we can get heart rate, cadence 
and power from the SRM PCS7 but many people do not have the PCS7 and it would 
be preferable to get the data directly from each of the ANT + sensors.

This would require a set of the Sensor Manager class rather than an individual 
instance and anywhere in the application where the instance of the Sensor 
Manager Class is used will have to be modified to use all of the members of the 
set. This is probably a fair bit of effort to do and should include logic to 
disallow multiple instances of the same sensor type e.g. heart rate.

Original issue reported on code.google.com by kenep...@gmail.com on 13 Dec 2011 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by jshih@google.com on 11 Sep 2012 at 12:51

GoogleCodeExporter commented 9 years ago
Would be really nice to have support for BTLE cadence sensors.  (ie Wahoo) 

Along side this; would need a (preferrably customizeable) stats screen showing 
current cadence hr etc.

http://code.google.com/p/mytracks/issues/detail?id=348

Original comment by bke...@coastsystems.net on 16 May 2014 at 8:28

GoogleCodeExporter commented 9 years ago
Thanks for the feedback. We will keep this in mind when we update the sensor 
code.

Original comment by jshih@google.com on 14 Oct 2014 at 5:46