-
Notifications
You must be signed in to change notification settings - Fork 64
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
Not Working for Honda #3
Comments
Hi Stefan, unfortunately I had only a suzuki, to make this lib working on it I googled a lot in the past months to discover which codes my bike needed to receive. Keyword-Protocol-2000/src/PIDs.h Line 69 in fbc69fe
but i never googled for what the other brands needs. The error in compiling you see are due to this. Since i don't have these bikes and even if i wrote the code i wouldn't be able to test the lib i didn't spent too much time with honda, kawasaki, yamaha, this is why there are typos The "hand brake" between all the brands is the same, only a few values need to be changed inside the |
Hi, thank for the reply. im gonna try to look if i'm capable to make the work. i'm not that greate with this type of coding. |
If you have any question and you need any aid let me know, i will try to help |
Hi
Today I tried everything. But no contact with the ecu. Do you got some simple script. To figure out what’s wrong. Like some basic scripts that I can communicate step by step. It looks like I got some echo back but no real contact.
( Kawasaki 👍🏻nice)
Verstuurd vanaf mijn iPhone
Op 9 jun. 2019 om 21:27 heeft aster94 <[email protected]<mailto:[email protected]>> het volgende geschreven:
If you have any question and you need any aid let me know, i will try to help
Otherwise i will start "working" again on it in the first half of july because i brought a few months ago a kawasaki versys 😃
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#3?email_source=notifications&email_token=AJILCLUI5JKEQ7OUQFUUWU3PZVKQXA5CNFSM4HWHM2IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXIQRFI#issuecomment-500238485>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJILCLSTIL65PT53WU2D4W3PZVKQXANCNFSM4HWHM2IA>.
|
Before starting which bike do you have? Are you ABSOLUTELY sure your bike uses the KWP2000? Can you post a schematics of your setup? |
Stefan, even if i would like to help i can't because i have a public tender in a few weeks and i really need to focus on that 😔 |
hi @sabsteef I just released a new version compatible with kawasaki motorbikes along with a lot more improvements. Do you wish to test some code for honda/yamaha? |
Sure. 👍🏻
|
Hello, I am also trying to comunicate with a Yamaha YXZ 1000R ECU to read gear indicator, speed, rpm, temps, etc. Can you help me? I will have all the hardware tomorrow. I am working on a telemetry project and trying to read the data from the ECU. Regards from Portugal |
Hello? |
@vaz83 you already opened an issue, please write only there and leave this only for honda |
Hi,
I'm trying to getting this code working. I started to define Honda. but i get an error that i can't build the solution. You described that Honda is the same as Yamaha. so i tried that.
The build works, but i can't get connected.
so i looked what's differents between Honda and Yamaha.
I've seen that there are typo's in YAMAHA and it sometimes spells YAMAYA.
so for Yamaha it doe not get in the:
`#elif defined(YAMAHA)
And there is (i think) a problem. Request_sens is not declared. and when i declared it:
`#if defined(HONDA)
#if defined(BIKE_CHOOSED)
#error "two or more bikes choosed, please see src/PIDs.h"
#else
#define BIKE_CHOOSED
#endif // BIKE_CHOOSED
// see above
#endif // HONDA
const uint8_t request_sens[] = {0x80,0x02}
`
everything els fails to build the solution.
i got it connected correctly with some test scripts. And get some of a response.
can you help me out?
tnx stefan
The text was updated successfully, but these errors were encountered: