このソフトウェアはさくらのモノプラットフォーム向けのサンプルプログラムです。 同梱しているPCBファイルで製造した基板上で動作します。(SCO-LTEM1RC-A)
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 v1.7.1 .
git clone https://github.com/sakura-internet/monoplatform_nrf9160-ltem1rc.git
cd monoplatform_nrf9160-ltem1rc
rm -rf build
Use build.sh
for build.
./build.sh [target] [board]
target
- develop (default)
- staging
- production
- local
board
- scm-ltem1nrf_nrf9160ns on SCO-LTEM1RC-A
For develop / SCM-LTEM1NRF
./build.sh
For production / SCM-LTEM1NRF
./build.sh production
For local only
cp -n prj.conf.develop prj.conf.local
vi prj.conf.local
./build.sh local
nrfjprog
is required.
For develop
./flash.sh
For production
./flash.sh production
OR
Write the HEX image file 'build/{ENV}/zephyr/merged.hex' using nRF Connect `Programmer' application.
Please refer to the Wiki(Japanese) for specifications.