In addition to my post in Swan Quickstart - Blues Wireless Developers, I want to add a hint - feedback about the Wizard introduced in Using the VS Code PlatformIO Extension.
The VSCode PlatformIO Extension is an open source product by PlatformIO organization, while the above depicted wizard was created specifically for Blues. I would like to give some additional ideas for improving this wizard, so that paragraph 4
Once dependency installation is complete, your
platformio.ini
file will open. This file allows you to configure deployment options and manage project libraries. Consult the PlatformIO documentation for complete details. To develop on the Swan with the Notecard, yourplatformio.ini
file will look something like this:
[env:bw_swan_r5]
platform = ststm32
board = bw_swan_r5
upload_protocol = dfu
framework = arduino
build_flags = -D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC
monitor_speed = 115200
lib_deps =
Wire
blues/Blues Wireless Notecard@^1.3.16
would be less “needed” - because it would be mostly generated by that wizard.