Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blueluna/nrf52833-experiments
- Owner: blueluna
- License: mit
- Created: 2020-05-24T18:27:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T01:43:25.000Z (about 1 year ago)
- Last Synced: 2024-04-24T03:52:00.152Z (9 months ago)
- Language: Rust
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```