Vincenzo Gibiino

Results 132 comments of Vincenzo Gibiino

Hello, Yes it's nice, would you like to make a pull request?

That library seems interesting and not so heavy so it could be implemented into a download function Agree with @KonradIT e) and f) are out of scope

Have you tried the example in the library, does it work? As far as i remember on my hero3, if i closed the connection wrongly (i.e. turn off the camera...

I think your delay is too long, you need to call the keep alive more often

You need a USB-to-TTL converter, aka the well know CH340 or any other device like it

Hi, it is not working because you need to find the PIDs for the sensors you needs (rpm, speed, ecc) See: https://github.com/aster94/Keyword-Protocol-2000/blob/243d79a08a9dde20b574659909be3a152441e711/src/ISO.h#L140-L149 If you are able to find more info...

yes, this is all needed for the initialisation, the example without the correct sequence won't ever work

Yes, as you may have read the library is not ready for Honda, yet. Which model is your bike and year? Do you have a sequence of request known to...

@man-go1 if you can double-check this sequence: ``` send a low wait 70 ms Send a high wait 120ms send: 0xFE, 0x04, 0x72, 0x8C wait 200Ms send: 0x72, 0x05, 0x00,...

where does your code stuck?