hishizuka / pizero_bikecomputer

An open source bike computer based on Raspberry Pi Zero (W, WH, 2W) with GPS and ANT+. Including offline map and navigation.

Home Page:https://qiita.com/hishi/items/46619b271daaa9ad41b3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

real time W'bal integration as info displayed

serpico opened this issue · comments

It's more of an idea than feature request ( I'll probably never build a bike computer even given a very detailled how to like you're doing here :-) ).

I, nevertheless, appreciate your great work.

I'm using using Goldencheetah to keep track of my bike rides and I thought it would be great for some bike tourers to have that W' bal info ( the red curve on the screenshot below ) directly available on the screen, in ( almost, recalculated every few minutes, kilometers... ) real time to, for example not overwork themselves during sorties. I didn't real dig on the what that would involve but at first glance, it seems you're already packing all what's needed on your board.

Again it's just an idea...and congratulation 👍 on what you did.

W'bal red graph

Hi, thanks for your suggestion.
It looks like it can be done with the following repository that Goldencheetah team is working on.
https://github.com/GoldenCheetah/sweatpy

Hi, @serpico, I've finally implemented it.
The input parameters are CP and W prime, and the W prime balance is updated in real time.
I' ll update the repository soon.

スクリーンショット 2022-01-13 23 39 15

Here are some screenshots.

2022-01-22_09-20-54

w_prime_balance_mini

Hi, @serpico , I finally add W' balance. Please try it!