SPI CAN bus communication with MCP2515

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
rohitshekhar
Posts: 3
Joined: Mon Dec 30, 2019 6:35 pm

SPI CAN bus communication with MCP2515

Post by rohitshekhar » Fri Feb 14, 2020 4:56 am

I was trying to communicate with my car's CAN port with MCP2515, but I am facing difficulties with basic connection stuff like after setting the baudrate and others, I am not getting sample code anywhere to proceed further. If anyone have done this please share basic stuffs with connection and communication.

Wannabe_Expert
Posts: 1
Joined: Wed Mar 03, 2021 1:00 pm

Re: SPI CAN bus communication with MCP2515

Post by Wannabe_Expert » Wed Mar 03, 2021 1:08 pm

Were you ever able to get this to work? I've done it on an arduino uno with the same MCP2515, but haven't been able to yet on mycropython.

Post Reply