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

https://github.com/brainstorm/embassy-as5600

AVR PoC for an AS5600 magnetic encoder jig
https://github.com/brainstorm/embassy-as5600

Last synced: 3 months ago
JSON representation

AVR PoC for an AS5600 magnetic encoder jig

Awesome Lists containing this project

README

          

# Quickstart

Flash the Arduino Mega 2560 board with, YMMV:

```sh
cargo run -- -P /dev/ttyUSB0 # Linux
cargo run -- -P /dev/cu.usbserial-124430 # OSX
```

# Prerequisites

```
$ apt-get install avrdude clang pkg-config gcc-avr gdb-avr libelf-dev # Linux
$ brew install avrdude # OSX
$ cargo install ravedude
```

WARNING: Currently crashes on real hardware, possible illegal instruction or more obscure error that needs [close debugging attention](https://n-eq.github.io/blog/2025/05/13/rust-avr-arduino-blink).