Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.36 KB

readme.md

File metadata and controls

40 lines (26 loc) · 1.36 KB

uteros

uteros is a pressure biofeedback device for medical training. The device can heat up and vibrate by BLE commands or pressure sensing.

This implementation supports BMP180 and BMP280 pressure sensor at the same time.

Directory Structure

  .             # - Root of your project
  |-- deps/     # - Third-party dependencies
  |-- src/      # - Main application source code
  |-- build/    # - Binaries after compiling and linking

Prerequisites

Build & Flash

From the VS Code Plug-in, follow the settings below:

setting

Then use default Build and Flash feature provided from the plug-in.

actions

Or simply from the command line,

west build -p always -b nrf52840dk_nrf52840 ./src
west flash

Please refer to the official nRF52840 DK document for details.