Get the Move Firmware

The firmware for Healthypi Move can be easily obtained with a few simple steps.

  1. Create a workspace and get the zephyr source code inside the workspace.

    west init -m https://github.com/protocentral/healthypi-move-fw --mr main healthypi-move-workspace
    

  2. Enter the root directory of the Healthypi Move Zephyr workspace.

    cd healthypi-move-workspace
    

  3. Update the workspace's projects based on the contents of the manifest file

    west update
    

  4. Launch VS Code, click on the nRF Connect extension and on the left side, click on Open an existing application and open the following path healthypi-move-workspace\app\app. The Healthypi Move application will open and will be visible in the applications section.

    Open existing application

  5. To add the add the build configuration, click on + Add build configuration as shown in the bwlow image, a tab will appear.

    add build config

  6. Select the target board as healthypi_move/nrf5340/cpuapp and click on Build Configuration.

    target board