C6 / IC4 build #239
chinasaur
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Slight side note, I'm using a Tempo Power meter on my IC4. They modify the crank arm for you: https://www.tempopowermeters.com/product-page/spin-bike-power-meter Can you comment on how it working w/ your bike? I'm in the process of sourcing the parts since the Amazon links are out of stock. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I finally got around to putting some things together and testing. It's looking okay so far. My build is a bit non-standard, partly because I am trying to specialize things for the C6 / IC4, and partly just due to what parts I was able to find.
For shifting I'm trying to use the built-in up/down buttons on the bike's console. I'm accessing the button presses by intercepting the FFC ribbon cable. I also added a voltage divider, but it may not be needed; it turns out these button lines are already down at 3.7V, which might be okay for the ESP32. Since it's there, I'm using the voltage divider just in case.![image](https://user-images.githubusercontent.com/68619/128621149-bcfb5957-546c-4f7d-bfcf-0429eeaf6611.png)
For motor I'm trying this. It's a bit smaller, but seems to have plenty of torque to turn the C6 resistance knob in my tests, even just using the 9V available from the C6's built-in DC adapter. I'm not sure yet if I will try to run it off the 9V in practice, or use a separate higher voltage source for the motor.
For stepper controller I got something like this. It seems to run fine on 3.3V. I haven't tested the UART interface yet, but it has the series resistor already on the board which hopefully simplifies things a bit.
Hopefully I'll have more to report soon. On the software / wiring side it's mostly compatible. But I'm anticipating needing to customize some things, like my up/down are I think pin-reversed and are also idle HIGH. I would also like to use the resistance sensor readings as feedback for the motor control; is that already in the code?
Beta Was this translation helpful? Give feedback.
All reactions