Pro-Form Wave 500 #171
Replies: 4 comments 18 replies
-
Internals After opening up the machine, these are my findings: In terms of mechanics, there is a pulley that is connected via a belt and freewheel sprocket to a flywheel. The flywheel has a mechanical brake inside of it that is controlled by a motor. It uses a rather unconventional sensor setup as far as I can tell:
There is nothing on the flywheel that I can tap into so I will have to create my own sensor setup. Modifications I chose to use a hall-effect sensor, because it provides perfectly clean edges (and I had one laying around anyway).
I 3D printed a bracket to mount the sensor in the right spot to pick up the magnets and now I have a working sensor setup for ORM without any permanent modifications to the rower. |
Beta Was this translation helpful? Give feedback.
-
Initial ORM setup The next issue was that my ORM was not discoverable via bluetooth. I quickly discovered that the bluetooth service was not running and also not set to run at boot. Then I started adapting the ORM config.js
I logged 10 strokes and collected the raw data (2024-10-25_18-32-01_raw.xlsx). Looks like there is a bit of noise but overall this signal is very clean and seems perfectly usable. Further investigation will follow for correct settings. As I have no reference to calibrate against and I'm not super eager to take out the whole flywheel assembly for measuring the inertia, I don't know yet how I will tackle this. |
Beta Was this translation helpful? Give feedback.
-
Calibrating flywheel inertia After multiple guesses, I arrived to the conclusion that the inertia should be around 0.03 to 0.05 for realistic rowing data. As stated before I have no rowing experience nor access to a concept2, so fine tuning the inertia value by rowing metrics is not a viable option. Unfortunately that means disassembling the flywheel. First I took out the entire flywheel and brake assembly and tried the method described in #113, without success. After an all-nighter I decided to give up, reassemble the machine and go to bed at (3:30). I weighed the flywheel and measured the dimensions as accurately as possible (this time without the brake assemby it was below 5kg so my kitchen scales handled it). Then I took those measurements and drew the flywheel in Fusion360. I set the material to cast iron (lucky guess) and initially the mass was only off by 18g. I tuned the model a little until the mass matched (by removing some material in the model where the bearings are on the flywheel, because I assumed the bearings would be less dense than the rest of the wheel). Then in the properties window it states that the Izz is equal to 4.206e7 g*mm² or 0.04206 kg*m². Now I will take some time to reassemble the machine and give it a try! |
Beta Was this translation helpful? Give feedback.
-
@KjellVerb Quick question on the hall sensor: in unipolar sensors if you use the other pole of the magnet at the back it will switch. So basically you can do either north or south but you need orient the sensor to the magnets. My question is does this impact switching speed or switching accuracy? I know that generally one should use the "front" (with the text). |
Beta Was this translation helpful? Give feedback.
-
Here I will briefly document the process of the ORM-ification of my indoor rower. I will provide some background into my decision-making and modifications so I hope this can serve as general inspiration for others wanting to go through this process on a previously undocumented rower.
Experience level and motivation:
I've only been rowing for 4 sessions in two weeks, never done it before that. I need a lower-impact cardio training to supplement my running because I have overloaded my ankles and knees over the last months.
Just adding this for context of why I may use incorrect rowing terminology and why I can't just compare my power levels to previous effort levels or such.
My rower:
I bought one secondhand for €100 to dip my toes in the water before diving in and buying a Concept2 (which go for at least 5x more on the secondhand marked here). It's a Pro-Form Wave 500. Having nothing to compare against, I find it a good beginner machine. It feels quite high in resistance from the lowest level (based on visual comparison of videos), the endpoint of the bar is maybe slighly too close for my long arms and there is no connectivity. Other than that no complaints!
Motivation for using ORM
Beta Was this translation helpful? Give feedback.
All reactions