Search found 7 matches

by sqh
November 13th, 2014, 11:33 am
Forum: Training
Topic: Is there a stroke rate conversion for dynamic?
Replies: 1
Views: 2181

Is there a stroke rate conversion for dynamic?

If I'm looking at something like http://www.concept2.com/indoor-rowers/training/wod (WOD) -- would it make sense to add a multiplier to the suggested stroke rates if I'm on a dynamic erg?

Thanks
SH
by sqh
November 12th, 2014, 3:58 pm
Forum: Training
Topic: Is there something like C25K for erging?
Replies: 3
Views: 5518

Is there something like C25K for erging?

Is there something like the couch to 5k running program for erging? Any links would be appreciated.

SH
by sqh
May 6th, 2014, 11:52 am
Forum: SDK Questions
Topic: hello world
Replies: 8
Views: 20220

Re: hello world

Sorry about that, I didn't think anyone was paying attention so I deleted the repo. Its currently at https://github.com/shalperin/concept2-api-hello-world mac and windows are both there.

SH
by sqh
July 25th, 2013, 5:39 pm
Forum: SDK Questions
Topic: hello world
Replies: 8
Views: 20220

Re: hello world

Bob, makes sense. I was really just trying to get something from the PM4 to print on the screen using a mac and a windows machine. Not sure where I am going with this. :)

SH
by sqh
July 18th, 2013, 9:01 pm
Forum: SDK Questions
Topic: hello world
Replies: 8
Views: 20220

and one for Xcode

And here is one for Xcode on a mac. https://github.com/shalperin/c2-mac-hello (It's the same code as above.)

Again, not much here but aspirations.

SH
by sqh
July 16th, 2013, 3:39 pm
Forum: SDK Questions
Topic: hello world
Replies: 8
Views: 20220

hello world

I wrote a sort of hello world using the Windows SDK. It prints/reads + dll version + number of pm4's connected + power in watts per stroke https://github.com/shalperin/c2-win-hello That's a Visual studio 2012 project. All of the source code is in Erg1/Erg1/Erg1.cpp. Not much there, but I would appre...