Skip to content
/ uteros Public

Pressure Biofeedback Device for Medical Training

Notifications You must be signed in to change notification settings

fetiu/uteros

Repository files navigation

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.

About

Pressure Biofeedback Device for Medical Training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published