Search found 17 matches

by wivku
February 4th, 2022, 11:17 am
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: Linux Firmware Update
Replies: 7
Views: 8918

Re: Linux Firmware Update

BTW I have expanded + published the script I originally wrote for myself: https://github.com/wivaku/getConcept2Firmwares Intended for people that don't mind figuring out the authorization token themselves. Feel free to copy/paste from that one if you like, no credit is needed. Features: - parameter:...
by wivku
February 4th, 2022, 7:17 am
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: Linux Firmware Update
Replies: 7
Views: 8918

Re: Linux Firmware Update

Nice. In that case: instead of using Actions to generate new update.sh script you could consider saving the list of files in e.g. files.json And let the update script point to the Github location (and as a fallback the local -possibly outdated- local version of that JSON file). FILES=$(curl -f -s ht...
by wivku
February 2nd, 2022, 7:10 pm
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: Dec 2021 firmware released for PM5
Replies: 18
Views: 17551

Re: Dec 2021 firmware released for PM5

the release notes for the December 2021 firmware states:
Addition of Bluetooth firmware update capability
Suggestions of what this means/does?
Does this make it possible to update the PM firmware over bluetooth? From ErgData?
by wivku
February 2nd, 2022, 6:46 pm
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: Linux Firmware Update
Replies: 7
Views: 8918

Re: Linux Firmware Update

and for fun, here's a way to display the summary as a table: #!/bin/bash #TOKEN="Authorization: Basic ..." # <<< you will have to figure out how to get that token curl -s "https://tech.concept2.com/api/firmware/latest" -H "$TOKEN" | jq -r '.data[] | [.status, .machine, .release_date, .short_descript...
by wivku
February 2nd, 2022, 6:04 pm
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: Linux Firmware Update
Replies: 7
Views: 8918

Re: Linux Firmware Update

Thanks for sharing. Be aware: in your script the versions are hardcoded (and outdated). It is safest to do what the Concept2 Utility does: get a list of most recent firmwares, and then get each of those. See below for the script I use (it requires curl, jq, 7z) Note: I have not included the token th...
by wivku
November 2nd, 2021, 11:26 am
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: ErgData: scan NFC tag instead of (new) PM5?
Replies: 18
Views: 16471

Re: ErgData: scan NFC tag instead of (new) PM5?

I asked Concept2 support about the missing N)) icon in the Ergdata app: We determined reinitializing this feature will require an update to the app. I cannot provide a date when we will release a new copy [...] So, not much else I can do for now. But the main question is answered. Conclusion so far ...
by wivku
October 31st, 2021, 11:59 am
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: ErgData: scan NFC tag instead of (new) PM5?
Replies: 18
Views: 16471

Re: ErgData: scan NFC tag instead of (new) PM5?

Excellent, thanks for the follow up. Good to hear the N)) icon shows on your device. Not sure why it does not on mine (iPhone 12). Yes, it does background NFC scanning but don't think that matters for the app functionality. BTW. turns out the NFC details are also in the SDK documentation (page 33): ...
by wivku
October 27th, 2021, 8:45 am
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: ErgData: scan NFC tag instead of (new) PM5?
Replies: 18
Views: 16471

Re: ErgData: scan NFC tag instead of (new) PM5?

Excellent, thanks @a669! Yes, any NFC scanner can read the data, including the NFC scanner functionality inside the Ergdata app. And the Ergdata app can then decide what to do with that data. E.g. connect to the PM5 with the serial ID in the first record. According to the instructions the app should...
by wivku
October 13th, 2021, 6:35 am
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: ErgData: scan NFC tag instead of (new) PM5?
Replies: 18
Views: 16471

Re: ErgData: scan NFC tag instead of (new) PM5?

Also not trying to be rude here, but I have not seen an answer to my question. (Instead: many assumptions and opinions. Nothing wrong with those, but not what I am looking for.) For me too early to tell if it depends on specific PM5 firmware. Maybe yes, maybe no. Firmware 168 mentions "NFC compatibi...
by wivku
October 13th, 2021, 5:48 am
Forum: SDK Questions
Topic: Configuring a Programmed Workout via API
Replies: 2
Views: 7014

Re: Configuring a Programmed Workout via API

The SDK is the connection to the C2-Database that contains the training results. It is not talking to the erg! It is the other way around: - SDK talks to the erg performance monitor (https://www.concept2.com/service/software/software-development-kit) - API talks to the Concept2 online logbook (to r...
by wivku
October 13th, 2021, 5:43 am
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: ErgData: scan NFC tag instead of (new) PM5?
Replies: 18
Views: 16471

Re: ErgData: scan NFC tag instead of (new) PM5?

"How to retrofit an ancient PM5"? Not planning to. "Access protocol"? Not planning to. "Buying a new PM is likely to be my only option"? I don't want to jump to conclusions. Trying to find out (from people that have access to a newer PM5) if my assumption is right: - the NFC functionality in the new...
by wivku
October 12th, 2021, 1:54 pm
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: ErgData: scan NFC tag instead of (new) PM5?
Replies: 18
Views: 16471

Re: ErgData: scan NFC tag instead of (new) PM5?

Of course fine if you think it is not worth it To each their own. :)
I was just wondering if there’s anyone who knows if it is possible, and/or what the scan output is on a newer PM5.
by wivku
October 12th, 2021, 1:34 pm
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: ErgData: scan NFC tag instead of (new) PM5?
Replies: 18
Views: 16471

Re: ErgData: scan NFC tag instead of (new) PM5?

What I am trying to achieve is the same as the NFC in newer models of PM5. From the link in original post: to assist in connection. NFC can be used to connect your smart phone to the PM5 while using ErgData. I am hoping I can avoid pressing Connect button in PM5 and selecting my PM5 in ergdata, by s...
by wivku
October 12th, 2021, 12:24 pm
Forum: Ergdata, Online Racing, Rowpro & RowIt
Topic: ErgData: scan NFC tag instead of (new) PM5?
Replies: 18
Views: 16471

ErgData: scan NFC tag instead of (new) PM5?

PM5's running hardware 620 or higher have NFC support. https://www.concept2.com/service/software/ergdata/how-to-use/connecting-nfc-near-field-communication Was wondering if there is a way for people with an older PM5 to get close to that experience. Would it be possible to simulate the effect using ...
by wivku
September 30th, 2018, 4:19 am
Forum: Feature/Function Requests
Topic: ergdata support for iOS Shortcuts
Replies: 0
Views: 7868

ergdata support for iOS Shortcuts

World be great if ergdata could support iOS 12’s Shortcuts. This so I can create a shortcut that e.g. sets the phone to do not disturb, start music playlist, start ergdata. Currently when I use the action “open app” many apps are listed but not ergdata. In addition, would be nice if there is support...