Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blueluna/nrf52833-experiments

Experiments with the Nordic nRF52833-DK
https://github.com/blueluna/nrf52833-experiments

Last synced: 24 days ago
JSON representation

Experiments with the Nordic nRF52833-DK

Awesome Lists containing this project

README

        

# nRF52833-DK experiments

Wrote this app when I built the nrf52833-pac and nrf52833-hal to test some
subsystems. The board used is the Nordic nRF52833-DK.

Later on I added some examples for BBC micro:bit v2.

## Run

Install `probe-run` to run the examples.

```
$ cargo install probe-run
```

Enter the directory for the board and run the example.
```
$ cd microbit
$ DEFMT_LOG=info cargo run --example microbit-ccmstar
```