Jaap van Ekris

Results 41 comments of Jaap van Ekris

Could be that they try to detect direction, and thus need two magnets. If that is the case, you can easily ignore one, The selected sensor then should be connected...

We're working on a huge architecture update. I guess I could look into this as well. Thanks for reporting!

In the last update of V1Beta, we updated Node.js and many packages (see https://github.com/JaapvanEkris/openrowingmonitor/blob/v1beta_updates/docs/physics_openrowingmonitor.md). Please note, several warnings are caused by packages we use that depend on older packages, so...

We'll add this to the changes coming with a new version that is in the works. It will take some time before they reach the V1Beta branch though, it is...

> This is a kludged workaround. But since the stringifiedStartTime already has the timezone information stripped off, it has the end result of saving files with the expected time in...

I have a PM5 and OpenRowingMonitor running side-by-side, I could do some experiments. There are some "hidden" elements here, like the name of the rower (it should end in Row,...

C2 is extremely open about the BT specifications, see https://www.concept2.com/files/pdf/us/monitors/PM5_BluetoothSmartInterfaceDefinition.pdf Verified rows are based on a hash-code that the PM5 generates and the site checks. As long as nobody can...

I haven't encountered this specific error yet, but a listener is useless when the app crashes in an uncontrolled way. Couldn't we do a killall for the specific processes when...

I currently test with a service restart, allowing the service handler to manage a couple of things. The npm start approach is usefull when the app crashes (allowing node.js to...

> I would not mix ANT+ things here as that is a very different kind of service. Actually it is very important that all peripherals are shutdown properly even in...