Hello Everybody,
I'm a crossfitter from NC, US. I am also very well in programming professionally. My trainer has some thoughts about adding extra features in training session with rowing. Is there any way that I can get source code for firmware, and play with it.
Thanks,
pm3 firmware
- Citroen
- SpamTeam
- Posts: 8079
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: pm3 firmware
No. It's very much closed source and C2 Inc.'s proprietary code. You'll also have a struggle fitting it into the tiny amount of non-volatile RAM in the PM3. It's an Atmel processor (a bit like an Arduino).
To add new function start with a software package like PyRow (which uses the well documented CSAFE interface) and add you stuff that way.
To add new function start with a software package like PyRow (which uses the well documented CSAFE interface) and add you stuff that way.