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.
. # - Root of your project
|-- deps/ # - Third-party dependencies
|-- src/ # - Main application source code
|-- build/ # - Binaries after compiling and linking
From the VS Code Plug-in, follow the settings below:
Then use default Build
and Flash
feature provided from the plug-in.
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.