gearsensor hold low modification

Maximize0987

10 µW
Joined
Mar 9, 2022
Messages
6
hello. I have a bbshd bike with a gearsensor.com gear sensor. I have read that it disconnects power for a very short time (3 millis). I am looking for input in how to make a simple modification that will hold it low for an additional amount of time like 1/2 or 1 second for example.

If I needed to hold it high I would try capacitors.

without a super simple solution I am thinking of using an ATTINY85 and coding it to pull low when input pin goes low the when input goes high wait for 500 millis (example) then flip output to high.

Come to think of it this is a simple solution for me, but looking for input.

THANKS!!!!
 
I was having the opposite problem where the brake line was being held low for too long from the gear sensor, so mine waits for a low from the sensor and then only holds the line low for 300ms and releases. Seems to be about right for my TSDZ2 with custom OSF and it’s motor ramp up.

I can find and post my very simple code if that’s useful?
 
Back
Top