Replies: 1 comment 1 reply
-
Well, I guess both a microcontroller and a full blown computer can work as rowing monitor. In fact this project for a rowing monitor started on an Arduino microcontroller, connected to a LCD shield. That worked pretty well and there are also other projects out there that use a microcontroller for getting metrics from a rowing machine (like ErgWare). A Raspberry Pi 3 was the only spare device with BLE hardware that I had lying around at that time, so that was basically the reason why I chose it 😄. At that time I thought going with a full OS was a bit of an overkill, but the nice part of it is, that it gives room and plenty of resources for adding new features that would be much harder to do on a microcontroller. But yes, if you just want to create a device that transforms the measurements of a rowing machine into BLE GATT, that should also be possible with a microcontroller. Are you planning to build something like that? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wondering why this approach, this should be simple enough to use any app that reads BLE and put the UI together
Beta Was this translation helpful? Give feedback.
All reactions