An open API service indexing awesome lists of open source software.

https://github.com/jacktoaster/framework-usb2can

USB to CAN device in a Framework laptop expansion card
https://github.com/jacktoaster/framework-usb2can

Last synced: 4 months ago
JSON representation

USB to CAN device in a Framework laptop expansion card

Awesome Lists containing this project

README

          

# framework CAN Interface
![kibot status](https://github.com/JackToaster/framework-usb2can/actions/workflows/kibot.yml/badge.svg)

USB to CAN device that fits in a Framework laptop expansion card.

## Hardware

The USB to CAN device is based on the _STM32G431_ microcontroller and _TCAN1042_ CAN transceiver.

![Render of Framework USB to CAN PCB](images/pcb_render.png)

The hardware is inspired by (but not a direct clone of) the [Canable 2.0](https://canable.io/).

It includes a removeable push-in spring connector for easy wiring to any CAN bus.

![Render of expansion card with pluggable connector](images/cad_render.png)

## Software support

Supports CANFD (Up to 5Mbaud) with _slcan_ firmware, and socketcan on Linux with _candlelight_ firmware.

For software support, see the "_Software Support_" section at [canable.io](https://canable.io/)