2
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?

More than 5 years have passed since last update.

Nordic Nrf528xxを使ってみよう nrf52832 Arduino編

Last updated at Posted at 2019-08-03

Nrf528xxを使ってみよう からArduino編です。

nrf52はSegger Embedded Studio以外にArduinoで開発を行うことが可能です。

Arduinoを起動します。
ファイル⇒環境設定
image.png

追加のボードマネージャーのURLに
https://www.adafruit.com/package_adafruit_index.json
と入力します。
image.png

ツール⇒ボード⇒ボードマネージャーをクリックします。
image.png

Adafruit nRF52 by Adafruitを選択し
インストールします。
image.png

Adafruit nRF52832を選択します。
image.png

次にブートローダーを書き込みます。
image.png

書き込んだ後は、このようになります。
image.png
なお、nrfGoStudioで書き込むときは、こちらを使用します。
nrf52832
https://github.com/adafruit/Adafruit_nRF52_Arduino/tree/master/bootloader/feather_nrf52832
nrf52840
https://github.com/adafruit/Adafruit_nRF52_Arduino/tree/master/bootloader/pca10056

書き込みをします。
こちらのボタンを押します。
image.png

なお、書き込みの際にリセットボタンを押す必要があるものがあります。
書き込みに失敗するようならば、下記の状態の時にリセットボタンを押します。
image.png

成功するとこの画面になります。
Arduino-15.jpg

2
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
2
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?