PDA

View Full Version : Interfacing Coyote CAN to Arduino



Nigel Allen
09-26-2025, 08:12 PM
G'day all,

Just wondering if anyone here on the Forum has any practical experience interfacing the coyote CANbus to Arduino?

I have a small project where I want to monitor oil pressure.

Any sharing of code, help or guidance sincerely appreciated.

Cheers,

Nige

danmas
09-26-2025, 08:36 PM
Check this out:

https://www.instructables.com/Yes-We-CAN-BUS-With-Arduino-in-30-Seconds/

jab351w
09-29-2025, 04:27 PM
Elm Electronics is apparently out of business, but if you can still find a non-counterfit one the Elm327 makes it pretty easy to talk OBDII with a microcontroller using a simple serial protocol.

Not CANbus/Arduino, but for this was something I made years ago using an Elm323 (ISO-only version of the Elm327) and a PIC16F1829 running my code. Please excuse the dust...

219596