Page 1 of 1

C# Bluetooth LE on Windows 10

Posted: January 23rd, 2016, 10:17 am
by y0rk1e
Hi,

I have just started working on a simple project to retrieve erg data via Bluetooth on a Windows 10 PC. C# is the language of choice and I have managed to write enough code to discover the PM5 and attempt to pair the device.

On the PM5 screen I see a "Connection Successful" screen and the BT symbol is displayed in the top right hand corner. Roughly 10 - 15 seconds later the result of the pairing is returned as "Failed" and the Bluetooth symbol is removed from the screen if you change from "Main menu" to "Select Workout" and back again.

This process can be recreated using the standard Windows 10 Manage Bluetooth Devices screen.

Any guidance or ideas would be helpful.

Regards

Chris

Re: C# Bluetooth LE on Windows 10

Posted: May 24th, 2016, 3:34 am
by y0rk1e
Hi,

Do I take it that Concept2 are not supporting windows bluetooth?

Regards

Chris

Re: C# Bluetooth LE on Windows 10

Posted: May 25th, 2016, 4:28 pm
by tijmenvangulik
With the ergometerJS project you can make blue tooth windows apps in javascript using electron. ( The code runs on all major native platforms)

https://github.com/tijmenvangulik/ErgometerJS

Tijmen