Timur Iskhodzhanov

Results 52 comments of Timur Iskhodzhanov

> Just connecting these to the SCK bus even when MISO and MOSI are > disconnected results in an initialisation failure of the CAN shield. Yeah, sounds like you need...

Came up with an even better idea, force-pushed an update into the branch so you can avoid looking at the less optimal intermediate solution.

Sent a PR https://github.com/sandeepmistry/arduino-CAN/pull/47 that allows specifying registers directly.

When you controller gets into that state, what are the values of the EFLG, TEC, REC registers?

Does this fix the issue? https://github.com/sandeepmistry/arduino-CAN/pull/45

You might find the PIDs for your vehicle on vehicle-specific forums.

Bluetooth Low Energy (BLE) has limited maximum bandwidth. If you try to send more than BLE allows, some information will be dropped, one way or another. By dividing the rate...

Hi Tony! Since I don't have that ECU on my cars, I won't be able to effectively add support for it myself. However, I'll happily accept a Pull Request if...

I ended up doing some refactor myself in aedc9b41c73e99dbd4f05292e5dbf4154d9f0bf0, please take a look. Hopefully it is a good example of how ESP32 support could work. In fact, now that I've...

Sorry, I had some issues with my ESP32 hardware on the weekend (turned out my two RejsaCAN boards were dead on arrival!), but I was still able to make some...