This software is `Object RX sample' for Sakura's MONOPLATFORM.
Target divice are Nordic nRF9160DK and Nordic Thingy:91.
See nRF Connect SDK Getting started.
If you want to install the development environment quickly, see Installing the nRF Connect SDK through nRF Connect for Desktop.
Using nRF Connect SDK v2.3.0 .
git clone --recursive https://github.com/sakura-internet/sipf-lib_sample_app_tx_nrf9160.git
cd sipf-lib_sample_app_tx_nrf9160
This program is depend to sipf-lib_nrfconnect library.
You must specify the --recursive
option.
rm -rf build
Use west build
for build.
west build -b [board]
board
- nrf9160dk_nrf9160_ns
- thingy91_nrf9160_ns
For Nordic nRF9160DK
west build -b nrf9160dk_nrf9160_ns
nrfjprog
is required.
west flash
OR
Write the HEX image file 'build/zephyr/merged.hex' using nRF Connect `Programmer' application.
Please refer to the さくらのモノプラットフォーム Client library for nRFConnect Wiki(Japanese) for library specifications.