Search found 29 matches
- January 1st, 2015, 9:10 am
- Forum: Indoor Rowers
- Topic: OLD C2 and PM compatibility
- Replies: 3
- Views: 3037
Re: OLD C2 and PM compatibility
It looks like this might be what you're looking for: Main menu --> More options --> Utilities --> LCD Contrast. Once you're on the LCD contrast menu press [change units] three times, then press [change display] three times. Then a hidden menu appears. Ensure that you've set the PM3 to model B/C on t...
- December 5th, 2014, 1:31 pm
- Forum: General
- Topic: HRM For Erg PM5
- Replies: 21
- Views: 18381
Re: HRM For Erg PM5
That's a Bluetooth limitation. A client (iPhone 5, PM5) can connect to multiple servers (H7) but a server can only connect to a single client.COMike wrote:When the H7 is paired to the iPhone 5, it cannot pair to ythe PM5 and vice versa.
- December 4th, 2014, 3:35 pm
- Forum: General
- Topic: HRM For Erg PM5
- Replies: 21
- Views: 18381
Re: HRM For Erg PM5
The WearLink+ with Bluetooth won't work. It uses Bluetooth 2 and the PM5 requires Bluetooth 4/Low Energy/Smart.
The H7 is a fine choice.
The H7 is a fine choice.
- December 2nd, 2014, 4:38 pm
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
I suspect you're getting bit by Issue 347758: HID device enumeration doesn't pick up removal on Linux . If that's the case and you'd like to give chrome.hid another shot you can usually work around the problem by: - Exiting Chrome. - Reconnecting your PM5. - Starting Chrome. Sometimes you have to do...
- December 2nd, 2014, 4:03 pm
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
Glad to hear it! In other news I still cant get the Chrome one to work... Just curious, what's the error now? Edit: And what version of Chrome are you using? The nice thing about chrome.hid is that it should work everywhere that the desktop version of Chrome works. Some day I'd like to create a RowP...
- December 2nd, 2014, 9:59 am
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
No problem. Where should I save the Concept2.rules file? or does it not matter? Save it in the /etc/udev/rules.d directory. Where will I find the output of lsusb? Open a terminal (press the Windows key then start typing "terminal") and execute it: http://i.imgur.com/5Tvz0tq.png Can you paste the out...
- December 2nd, 2014, 8:05 am
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
Ubuntu requires a little extra work. You need to: - Create a file named /etc/udev/rules.d/concept2.rules with the following content: SUBSYSTEM=="usb", ATTR{idVendor}=="17a4", MODE="0664", GROUP="plugdev" - Execute "sudo service udev restart". - Reconnect your PM5 if it's plugged in. chrome.hid on Ub...
- November 29th, 2014, 8:39 am
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
I am going to park the Chrome Extension option because it is going nowhere fast. I just upgraded to Chrome 39. On Chrome 39 you have to click the extension's background page link to see the output: https://imgur.com/YiWOQ74 The answer I want is the Python method you proposed, so I am going to go ba...
- November 27th, 2014, 10:07 pm
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
Note that I've checked "Collect Errors". I can't remember if that's the default.
- November 27th, 2014, 7:20 pm
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
What happens when you click launch? If it doesn't work you should see an error where the command and response are in my screenshot. Something like "chrome.hid.(function) Error: (Error)" in red. For example, this is what I get when my PM3 is unplugged:
http://i.imgur.com/hOrYai9.png
http://i.imgur.com/hOrYai9.png
- November 27th, 2014, 6:30 pm
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
I am sorry that I haven't figured it out yet. No worries. I copied your Chrome.hid example, and I got no errors but also got no results. Did you try clicking the extension's launch link? That wasn't necessary in Chrome 38 but it might be in Chrome 39. At that point something should be logged. Eithe...
- November 27th, 2014, 9:25 am
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
OK, here's a simple chrome.hid example. Chrome 38 or later is required. Create a new directory. Save this as (New Directory)/background.js: function disconnect(connection) { chrome.hid.disconnect(connection.connectionId, function() { handleError('chrome.hid.disconnect'); }); } function handleError(e...
- November 26th, 2014, 8:18 pm
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
I figured out why chrome.hid wouldn't work for me. I'll post a simple chrome.hid example tomorrow.
- November 26th, 2014, 7:10 pm
- Forum: SDK Questions
- Topic: Communicating with PM5 via VB
- Replies: 29
- Views: 32406
Re: Communicating with PM5 via VB
You need to install PyUSB. On Windows it looks like you need to:
- Download pyusb-1.0.0b2.zip.
- Unzip pyusb-1.0.0b2.zip.
- Run "python setup.py install" in the directory that was created when you unzipped pyusb-1.0.0b2.zip.
Have you done that?
- Download pyusb-1.0.0b2.zip.
- Unzip pyusb-1.0.0b2.zip.
- Run "python setup.py install" in the directory that was created when you unzipped pyusb-1.0.0b2.zip.
Have you done that?
- November 26th, 2014, 6:16 pm
- Forum: General
- Topic: New indoor rower....looking to get my first Concept 2!
- Replies: 7
- Views: 6617
Re: New indoor rower....looking to get my first Concept 2!
Congrats! I would like to be able to use the PM5 with a heart monitor and am still trying to figure out just which one to get. I would go with the Polar H7. It will work with your PM5, your phone, and your laptop if it supports Bluetooth 4/Low Energy/Smart. I've sent one of mine through the washer a...