Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My display stopped working #1

Open
MarcWeber opened this issue Nov 27, 2022 · 1 comment
Open

My display stopped working #1

MarcWeber opened this issue Nov 27, 2022 · 1 comment

Comments

@MarcWeber
Copy link

Can I use this to control my bionx bike ?
What I noticed is that you don't have implemented eg switching on light yet.
So can i find out by sniffing a second bike what commands to send to switch on off the light ?

@inarighas
Copy link
Owner

It will depend on the version of your bionx console/bike, but I think that the protocol is quite similar (CAN bus).
You need to listen on the network using sparkfun_sniffer and check if the commands sent by the bionx console and the battery are similar to what I had.
I don't remember having light control in my ebike so this is not available in my code. So, definitely, the sniffer will help you find out all that is happening in the network. I had to save all the messages in some file that I analyze on the fly or afterward, and I had to experiment on a test bench custom commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants