Skip to content

さくらのモノプラットフォーム向けnRF9160サンプルプログラムです

License

Notifications You must be signed in to change notification settings

sakura-internet/monoplatform_nrf9160-ltem1rc

Repository files navigation

monoplatform_nrf9160-ltem1rc

Getting start

About

このソフトウェアはさくらのモノプラットフォーム向けのサンプルプログラムです。 同梱しているPCBファイルで製造した基板上で動作します。(SCO-LTEM1RC-A)

Install nRF Connect SDK

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 .

Clone this repository

git clone https://github.com/sakura-internet/monoplatform_nrf9160-ltem1rc.git
cd monoplatform_nrf9160-ltem1rc

Clean

rm -rf build

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

Flash

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.

About

さくらのモノプラットフォーム向けnRF9160サンプルプログラムです

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published