SparkFun_CAN-Bus_Arduino_Library icon indicating copy to clipboard operation
SparkFun_CAN-Bus_Arduino_Library copied to clipboard

Results 19 SparkFun_CAN-Bus_Arduino_Library issues
Sort by recently updated
recently updated
newest added

Created the message in the setup function and declared the tCAN message to be a global variable instead of a local variable in the loop function. So we will not...

I am trying to load n number of CAN messages(datatype tCAN) to the CAN transmission buffer (load it 3 messages at a time), and send them at a go to...

- The code was messy - The message buffer was not initialized

This lib works fine for PID codes. But there are useful bits of info (voltage, version) that don't use PID codes, they use ELM327 commands. In another Arduino OBD library,...

Hello, i was searching if i can communicate with Can speed 1Mbps, it's supported with this library ?

This library uses some outdated concepts / AVR-specific code. It **CAN** (haha) be updated to work on many more Arduino platforms. See this forum post for more details: https://forum.sparkfun.com/viewtopic.php?f=169&t=53206&p=216453#p216408

Anyone who knows how to implement 115200 baud instead of the standard baud rates?

I know this library is written for the SparkFun shield, but will it work on an ESP32 (which uses Arduino IDE/code) and be able to address it's built-in native CAN...

I'm wondering how we can add the 1000kbps setting to the library? I edited Canbus.h to add CANSPEED_1000, however it does not seem to work trying to obtain the rpm...

Does this library support CAN protocol Flow Control? In message definition tCAN, I cannot find flow control byte. I guess this library doesn't flow control, is it? When we receive...