Search found 54 matches

by tijmenvangulik
April 2nd, 2024, 3:18 pm
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: PM3 on Model C - what "easy" update options?
Replies: 5
Views: 2166

Re: PM3 on Model C - what "easy" update options?

Ergometer space has a lot of tools for keeping pace, Graphs of your pace during the workout, Notification widget where you can set warnings for parts of your race and a metronome. It will work when you connect your PM3 to a pc ,phone ipad. https://ergometer-space.org/ If you do not want to "blow up"...
by tijmenvangulik
March 16th, 2024, 2:38 pm
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: Ergdata workout gang programming
Replies: 2
Views: 1987

Re: Ergdata workout gang programming

You can share your workout using ergometer space (ergometer-space.org). Just login in a private room and row together and see the data of each other (live). The user which logs in as observer (coach) in a room will also receive the workouts. (works also on a phone, it works better when you connect t...
by tijmenvangulik
September 16th, 2021, 1:51 pm
Forum: SDK Questions
Topic: Increase Bluetooth notification rate
Replies: 3
Views: 7225

Re: Increase Bluetooth notification rate

I think you do this correctly. I think you have to contact concept2 about this, they have good support. I am interested what the answer is since I use the same definitions in ergometerjs.

Tijmen
by tijmenvangulik
February 18th, 2021, 4:39 pm
Forum: SDK Questions
Topic: Python BLE issues
Replies: 2
Views: 7481

Re: Python BLE issues

Hi If you look at the following code in ergometerjs: https://github.com/tijmenvangulik/ErgometerJS/blob/master/api/typescript/ergometer/performancemonitorBle.ts And search on the following script functions.. protected handleRowingGeneralStatus(data:DataView) { protected handleRowingAdditionalStatus1...
by tijmenvangulik
January 26th, 2021, 12:23 pm
Forum: SDK Questions
Topic: Creating Interval Workouts
Replies: 11
Views: 18361

Re: Creating Interval Workouts

Hi, With Blue tooth you can directly to connect to characteristics (this is for getting information) or talk using csafe. For setting/sending data you need csafe. It is explained here: https://www.concept2.com/files/pdf/us/monitors/PM5_BluetoothSmartInterfaceDefinition.pdf When you download the soft...
by tijmenvangulik
March 30th, 2020, 1:35 am
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: Video racing online in italy
Replies: 0
Views: 3375

Video racing online in italy

Really cool video of an online rowing race in Italy using https://ergometer-space.org

https://www.facebook.com/Canottaggio188 ... 63050/?t=4

Tijmen
by tijmenvangulik
February 9th, 2020, 7:33 am
Forum: Competition
Topic: The Shark challenge
Replies: 0
Views: 4645

The Shark challenge

Stay (just) ahead of the white shark and set a new record... https://ergometer-space.org/images/SharkGameScreenshot.png It is a short race in which you can play on ergometer-space.org using an concept2 ergometer (PM3-5) and a mac/pc or android phone. On an android phone you can also play it in VR. M...
by tijmenvangulik
January 18th, 2020, 11:50 am
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: Export force curve PM5
Replies: 2
Views: 3847

Re: Export force curve PM5

https://ergometer-space.org/ can do this for you. It works on android/desktop/browser I have just improved the csv export.

Tijmen
by tijmenvangulik
November 15th, 2019, 2:18 pm
Forum: SDK Questions
Topic: Android Studio "Bluetooth Le Gatt" sample
Replies: 5
Views: 15695

Re: Android Studio "Bluetooth Le Gatt" sample

This example only fixes the easy problem of connecting to the blue tooth events. But these events can not only a part of al the communication. The hard part is doing go get the csafe up and running and to get it working on all the platforms. Ergometer.js (https://github.com/tijmenvangulik/ErgometerJ...
by tijmenvangulik
November 13th, 2019, 2:19 pm
Forum: SDK Questions
Topic: Android Studio "Bluetooth Le Gatt" sample
Replies: 5
Views: 15695

Re: Android Studio "Bluetooth Le Gatt" sample

Looks like the right tree to me. Most of the time there is a little detail wrong. Maybe the permissions. More details are needed to see what is wrong.

Tijmen
by tijmenvangulik
October 23rd, 2019, 1:14 pm
Forum: Bug Reports
Topic: Strange 09 inserted in csafe
Replies: 3
Views: 8647

Re: Strange 09 inserted in csafe

thanks, I drop an mail
by tijmenvangulik
October 22nd, 2019, 12:41 pm
Forum: Bug Reports
Topic: Strange 09 inserted in csafe
Replies: 3
Views: 8647

Strange 09 inserted in csafe

Hi, I have a problem that my pm5 ergometer returns strange 09 values which I think do not follow the csafe definition (or may be there is some thing that I do not know). in am sending the following csafe commands to my pm5 ergometer: f11a01891a018d1a019f1a018e1a01cf1a01a01a01a31a01a0a1d8f2 And it re...
by tijmenvangulik
October 5th, 2019, 10:26 am
Forum: SDK Questions
Topic: ErgometerJS hid (usb) support
Replies: 2
Views: 12650

Re: ErgometerJS hid (usb) support

Another milestone for ergometerjs. I just added cordova usb support.

Tijmen
by tijmenvangulik
September 13th, 2019, 3:04 pm
Forum: SDK Questions
Topic: ErgometerJS hid (usb) support
Replies: 2
Views: 12650

ErgometerJS hid (usb) support

It was a long time ago that ErgometerJS has had an update. I have now a major update ready: * Added usb support for pm3-5. This is supported in: - Node (using node-hid) - Electron ( using node-hid) - Chrome canary with experimental features (using web-hid) * Updated the electron projects. The switch...
by tijmenvangulik
August 25th, 2019, 10:46 am
Forum: SDK Questions
Topic: 64-bit dlls?
Replies: 4
Views: 11540

Re: 64-bit dlls?

There are some libraries which do not use the concept2 libraries and can be compiled to 64 bits. The underneath library is in c++ (QT) and is a good candidate for you. It should not be difficult to transform the project into a dll. You can also start it as an separate task and use an websocket from ...