Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.73 KB

attribution.md

File metadata and controls

19 lines (10 loc) · 1.73 KB

Attribution

Open Rowing Monitor uses some great work by others. Thank you for all the great resources that helped me to make this project possible. I especially would like to thank:

  • A lot of helpful information for building the physics engine of the rowing machine was found in this scientific work by Anu Dudhia: The Physics of Ergometers.

  • Dave Vernooy's project description on ErgWare has some good information on the maths involved in a rowing ergometer.

  • Nomath has done a very impressive Reverse engineering of the actual workings of the Concept 2 PM5, including experimentally checking drag calculations, which is at the base of our physics engine.

  • Bluetooth is quite a complex beast, luckily the Bluetooth SIG releases all the Bluetooth Specifications.

  • The app icon is based on this Image of a rowing machine by Gan Khoon Lay licensed under CC BY 2.0.

  • The frontend uses some icons from Font Awesome, licensed under CC BY 4.0.

  • Thank you to Jaap van Ekris for his many contributions to this project, especially the physics engine and the file exports.

  • Thanks to Abasz for his great contributions to the GUI, GPIO, BLE and Ant+ implementations, as well as the many constructive feedback that helped improve many areas of OpenRowingMonitor.