Skip to content

Commit f5cd5ba

Browse files
committed
removed double-references and reverted undesired changes
1 parent ef9871f commit f5cd5ba

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/enabling-ble/enabling-ble.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void setup() {
130130
pinMode(LED_BUILTIN, OUTPUT); // initialize the built-in LED pin to indicate when a central is connected
131131
pinMode(ledPin, OUTPUT); // initialize the built-in LED pin to indicate when a central is connected
132132
133-
//initialize Bluetooth® Low Energy library
133+
//initialize ArduinoBLE library
134134
if (!BLE.begin()) {
135135
Serial.println("starting Bluetooth® Low Energy failed!");
136136
while (1);
@@ -224,7 +224,7 @@ void setup() {
224224
pinMode(LED_BUILTIN, OUTPUT); // initialize the built-in LED pin to indicate when a central is connected
225225
pinMode(ledPin, OUTPUT); // initialize the built-in LED pin to indicate when a central is connected
226226
227-
//initialize Bluetooth® Low Energy library
227+
//initialize ArduinoBLE library
228228
if (!BLE.begin()) {
229229
Serial.println("starting Bluetooth® Low Energy failed!");
230230
while (1);

content/hardware/03.nano/boards/nano-33-ble/product.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ forumCategorySlug: '/hardware/nano-family/nano-33-ble/159'
77
certifications: [FCC, IC, REACH, CE, RoHS, WEEE, RCM]
88
---
99

10-
The Arduino Nano 33 BLE shares its pinout with the classic Arduino Nano but builds on the nRF52840 microcontroller with 1MB CPU Flash Memory. Featuring a 9 axis inertial measurement unit and the possibility for Bluetooth® Low Energy (BLE) connectivity it can help you to create your next Bluetooth® Low Energy enabled project.
10+
The Arduino Nano 33 BLE shares its pinout with the classic Arduino Nano but builds on the nRF52840 microcontroller with 1MB CPU Flash Memory. Featuring a 9 axis inertial measurement unit and the possibility for Bluetooth® Low Energy connectivity it can help you to create your next Bluetooth® Low Energy enabled project.

content/hardware/03.nano/boards/nano-rp2040-connect/suggestions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</EssentialElement>
55

66
<EssentialElement title="BLE device to device with Nano RP2040 Connect" type="tutorial" link="/tutorials/nano-rp2040-connect/rp2040-ble-device-to-device">
7-
Learn how to connect 2x Nano RP2040 Connect boards with each other, using Bluetooth® Low Energy (BLE).
7+
Learn how to connect 2x Nano RP2040 Connect boards with each other, using Bluetooth® Low Energy.
88
</EssentialElement>
99
</EssentialsColumn>
1010

content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-ble-device-to-device/rp2040-ble-device-to-device.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'BLE Device to Device with Nano RP2040 Connect'
33
difficulty: advanced
44
compatible-products: [nano-rp2040-connect]
5-
description: 'Learn how to connect 2x Nano RP2040 Connect boards with each other, using Bluetooth® Low Energy (BLE).'
5+
description: 'Learn how to connect 2x Nano RP2040 Connect boards with each other, using Bluetooth® Low Energy.'
66
tags:
77
- Bluetooth® Low Energy
88
- Button

content/hardware/04.pro/boards/portenta-h7/tutorials/por-ard-ble/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ software:
2121
---
2222

2323
## Overview
24-
In this tutorial we will enable low energy Bluetooth® (BLE) on the Portenta H7 to allow an external Bluetooth® device to control the built-in LED either by turning it on or off.
24+
In this tutorial we will enable low energy Bluetooth® on the Portenta H7 to allow an external Bluetooth® device to control the built-in LED either by turning it on or off.
2525

2626
## Goals
2727

@@ -36,7 +36,7 @@ In this tutorial we will enable low energy Bluetooth® (BLE) on the Portenta H7
3636
- Mobile device, phone or tablet
3737
- [nRFconnect](https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-mobile) or equivalent tool downloaded on your mobile device: [nRF Connect for iOS](https://itunes.apple.com/us/app/nrf-connect/id1054362403?ls=1&mt=8) or [nRF Connect for android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp)
3838

39-
## Portenta and Low Energy Bluetooth® (BLE)
39+
## Portenta and Low Energy Bluetooth®
4040
The onboard WiFi/Bluetooth® module of the H7 offers low energy Bluetooth® functionality that gives the board the flexibility to be easily connected to devices which also support Bluetooth® Low Energy such as the Arduino Nano 33 IoT or most modern smart phones. Compared to classic Bluetooth®, Low Energy Bluetooth® is intended to provide considerably reduced power consumption and cost while maintaining a similar communication range.
4141

4242
## Instructions

content/hardware/05.nicla/boards/nicla-sense-me/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<FeatureDescription>
22

3-
The Arduino® Nicla Sense ME is our smallest form factor yet, with a range of industrial grade sensors packed into a tiny footprint. Measure process parameters such as temperature, humidity and movement. Featuring a 9 axis inertial measurement unit and the possibility for Bluetooth® Low Energy (BLE) connectivity it can help you to create your next Bluetooth® Low Energy enabled project. Make your own industrial grade wireless sensing network with the onboard **BHI260AP**, **BMP390**, **BMM150** and **BME688** Bosch sensors.
3+
The Arduino® Nicla Sense ME is our smallest form factor yet, with a range of industrial grade sensors packed into a tiny footprint. Measure process parameters such as temperature, humidity and movement. Featuring a 9 axis inertial measurement unit and the possibility for Bluetooth® Low Energy connectivity it can help you to create your next Bluetooth® Low Energy enabled project. Make your own industrial grade wireless sensing network with the onboard **BHI260AP**, **BMP390**, **BMM150** and **BME688** Bosch sensors.
44

55
</FeatureDescription>
66

content/library-examples/curie-ble/Genuino101CurieBLEBatteryMonitor/Genuino101CurieBLEBatteryMonitor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This tutorial shows one of the simplest things you can do with an Arduino 101's
1717

1818
## Software Required
1919

20-
- nRF Master Control Panel (BLE) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8)
20+
- nRF Master Control Panel(Bluetooth® Low Energy) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8)
2121

2222
## The Circuit
2323

content/library-examples/curie-ble/Genuino101CurieBLEButtonLED/Genuino101CurieBLEButtonLED.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ With this tutorial you learn to use the Curie Bluetooth® Low Energy library to
2323

2424
## Software Required
2525

26-
- nRF Master Control Panel (BLE) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8)
26+
- nRF Master Control Panel(Bluetooth® Low Energy) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8)
2727

2828
## The Circuit
2929

@@ -45,7 +45,7 @@ None
4545

4646
## On the Smartphone
4747

48-
To drive the onboard LED of Arduino 101, you need the nRF Master Control Panel (BLE) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8). Launch it and do a SCAN. You should find the **ButtonLE** tab with a *connect* button
48+
To drive the onboard LED of Arduino 101, you need the nRF Master Control Panel(Bluetooth® Low Energy) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8). Launch it and do a SCAN. You should find the **ButtonLE** tab with a *connect* button
4949

5050
![](./ButtonBLE_1.png)
5151

content/library-examples/curie-ble/Genuino101CurieBLECallbackLED/Genuino101CurieBLECallbackLED.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: 'Arduino 101 CurieBLECallbackLED'
66

77
---
88

9-
With this tutorial you use the Arduino 101's onboard Bluetooth® Low Energy (BLE) capabilities to turn on and of the LED connected to Pin 13 from a smartphone or tablet. You create a LED service that polls the central and creates Bluetooth® Low Energy events that are managed with callbacks. The values are sent using nRF Master Control Panel (BLE) app, available for Android and iOS.
9+
With this tutorial you use the Arduino 101's onboard Bluetooth® Low Energy capabilities to turn on and of the LED connected to Pin 13 from a smartphone or tablet. You create a LED service that polls the central and creates Bluetooth® Low Energy events that are managed with callbacks. The values are sent using nRF Master Control Panel(Bluetooth® Low Energy) app, available for Android and iOS.
1010

1111
## Hardware Required
1212

@@ -15,7 +15,7 @@ With this tutorial you use the Arduino 101's onboard Bluetooth® Low Energy (BLE
1515

1616
## Software Required
1717

18-
- nRF Master Control Panel (BLE) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8)
18+
- nRF Master Control Panel(Bluetooth® Low Energy) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8)
1919

2020
## The Circuit
2121

@@ -41,7 +41,7 @@ The following functions are callbacks driven by the Bluetooth® Low Energy event
4141

4242
## On the Smartphone
4343

44-
To drive the onboard LED of Arduino 101, you need the nRF Master Control Panel (BLE) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8). Launch it and do a SCAN. You should find the **LEDCB** tab with a *connect* button
44+
To drive the onboard LED of Arduino 101, you need the nRF Master Control Panel(Bluetooth® Low Energy) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8). Launch it and do a SCAN. You should find the **LEDCB** tab with a *connect* button
4545

4646
![](./CallBackLED_1.png)
4747

content/library-examples/curie-ble/Genuino101CurieBLELED/Genuino101CurieBLELED.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: 'Arduino 101 CurieBLE LED'
66

77
---
88

9-
With this tutorial you use the Arduino 101's onboard Bluetooth® Low Energy capabilities to turn on and of the LED connected to Pin 13 from a smartphone or tablet. You create a LED service and keep reading the Bluetooth® Low Energy central, looking for a writing event of the characteristic associated with the LED you want to control. This tutorial is similar to the [Callback LED](https://www.arduino.cc/en/Tutorial/Genuino101CurieBLECallbackLED) where the change is managed by polling and callback functions. The values are sent using nRF Master Control Panel (BLE) app, available for Android and iOS.
9+
With this tutorial you use the Arduino 101's onboard Bluetooth® Low Energy capabilities to turn on and of the LED connected to Pin 13 from a smartphone or tablet. You create a LED service and keep reading the Bluetooth® Low Energy central, looking for a writing event of the characteristic associated with the LED you want to control. This tutorial is similar to the [Callback LED](https://www.arduino.cc/en/Tutorial/Genuino101CurieBLECallbackLED) where the change is managed by polling and callback functions. The values are sent using nRF Master Control Panel(Bluetooth® Low Energy) app, available for Android and iOS.
1010

1111
## Hardware Required
1212

@@ -15,7 +15,7 @@ With this tutorial you use the Arduino 101's onboard Bluetooth® Low Energy capa
1515

1616
## Software Required
1717

18-
- nRF Master Control Panel (BLE) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8)
18+
- nRF Master Control Panel(Bluetooth® Low Energy) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8)
1919

2020
## The Circuit
2121

@@ -35,7 +35,7 @@ None
3535

3636
## On the Smartphone
3737

38-
To drive the onboard LED of Arduino 101, you need the nRF Master Control Panel (BLE) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8). Launch it and do a SCAN. You should find the **LED** tab with a *connect* button.
38+
To drive the onboard LED of Arduino 101, you need the nRF Master Control Panel(Bluetooth® Low Energy) for [Android](https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&amp;hl=en) and [iOS](https://itunes.apple.com/us/app/nrf-master-control-panel-ble/id1054362403?mt=8). Launch it and do a SCAN. You should find the **LED** tab with a *connect* button.
3939

4040
![](./BleLED_1.png)
4141

content/retired/01.boards/arduino-primo-core/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Arduino Primo Core"
3-
description: "The PRIMO CORE is a compact device, using a Nordic nrf52832 chip with Bluetooth® smart (BLE 4.0) and NFC-A tag functions, and also integrated motion and environmental sensors. The low power consumption permits powering the Primo Core with a coin cell battery. The Arduino PRIMO CORE can be mounted on a breakout board to extend its functionalities."
3+
description: "The PRIMO CORE is a compact device, using a Nordic nrf52832 chip with Bluetooth® smart(Bluetooth® Low Energy 4.0) and NFC-A tag functions, and also integrated motion and environmental sensors. The low power consumption permits powering the Primo Core with a coin cell battery. The Arduino PRIMO CORE can be mounted on a breakout board to extend its functionalities."
44
coverImage: "assets/a000138_featured.jpg"
55
sku: "A000138"
66
source: "https://store.arduino.cc/arduino-primo-core"

content/retired/01.boards/arduino-primo/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source: "https://store.arduino.cc/arduino-primo"
88

99
![The Arduino Primo board](./assets/a000135_featured.jpg)
1010

11-
The Arduino Primo is the first board developed in cooperation with [Nordic Semiconductor](http://www.nordicsemi.com/). It brings new benefits for the IoT world all on one platform: advanced 32-bit microcontroller architecture, Bluetooth® low energy (BLE), Wi-Fi, near-field communications (NFC), and infrared (IR) transmit and receive capability.
11+
The Arduino Primo is the first board developed in cooperation with [Nordic Semiconductor](http://www.nordicsemi.com/). It brings new benefits for the IoT world all on one platform: advanced 32-bit microcontroller architecture, Bluetooth® low energy, Wi-Fi, near-field communications (NFC), and infrared (IR) transmit and receive capability.
1212

1313
There are three onboard microcontrollers:
1414

0 commit comments

Comments
 (0)