0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Nordic nRF9160 DKをはじめよう5~1nceOS編1~ 

Posted at

Nordic nRF9160 DKをはじめよう4~toolchains&SDK追加編~ の続きです。

今回は 1nceOS を使ってみましょう。

1nce OSのインストール

Manage toolchains⇒Open Terminal Profile から任意のディレクトリに Github のプログラムを ダウンロード します。
Manage toolchainsクリック し、Open Terminal Profileクリック します。
image.png
任意のディレクトリにて

git clone https://github.com/1NCE-GmbH/blueprint-zephyr.git

を実行し、Github のデータを クローン します。
image.png
Open an exsiting application⇒nce_lwm2m_demo を選択し、Openクリック します。
image.png
image.png
SDKToolchainv2.2.0 であることを確認し、Board targetnrf9160dk_nrf9160_ns を指定します。
image.png
Build Configurationクリック します。
image.png

接続できていない場合

このまま接続した場合、下記のようにエラーが出ます。
image.png
このためprj.confを編集します。
96・97行目をコメントアウト しICCIDとPSKを使用しない Unsecureモード にします。

CONFIG_LWM2M_DTLS_SUPPORT=n
CONFIG_LWM2M_CLIENT_UTILS_SERVER="coap://lwm2m.os.1nce.com:5683"

編集後、Build⇒Flash します。
image.png
image.png

接続できている場合

接続できた場合、以下のようになります。
image.png

1nce OS

次は、1nceのサイトから見てみましょう。
ブレイクアウト設定をヨーロッパ(フランクフルト)にしないと1nce OSの認識がされません。

ブレイクアウト設定⇒ヨーロッパ(フランクフルト) 保存を押します。
image.png
Nordic nRF9160 DKをはじめよう6~1nceOS編2~に続きます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?