Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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