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

https://github.com/simpleble/simpleble_dut


https://github.com/simpleble/simpleble_dut

Last synced: about 1 year ago
JSON representation

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