CANBUS transceiver for teensy 3.6


The Teensy 3.6 is the first Teensy board to offer dual CAN-bus. This tiny backpack includes two SN65HVD230D transceivers, one for each CAN line. Also included are 120hm termination resistors. The unobtrusive design allows you to easily access surrounding pins if needed.

An extra Rs pin for each transceiver allows switching to high speed mode (strong pull down to GND) or low power mode (strong pull up to VCC).

 

If you want to make a small network with one Teensy 3.6 just connect CAN0 Line High to CAN1 Line High and the same for the Line Low.




The recommended library for this board is the FlexCan lib included with Teensyduino installation. An updated version of the library can be found here https:github.comcollin80FlexCAN_Library

or in a by JDN tested version for teensy 3.6 here:

Src folder list: here




Connection

Teensy 3.6 pinout

 

Tranceiver location on teensy 3.6:

 

One code example

here