Search found 8 matches

by Thorn
October 21st, 2018, 3:55 pm
Forum: General
Topic: Dyno's "Force" monitor wanted!
Replies: 11
Views: 13306

Dyno's "Force" monitor wanted!

Hi folks! I'm desperately looking for a monitor for Concep2 Dyno strength training machine (in Europe). https://i.ebayimg.com/images/g/5ZUAAOSwk-9bwlNr/s-l1600.jpg I got mine Dyno used equipped with PM2, but as I already have C2 model D with PM5, I'd like to have Dyno as a strength training machine ...
by Thorn
January 26th, 2017, 6:35 am
Forum: Forum use, comments and suggestions
Topic: Ghost user removing
Replies: 1
Views: 9568

Ghost user removing

Howdy, While registering on this forum, i first used my hotmail.com email account. By some reason I never got activation message to it, while many times tried "Resend activation email" option. It just said "email successfully sent", but i never received them. Well, i register another user with gmail...
by Thorn
January 26th, 2017, 5:15 am
Forum: SDK Questions
Topic: iOS Development
Replies: 24
Views: 42878

Re: iOS Development

I'll see if there's a clean way to merge the wired and wireless functionality, the current library is only built with Bluetooth in mind. To me, if it could be proper C2 SDK, then BT abstraction layer should be implemented in the same way as they have USB layer there (tkcmdsetUSB*). Then from the ap...
by Thorn
January 24th, 2017, 3:48 am
Forum: Indoor Rowers
Topic: Difference between PM3 and PM5
Replies: 13
Views: 90187

Re: Difference between PM3 and PM5

The PM5 also burns through batteries very quickly. The only other difference is that you can connect a heart rate monitor to the PM5 and it has other bluetooth and ANT+ capabilities. Did not noticed such. Ofc it depends if PM connected either to mod D/E or retrofitted into C. AFAIK latter will only...
by Thorn
January 23rd, 2017, 4:57 pm
Forum: SDK Questions
Topic: Multithreading & SDK DLLs
Replies: 2
Views: 11414

Re: Multithreading & SDK DLLs

Citroen wrote:Try sending an email to C2's Scott Hamilton. You can find his address in his profile photo: memberlist.php?mode=viewprofile&u=342
Thanks alot for this hint, 'll do that.
by Thorn
January 23rd, 2017, 4:55 pm
Forum: SDK Questions
Topic: Is racing API public?
Replies: 4
Views: 9482

Re: Is racing API public?

Get a copy of the Venue Racing Software and a copy of Wireshark (which now includes USB capture). Sniff some packets off the wire and you should be able to see how the venue racing works. You may need another ergo and another willing warm body to row it. Sounds like excellent hacker task :) Just wo...
by Thorn
January 23rd, 2017, 4:13 pm
Forum: SDK Questions
Topic: Multithreading & SDK DLLs
Replies: 2
Views: 11414

Multithreading & SDK DLLs

Hi guys, The sources using SDK I've seen so far (on github or else, including demo app) were very basic single threading applications, which mostly present (wrapped or not) dll's function calls from the main function. Has anyone tried to make call of for instance PM3CSAFE_API ERRCODE_T tkcmdsetCSAFE...
by Thorn
January 23rd, 2017, 7:48 am
Forum: SDK Questions
Topic: Is racing API public?
Replies: 4
Views: 9482

Is racing API public?

Hi folks, In PM3CommandsCP.h which comes with SDK there are set of functions responsible for setup/serve/track racing setups. Fuctions like PM3CSAFE_API ERRCODE_T tkcmdsetCSAFE_set_race_participant(UINT16_T unit_address, UINT16_T racer_id, INT8_T * racer_name_ptr); etc. Is it public API? And if yes,...