/mynewt-btshell

Standalone repository for building and flashing `btshell`

Primary LanguageShell

mynewt-btshell

Standalone repository for building and flashing btshell

Building

Running the bootstrap script will create the project and build:

./bootstrap.sh

Flashing

With an nrf52840dk board plugged in via USB, run:

./flash.sh

Serial

Once the board is flashed, you can access serial console via a tool like picocom:

$ picocom -b 115200 /dev/ttyACM1

033223 btshell>

Additional Information

See some of the official API docs for usage examples.