Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 506 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 506 Bytes

nrf52805_ble_uart

TARGET:

Build a sample for nordic nrf52805.

How to use:

## clone project
git clone https://github.com/fugreat/nrf52805_ble_uart

## add submodue(sdk)
git submodule init
git submodule update

## compile:
make

## download
make erase
make flash_softdevice
make flash

Refence:

Refence from nordic :
developing-for-the-nrf52805-with-nrf5-sdk