You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a hardware project for my bike which is generally just physical controls for the bike (since the bike lacks them). But in order to complete it I need to somehow get command codes to control the desired characteristic over bluetooth. I saw several other open source projects with some of the command I need like locking, unlocking and controlling the lights. What I am missing is two things:
Changing the assistance level (aka "Adaptive", "Eco", "Off" in the official app). I assume they are some kind of pressets of several motor settings but the main question is what are the values and what exact UART codes should I use to choose between them.
Switching off and on the wireless charger (C4 has it).
I have more information, but not the latest information.
I have signed a DND agreement for all ASI information and therefore I can't share it.
Since I own a C1+ I don't have any hands on experience with the C4.
Just some hints:
Decompile the Android Cowboy app APK.
Search for the bac500 motor controller documentation.
Hello @Imaginous,
I am working on a hardware project for my bike which is generally just physical controls for the bike (since the bike lacks them). But in order to complete it I need to somehow get command codes to control the desired characteristic over bluetooth. I saw several other open source projects with some of the command I need like locking, unlocking and controlling the lights. What I am missing is two things:
I found several other open source projects with some commands like this one https://github.com/runerune/BroncoUnleashed/blob/master/app/src/main/java/bike/hackboy/bronco/data/Command.java but the two things I mentioned above are still missing.
I would really appreciate any help!
The text was updated successfully, but these errors were encountered: