Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiobaltieri/open-usb-can
Open Source USB to CANBUS interface
https://github.com/fabiobaltieri/open-usb-can
Last synced: 3 months ago
JSON representation
Open Source USB to CANBUS interface
- Host: GitHub
- URL: https://github.com/fabiobaltieri/open-usb-can
- Owner: fabiobaltieri
- License: gpl-3.0
- Archived: true
- Created: 2012-08-28T21:47:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T18:52:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T19:37:25.720Z (7 months ago)
- Language: C
- Size: 492 KB
- Stars: 102
- Watchers: 21
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-canbus - open-usb-can from Fabio Baltieri - CAN-to-USB dongle based on ATMega32U and MCP2515. (Hardware / Arduino)
README
Open-USB-CAN
============This project is an USB to CANBus interface based on the ATMega32U2 and an
MCP2515 SPI CANBus controller.The design features full electrical isolation for the CANBus interface and a
socketcan compliant Linux kernel driver.> **Warning**
>
> This is not maintained or updated, please check out
> https://github.com/candle-usb/candleLight_fw instead.License
-------This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.Contents
--------COPYING text version of the GPL
README this file
hardware/ source directory for the hardware design files
firmware/ source directory for the firmware source code
kernel-module/ source directory for the kernel driver source code