Concept2 Model C/PM3 #38
Replies: 7 comments 4 replies
-
For anyone else trying to get a variable reluctance type sensor into a Raspberry Pi this looks interesting. I believe I'll need to leave the pullup to 5v off and use the pi internal pullup to 3.3v. https://oshpark.com/profiles/nslogan MAX9924 Breakout v1.0 This chip does some clever zero crossing detection with dynamic thresholding and seems to have emerged as the current de facto "turn VR pulses into logic pulses" standard. |
Beta Was this translation helpful? Give feedback.
-
Hmm one advantage of another sensor I suppose is calibration, since I have a working PM3. |
Beta Was this translation helpful? Give feedback.
-
Ok, I have a data cable now, and it occurs to me that I can just suck data out of the PM3 and merge it with my HR from Ant+. Any tips on going about that? |
Beta Was this translation helpful? Give feedback.
-
If ANT+ is every second then I suppose I need to build a tempo map and then interpolate the strokes to the HR tempo map. But I'm also still trying to see if I can feed ANT+ data into the PM3 Polar receiver, but I'm still looking for interface specs for that. |
Beta Was this translation helpful? Give feedback.
-
From the c2forums discussion:
JaapvanE:
Please send the resulting code to OpenRowingMonitor, it might be a solution for other people as well. |
Beta Was this translation helpful? Give feedback.
-
Still think this is a good idea, but my personal project level is high at the moment, and I have a PM5 otw. An alternative idea I came up with ia using Py4j to have the PyRow polling loop call into ORM's update functions when it sees data. |
Beta Was this translation helpful? Give feedback.
-
I hope you like the PM5. I must say I'm a bit dissapointed by the level of data they register for further analysis. But that probably is my data-driven mindset talking.... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a concept2 Model C which I believe is an older style magnetic pickup. The pulses are pretty weak and I would expect to need some processing. Has anyone converted one for OpenRowingMonitor? I have a working PM3 but was looking at this project as I had some ideas I'd like to see (particularly interested in video overlay).
Beta Was this translation helpful? Give feedback.
All reactions