You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ as the `nRF5_SDK_12.3.0_d7731ad/components/toolchain/gcc/` folder).
159
159
160
160
### Prerequisites (to compile with Segger Embedded Studio):
161
161
Since Q4 of 2017 Segger Embedded Studio has been free (as in beer) to use with Nordic Semiconductor products
162
-
such as nRF52. You can download latest version (>3.40) from Segger website.
162
+
such as nRF52. You can download latest version (>3.40) from [Segger website](https://www.segger.com/products/development-tools/embedded-studio/).
163
163
164
164
You'll need to download and unzip the Nordic SDK 12.3 as above. Only Ruuvi Firmware is currently supported with SES, open folder `ruuvi_examples/ruuvi_firmware/ruuvitag_b/ses`To find the project file.
165
165
@@ -233,7 +233,7 @@ For more help, please join [Ruuvi Slack](http://slack.ruuvi.com).
233
233
# Flashing
234
234
235
235
## With Segger J-Link
236
-
If the device is empty (no SoftDevice S132 + bootloader flashed), you need to flash using SWD interface. The easiest way is to use nRF52 development kit (PCA10036 or PCA10040) with embedded Segger. Steps:
236
+
If the device is empty (no SoftDevice S132 + bootloader flashed), you need to flash using SWD interface. The easiest way is to use nRF52 development kit (PCA10040) with embedded Segger. Steps:
237
237
238
238
Download and install latest [J-Link](https://www.segger.com/jlink-software.html)
239
239
@@ -243,11 +243,11 @@ Start the J-Link from command line by typing:
243
243
244
244
SoftDevice is Nordic Semiconductor's Bluetooth Smart (or ANT) protocol stack. Sources are super secret, but the latest version is always bundled with the SDK. So, let's flash it:
After the SoftDevice is flashed successfully, flash the bootloader:
248
+
After the SoftDevice is flashed successfully, flash the [bootloader](https://github.com/ruuvi/ruuvitag_fw/releases/download/1.3.6.1/ruuvitag_b_bootloader_1.0.0.hex):
Get nrfjprog from [Nordic's website](http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrf5x_command_line_tools/nrf5x_installation.html).
0 commit comments