https://github.com/simpleble/simpleble_dut
https://github.com/simpleble/simpleble_dut
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simpleble/simpleble_dut
- Owner: simpleble
- Created: 2025-02-10T04:42:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T05:29:54.000Z (over 1 year ago)
- Last Synced: 2025-02-10T06:27:13.486Z (over 1 year ago)
- Language: Rust
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
SimpleBLE - Device Under Test
=============================
This project holds the source code for the Device Under Test (DUT) for the SimpleBLE project,
used for Hardware-in-the-Loop (HITL) testing.
Instructions
------------
To use this project, you'll need:
- MakerDiary nRF52840 M2 Dev Kit: https://makerdiary.com/products/nrf52840-m2-developer-kit
- Probe.rs: https://probe.rs/
- Rust toolchain: https://rustup.rs/
To flash the device, initially you'll need to flash softdevice running:
.. code-block:: bash
./scripts/flash-softdevice.sh
To flash the application, run:
.. code-block:: bash
cargo run