Testing our nRF52 iBeacon with the “Locate Beacon” mobile app

Install Apache Mynewt and Embedded Rust for nRF52 and Visual Studio Code on Windows and macOS

Install Rust for Windows and macOS

rustup default nightly
rustup update
rustup target add thumbv7m-none-eabi
rustup target add thumbv7em-none-eabihf
rustc -V

Install Source Files

Cortex-Debug Extension for Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug

Build The Firmware

Flash The Firmware

nRF52 Board connected to ST-Link V2

Run The Program

Optional: Install Rust Language Server

Optional: Update The Program Settings