Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miwagner/ESP32-Arduino-CAN

An Arduino CAN-Bus library for ESP32
https://github.com/miwagner/ESP32-Arduino-CAN

arduino driver

Last synced: 3 months ago
JSON representation

An Arduino CAN-Bus library for ESP32

Awesome Lists containing this project

README

        

# Arduino Library for the ESP32 CAN Bus (ESP32-Arduino-CAN)

## Features

* Support the CAN Bus from the ESP32 (SJA1000)
* CAN Messages send and receive
* Various Bus speeds
* Standard and Extended Frames
* CAN Message Filter

## Third Party Components

- Arduino-ESP32-CAN-Demo
- Arduino CAN Demo from [iotsharing.com - nhatuan84](https://github.com/nhatuan84/arduino-esp32-can-demo)

- ESPCan Driver
- Base CAN Driver from [Thomas Barth](https://github.com/ThomasBarth/ESP32-CAN-Driver) and [Nayar Systems](https://github.com/nayarsystems/ESP32-CAN-Driver)
- General [Component CAN Driver Pack](https://github.com/ESP32DE/ESP32-CAN-Driver/tree/Component_CAN_Driver_Pack) Work for ESP-IDF with menuconfig from [rudi ;-)](http://esp32.de)

## Usage

See the examples in the [/examples](examples) folder.