Adafruit nRF52840 Feather Bluetooth Mesh example
This example application runs out of the box on the Adafruit nRF52840 Feather. It starts as a Bluetooth Mesh sensor server(as defined by specification) reporting from the on board temperature sensor.
The example assumes that the nRF softdevice is installed.
Prerequisites
Software
Make sure you have the latest versions (cargo install <tool>
) of these tools:
-
rustup - To compile the example with the correct toolchain.
-
probe-rs-cli - To flash the BLE protocol stack from Nordic Semiconductor.
-
probe-run - To run the example.
-
cargo-flash
-
cargo-binutils
Usage
Flash bootloader
cargo flash --manifest-path ../bootloader/Cargo.toml --release --chip nRF52840_xxAA
Flash nRF Softdevice
Download the softdevice version 7.3.0 here.
probe-rs-cli download s140_nrf52_7.3.0_softdevice.hex --chip nRF52840_xxAA --format Hex