UART Sample

This example demonstrates a basic uart input and output.

The uart can be connected through an USB-to-serial adapter to a PC. The baud rate should be set to 115200.

Flash and run the example

The commands assume that you are in the root of the repo, not the workspace.

west build --board ardep samples/uart

Flash the app using dfu-util:

west ardep dfu