Skip to content

Software CANbus implementation for rp2040 micro-controllers

License

Notifications You must be signed in to change notification settings

jtmaston/can2040-mod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The can2040 project is a software CAN bus implementation for Raspberry Pi rp2040 micro-controllers. It enables an rp2040 chip to implement CAN bus using a standard CAN transceiver chip.

The code supports reading and writing CAN 2.0B data frames at rates up to 1Mbit per second. See the API document for information on using can2040. The tools document contains information on developer tools that may be useful.

This is a software implementation of CAN bus. See the features document for details about the implementation.

The code overview document provides some information for developers interested in understanding the internals of the can2040 code.

About

Software CANbus implementation for rp2040 micro-controllers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.3%
  • Python 16.7%