Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iomonad/flipper-canutils
[WIP] Leverage Flipper Zero SPI ports to interact with MCPXXXX and provide CANbus Sniss Knife inside your pocket. Kind of Linux's Canutils port
https://github.com/iomonad/flipper-canutils
can canbus canutils flipper flipper-plugin flipperzero
Last synced: about 2 months ago
JSON representation
[WIP] Leverage Flipper Zero SPI ports to interact with MCPXXXX and provide CANbus Sniss Knife inside your pocket. Kind of Linux's Canutils port
- Host: GitHub
- URL: https://github.com/iomonad/flipper-canutils
- Owner: iomonad
- License: unlicense
- Created: 2023-10-19T13:55:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-11T12:10:58.000Z (8 months ago)
- Last Synced: 2024-05-11T13:28:37.889Z (8 months ago)
- Topics: can, canbus, canutils, flipper, flipper-plugin, flipperzero
- Language: C
- Homepage:
- Size: 3.67 MB
- Stars: 19
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flipper CANutils [![FAP: Build for multiple SDK sources](https://github.com/iomonad/flipper-canutils/actions/workflows/build.yml/badge.svg)](https://github.com/iomonad/flipper-canutils/actions/workflows/build.yml)
Leverage Flipper Zero SPI ports to interact with MCP2515 and provide CANbus Sniss Knife inside your pocket## Wiring
```
[A6] <--> MISO
[A7] <--> MOSI
[B3] <--> SCK
[A4] <--> CS
```## Building
```
make
make launch
```## Resources
- Visual Component Guide https://brodan.biz/blog/a-visual-guide-to-flipper-zero-gui-components/
- MCP2515 https://github.com/autowp/arduino-mcp2515/tree/master
- OBD-II Arduino https://github.com/stanleyhuangyc/ArduinoOBD
- https://github.com/jamisonderek/flipper-zero-tutorials/wiki/User-Interface