Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moonglow/vector_can

:dragon: Vector VN1610 protocol implementation for cheap STM32F4 hardware
https://github.com/moonglow/vector_can

busmaster can canalyzer stm32 usb2can vector vn1610

Last synced: 3 months ago
JSON representation

:dragon: Vector VN1610 protocol implementation for cheap STM32F4 hardware

Awesome Lists containing this project

README

        

# VN1610 firmware for STM32F4 based boards

Target hardware:
* Any STM32F407/405 based boards with 8MHz oscillator

Pinout:
|PIN/PINS|DESCRIPTION|
| ------ | ------ |
|PC10|STATUS LED|
|PA2/PA3|TX/RX CAN1 LED|
|PC6/PC7|TX/RX CAN2 LED|
|PB8/PB9|CAN1 RX/TX|
|PB5/PB6|CAN2 RX/TX|
|PB14/PB15|USB DM/DP|

Features:
- Two channel USB<->CAN adapter
- Supports by XL-Driver-Library
- Supports by BusMaster

Limits:
- For education purpose only
- No license inside ( do not ask about it )
- No FDCAN due hardware limitation
- Some protocol specific messages not implemented yet
- Be sure to use **PB14/PB15** pins for USB

Download:
- [Release page](https://github.com/moonglow/vector_can/releases/latest)

License
----

WTFPL