Skip to content

Commit 01fecc9

Browse files
authored
updated name of product
the word "Sense" in the product name wasn't used correctly in some places the tutorial. This updated those places. also, @BenjaminDannegard don't we need an image of the product in the beginning of the tutorial?
1 parent 241d6b1 commit 01fecc9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/cheat-sheet/ble-cheat-sheet.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,47 +31,47 @@ software:
3131
- iot-cloud
3232
---
3333

34-
The Arduino® Nano 33 BLE sense
34+
The Arduino® Nano 33 BLE Sense
3535

36-
This article is a collection of guides, API calls, libraries and tutorials that can help you get started with the Nano 33 BLE sense board.
36+
This article is a collection of guides, API calls, libraries and tutorials that can help you get started with the Nano 33 BLE Sense board.
3737

38-
You can also visit the [documentation platform for the Nano 33 BLE sense](/hardware/nano-33-ble-sense).
38+
You can also visit the [documentation platform for the Nano 33 BLE Sense](/hardware/nano-33-ble-sense).
3939

4040
## Core
4141

42-
The Nano 33 BLE sense uses the [Arduino Mbed OS Nano Boards core](https://github.com/arduino/ArduinoCore-mbed).
42+
The Nano 33 BLE Sense uses the [Arduino Mbed OS Nano Boards core](https://github.com/arduino/ArduinoCore-mbed).
4343

4444
## Datasheet
4545

4646
The full datasheet is available as a downloadable PDF from the link below:
4747

48-
- [Download the Arduino Nano 33 BLE sense datasheet](https://docs.arduino.cc/static/5f29b61bbb52d2c964a3588d9c5c8030/ABX00031-datasheet.pdf)
48+
- [Download the Arduino Nano 33 BLE Sense datasheet](docs.arduino.cc/resources/datasheets/ABX00031-datasheet.pdf)
4949

5050
## Installation
5151

5252
### Arduino IDE 1.8.X
5353

54-
The Nano 33 BLE sense can be programmed through the **Classic Arduino IDE 1.8.X**. To install your board, you can check out the guide below:
54+
The Nano 33 BLE Sense can be programmed through the **Classic Arduino IDE 1.8.X**. To install your board, you can check out the guide below:
5555

5656
- [Installing the Arduino Mbed OS Nano Boards core](/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nano)
5757

5858
### Arduino IDE 2.0.X
5959

60-
The Nano 33 BLE sense can be programmed through the **Arduino IDE 2.0.X**. To install your board, you can check out the guide below:
60+
The Nano 33 BLE Sense can be programmed through the **Arduino IDE 2.0.X**. To install your board, you can check out the guide below:
6161

6262
- [How to use the board manager with the Arduino IDE 2.0](/software/ide-v2/tutorials/ide-v2-board-manager)
6363

6464
### Web Editor
6565

66-
The Nano 33 BLE sense can be programmed through the **Web Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below:
66+
The Nano 33 BLE Sense can be programmed through the **Web Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below:
6767

6868
- [Getting started with the Web Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor)
6969

7070
## Using OpenMV IDE
7171

7272
If you want to use your board with MicroPython and OpenMV. Follow the tutorial below.
7373

74-
- [Getting started with OpenMV with Nano 33 BLE sense](/tutorials/nano-33-ble-sense/getting-started-omv)
74+
- [Getting started with OpenMV with Nano 33 BLE Sense](/tutorials/nano-33-ble-sense/getting-started-omv)
7575

7676
If you want an overlook of the functions and features that MicroPython provides, take a look at the tutorial below.
7777

@@ -83,11 +83,11 @@ There is a risk that the uploading process gets stuck during an upload. If this
8383

8484
## Pins
8585

86-
![The pinout for Nano 33 BLE sense.](assets/pinout.png)
86+
![The pinout for Nano 33 BLE Sense.](assets/pinout.png)
8787

8888
### Analog Pins
8989

90-
The Nano 33 BLE sense has 8 analog pins, that can be used through the `analogRead()` function.
90+
The Nano 33 BLE Sense has 8 analog pins, that can be used through the `analogRead()` function.
9191

9292
```arduino
9393
value = analogRead(pin, value);
@@ -206,9 +206,9 @@ The magnetometer data can be accessed through the following commands:
206206

207207
If you want to learn more on how to use the IMU, please check out the tutorial below:
208208

209-
- [Accessing IMU gyroscope data with Nano 33 BLE sense](/tutorials/nano-33-ble-sense/imu_gyroscope)
210-
- [Accessing IMU accelerometer data with Nano 33 BLE sense](/tutorials/nano-33-ble-sense/imu_accelerometer)
211-
- [Accessing IMU magnetometer data with Nano 33 BLE sense](/tutorials/nano-33-ble-sense/imu_magnetometer)
209+
- [Accessing IMU gyroscope data with Nano 33 BLE Sense](/tutorials/nano-33-ble-sense/imu_gyroscope)
210+
- [Accessing IMU accelerometer data with Nano 33 BLE Sense](/tutorials/nano-33-ble-sense/imu_accelerometer)
211+
- [Accessing IMU magnetometer data with Nano 33 BLE Sense](/tutorials/nano-33-ble-sense/imu_magnetometer)
212212

213213
## Proximity and Gesture Detection
214214

@@ -384,7 +384,7 @@ Like other Arduino® products, the Nano 33 BLE Sense features dedicated pins for
384384

385385
### SPI
386386

387-
The pins used for SPI (Serial Peripheral Interface) on the Nano 33 BLE sense are the following:
387+
The pins used for SPI (Serial Peripheral Interface) on the Nano 33 BLE Sense are the following:
388388

389389
- (CIPO) - D12
390390
- (COPI) - D11
@@ -419,7 +419,7 @@ And to write to the device:
419419

420420
### I2C
421421

422-
The pins used for I2C (Inter-Integrated Circuit) on the Nano 33 BLE sense are the following:
422+
The pins used for I2C (Inter-Integrated Circuit) on the Nano 33 BLE Sense are the following:
423423

424424
- (SDA) - A4
425425
- (SCL) - A5
@@ -476,13 +476,13 @@ Serial1.write("Hello world!");
476476

477477
## Connectivity
478478

479-
The Nano 33 BLE sense supports Bluetooth® through the [u-blox NINA-B306](https://docs.arduino.cc/resources/datasheets/NINA-B3-series.pdf) module. To use this module, we can use the [ArduinoBLE](https://www.arduino.cc/en/Reference/ArduinoBLE) library.
479+
The Nano 33 BLE Sense supports Bluetooth® through the [u-blox NINA-B306](https://docs.arduino.cc/resources/datasheets/NINA-B3-series.pdf) module. To use this module, we can use the [ArduinoBLE](https://www.arduino.cc/en/Reference/ArduinoBLE) library.
480480

481481
![Bluetooth module.](assets/Nano33_ble_sense_ble.png)
482482

483483
## Bluetooth®
484484

485-
To enable Bluetooth® on the Nano 33 BLE sense, we can use the [ArduinoBLE](https://www.arduino.cc/en/Reference/ArduinoBLE) library, and include it at the top of our sketch:
485+
To enable Bluetooth® on the Nano 33 BLE Sense, we can use the [ArduinoBLE](https://www.arduino.cc/en/Reference/ArduinoBLE) library, and include it at the top of our sketch:
486486

487487
```arduino
488488
#include <ArduinoBLE.h>
@@ -516,7 +516,7 @@ BLEDevice central = BLE.central();
516516

517517
### Tutorials
518518

519-
- [Controlling Nano 33 BLE sense RGB LED via Bluetooth®](/tutorials/nano-33-ble-sense/bluetooth)
519+
- [Controlling Nano 33 BLE Sense RGB LED via Bluetooth®](/tutorials/nano-33-ble-sense/bluetooth)
520520

521521
## USB Keyboard
522522

0 commit comments

Comments
 (0)