├── .gitignore ├── ArduniorowComputer ├── AnalogHandling.ino ├── ArduniorowComputer.ino ├── ErgoDisp.pdf ├── Fritzing wiring diagram for Arduino Uno.fzz ├── LCDCode.ino ├── SerialInterpreter.ino ├── The Physics of Ergometers.html ├── The Physics of Ergometers_files │ └── plain.css ├── mainEngine.h ├── mainEngine.ino └── testruns.ods ├── ArduniorowComputeresp ├── AnalogHandling.ino ├── ArduniorowComputeresp.ino ├── ArduniorowComputeresp.ino7828128751955364784.tmp ├── DNSServer.cpp ├── DNSServer.h ├── ESP8266_Specifications_English.pdf - Google Drive.html ├── ESP8266_Specifications_English.pdf - Google Drive_files │ ├── 1657235966-projector_css_ltr.css │ ├── 3584451713-postmessagerelay.js │ ├── 883626595-projector_viewer__en_gb.js │ ├── S.png │ ├── api.js │ ├── cb=gapi(1).loaded_0 │ ├── cb=gapi.loaded_0 │ ├── client.js │ ├── core-rpc-shindig.random-shindig.sha1.js │ ├── photo.jpg │ ├── postmessageRelay.html │ ├── proxy(1).html │ └── proxy.html ├── Readme.txt ├── RecoveryWork.ino ├── SerialInterpreter.ino ├── esp wiring.url ├── espInit.ino ├── httpFunctions.ino ├── mainEngine.h ├── mainEngine.ino ├── nodemcu C2 board.fzz └── nodemcu reed switch boardfzz.fzz ├── Drop test └── DropTest.xlsx ├── FullResCapture └── FullResCapture.ino ├── FullResPlayback ├── FullRes Capture conversion.xlsx └── FullResPlayback.ino ├── README.md └── testC2 ├── Calculating I using weights and pulleys - Copy.xlsx ├── Calculating I using weights and pulleys.xlsx ├── testC2.ino └── testc2-output.xls /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/.gitignore -------------------------------------------------------------------------------- /ArduniorowComputer/AnalogHandling.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/AnalogHandling.ino -------------------------------------------------------------------------------- /ArduniorowComputer/ArduniorowComputer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/ArduniorowComputer.ino -------------------------------------------------------------------------------- /ArduniorowComputer/ErgoDisp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/ErgoDisp.pdf -------------------------------------------------------------------------------- /ArduniorowComputer/Fritzing wiring diagram for Arduino Uno.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/Fritzing wiring diagram for Arduino Uno.fzz -------------------------------------------------------------------------------- /ArduniorowComputer/LCDCode.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/LCDCode.ino -------------------------------------------------------------------------------- /ArduniorowComputer/SerialInterpreter.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/SerialInterpreter.ino -------------------------------------------------------------------------------- /ArduniorowComputer/The Physics of Ergometers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/The Physics of Ergometers.html -------------------------------------------------------------------------------- /ArduniorowComputer/The Physics of Ergometers_files/plain.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/The Physics of Ergometers_files/plain.css -------------------------------------------------------------------------------- /ArduniorowComputer/mainEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/mainEngine.h -------------------------------------------------------------------------------- /ArduniorowComputer/mainEngine.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/mainEngine.ino -------------------------------------------------------------------------------- /ArduniorowComputer/testruns.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputer/testruns.ods -------------------------------------------------------------------------------- /ArduniorowComputeresp/AnalogHandling.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/AnalogHandling.ino -------------------------------------------------------------------------------- /ArduniorowComputeresp/ArduniorowComputeresp.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ArduniorowComputeresp.ino -------------------------------------------------------------------------------- /ArduniorowComputeresp/ArduniorowComputeresp.ino7828128751955364784.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ArduniorowComputeresp.ino7828128751955364784.tmp -------------------------------------------------------------------------------- /ArduniorowComputeresp/DNSServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/DNSServer.cpp -------------------------------------------------------------------------------- /ArduniorowComputeresp/DNSServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/DNSServer.h -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive.html -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/1657235966-projector_css_ltr.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/1657235966-projector_css_ltr.css -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/3584451713-postmessagerelay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/3584451713-postmessagerelay.js -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/883626595-projector_viewer__en_gb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/883626595-projector_viewer__en_gb.js -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/S.png -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/api.js -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/cb=gapi(1).loaded_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/cb=gapi(1).loaded_0 -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/cb=gapi.loaded_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/cb=gapi.loaded_0 -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/client.js -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/core-rpc-shindig.random-shindig.sha1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/core-rpc-shindig.random-shindig.sha1.js -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/photo.jpg -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/postmessageRelay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/postmessageRelay.html -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/proxy(1).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/proxy(1).html -------------------------------------------------------------------------------- /ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/proxy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/ESP8266_Specifications_English.pdf - Google Drive_files/proxy.html -------------------------------------------------------------------------------- /ArduniorowComputeresp/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/Readme.txt -------------------------------------------------------------------------------- /ArduniorowComputeresp/RecoveryWork.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/RecoveryWork.ino -------------------------------------------------------------------------------- /ArduniorowComputeresp/SerialInterpreter.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/SerialInterpreter.ino -------------------------------------------------------------------------------- /ArduniorowComputeresp/esp wiring.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/esp wiring.url -------------------------------------------------------------------------------- /ArduniorowComputeresp/espInit.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/espInit.ino -------------------------------------------------------------------------------- /ArduniorowComputeresp/httpFunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/httpFunctions.ino -------------------------------------------------------------------------------- /ArduniorowComputeresp/mainEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/mainEngine.h -------------------------------------------------------------------------------- /ArduniorowComputeresp/mainEngine.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/mainEngine.ino -------------------------------------------------------------------------------- /ArduniorowComputeresp/nodemcu C2 board.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/nodemcu C2 board.fzz -------------------------------------------------------------------------------- /ArduniorowComputeresp/nodemcu reed switch boardfzz.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/ArduniorowComputeresp/nodemcu reed switch boardfzz.fzz -------------------------------------------------------------------------------- /Drop test/DropTest.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/Drop test/DropTest.xlsx -------------------------------------------------------------------------------- /FullResCapture/FullResCapture.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/FullResCapture/FullResCapture.ino -------------------------------------------------------------------------------- /FullResPlayback/FullRes Capture conversion.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/FullResPlayback/FullRes Capture conversion.xlsx -------------------------------------------------------------------------------- /FullResPlayback/FullResPlayback.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/FullResPlayback/FullResPlayback.ino -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/README.md -------------------------------------------------------------------------------- /testC2/Calculating I using weights and pulleys - Copy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/testC2/Calculating I using weights and pulleys - Copy.xlsx -------------------------------------------------------------------------------- /testC2/Calculating I using weights and pulleys.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/testC2/Calculating I using weights and pulleys.xlsx -------------------------------------------------------------------------------- /testC2/testC2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/testC2/testC2.ino -------------------------------------------------------------------------------- /testC2/testc2-output.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevescot/OpenRowingCode/HEAD/testC2/testc2-output.xls --------------------------------------------------------------------------------