Skip to main content

All Questions

Tagged with
2 votes
3 answers
842 views

Sending a float type values over CANBUS

I need help in sending float-type values over CANBUS. I'm working on data acquisition of an fsae car. I'm using Teensy 4.1 and Teensy 3.5 using MCP2562 and MCP2551 CAN transceivers (respectively) to ...
megahgan's user avatar
2 votes
1 answer
2k views

Rx Buffer overflow in MCP2515 CAN controller

Here is my context: I connect to automobile drivetrain CAN bus (Volkswagen Passat) and sniffer all the traffic. The problem is that when MCP2515 got a message from CAN and I read it via SPI, the ...
brigadir's user avatar
  • 273