kentindell / canhack

The Yes We CAN project of Canis Labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firmware/Hardware

nico0481 opened this issue · comments

Hello Ken,

I'm quite confused with the use of 2 boards.
I noticed the difference with the Canis CANHack board vs the Canis CANPico ( includes MCP2518 transceiver), but what is the difference with the firmware? Which one is the best to use with CANHackTool kit?
What is the improvement with the controller?
It is not even clear for me.

Thank you

Regards

Nico

The CANHack board has a CAN transceiver connected to the GPIO pins. The CANPico board has a CAN controller connected to the transceiver but also connects the transceiver to the same pins.

The same firmware can be used on both boards. The API for the CAN controller will return an error when you try to use it on a CANHack board because there's nothing to talk to on the end of the SPI bus :-)