Rowing Telemetry System
Hardware- 2 Devlogs
- 2 Total hours
a rowing telemetry system. tracks and transmits acceleration data to a coach boat.
a rowing telemetry system. tracks and transmits acceleration data to a coach boat.
Began making my rowing telemetry system’s app
Struggling for sure, relatively unsuccessful session with copilot on vs code just now. Tomorrow I am going to get back to it with a fresh mind and try to do it myself so I can understand it better. All roads seem to lead back to not using AI pretty consistently for me. Not a bad thing I suppose.
Photo below is of the RX and TX units. The TX with the large antenna is fixed inside the boat, tracks acceleration and transmits it over LoRa with a unique device ID to the RX unit (white), which receives the data and will (soon) send it to the app via BLE and display the data live on the app so a coach can help their athletes improve their technique.
More work on telem. system. Added device ID to the transmitting packets. Next step will be to start on the app i think.