Skip to content

Commit 685da5e

Browse files
committed
nano 33 ble sense trademarks and formatting
1 parent 7beda59 commit 685da5e

File tree

1 file changed

+32
-30
lines changed
  • content/hardware/03.nano/boards/nano-33-ble-sense/datasheet

1 file changed

+32
-30
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense/datasheet/datasheet.md

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: maker
77
![](assets/featured.jpg)
88

99
# Description
10-
Nano 33 BLE Sense is a miniature sized module containing a NINA B306 module, based on Nordic nRF52480 and containing a Cortex M4F, a crypto chip which can securely store certificates and pre shared keys and a 9 axis IMU. The module can either be mounted as a DIP component (when mounting pin headers), or as a SMT component, directly soldering it via the castellated pads
10+
Arduino® Nano 33 BLE Sense is a miniature sized module containing a NINA B306 module, based on Nordic nRF52480 and containing an Arm® Cortex®-M4F, a crypto chip which can securely store certificates and pre shared keys and a 9 axis IMU. The module can either be mounted as a DIP component (when mounting pin headers), or as a SMT component, directly soldering it via the castellated pads
1111

1212
# Target areas:
1313
Maker, enhancements, IoT application
@@ -16,7 +16,7 @@ Maker, enhancements, IoT application
1616
# Features
1717
- **NINA B306 Module**
1818
- **Processor**
19-
- 64 MHz Arm® Cortex-M4F (with FPU)
19+
- 64 MHz Arm® Cortex®-M4F (with FPU)
2020
- 1 MB Flash + 256 KB RAM
2121
- **Bluetooth® 5 multiprotocol radio**
2222
- 2 Mbps
@@ -41,7 +41,7 @@ Maker, enhancements, IoT application
4141
- EasyDMA for all digital interfaces
4242
- 12-bit 200 ksps ADC
4343
- 128 bit AES/ECB/CCM/AAR co-processor
44-
- **LSM9DS1** (9 axis IMU)
44+
- **LSM9DS1** (9-axis IMU)
4545
- 3 acceleration channels, 3 angular rate channels, 3 magnetic field channels
4646
- ±2/±4/±8/±16 g linear acceleration full scale
4747
- ±4/±8/±12/±16 gauss magnetic full scale
@@ -85,7 +85,7 @@ Maker, enhancements, IoT application
8585
## The Board
8686
As all Nano form factor boards, Nano 33 BLE Sense does not have a battery charger but can be powered through USB or headers.
8787

88-
**NOTE:** Arduino Nano 33 BLE Sense only supports 3.3V I/Os and is **NOT** 5V tolerant so please make sure you are not directly connecting 5V signals to this board or it will be damaged. Also, as opposed to Arduino Nano boards that support 5V operation, the 5V pin does NOT supply voltage but is rather connected, through a jumper, to the USB power input.
88+
**NOTE:** Nano 33 BLE Sense only supports 3.3V I/Os and is **NOT** 5V tolerant so please make sure you are not directly connecting 5V signals to this board or it will be damaged. Also, as opposed to Arduino Nano boards that support 5V operation, the 5V pin does NOT supply voltage but is rather connected, through a jumper, to the USB power input.
8989

9090
### Ratings
9191

@@ -126,32 +126,32 @@ Bottom:
126126
| SJ3 | 3v3 Jumper | SJ4 | D8 Jumper |
127127

128128
### Processor
129-
The Main Processor is a Cortex M4F running at up to 64MHz. Most of its pins are connected to the external headers, however some are reserved for internal communication with the wireless module and the on-board internal I<sup>2</sup>C peripherals (IMU and Crypto).
129+
The Main Processor is a Arm® Cortex®-M4F running at up to 64 MHz. Most of its pins are connected to the external headers, however some are reserved for internal communication with the wireless module and the on-board internal I<sup>2</sup>C peripherals (IMU and Crypto).
130130

131131
**NOTE**: As opposed to other Arduino Nano boards, pins A4 and A5 have an internal pull up and default to be used as an I<sup>2</sup>C Bus so usage as analog inputs is not recommended.
132132

133133
### Crypto
134134
The crypto chip in Arduino IoT boards is what makes the difference with other less secure boards as it provides a secure way to store secrets (such as certificates) and accelerates secure protocols while never exposing secrets in plain text.
135135

136-
Source code for the Arduino Library that supports the Crypto is available **[8]**
136+
Source code for the Arduino Library that supports the Crypto is available **[8]**.
137137

138138
### IMU
139139
Arduino Nano 33 BLE has an embedded 9 axis IMU which can be used to measure board orientation (by checking the gravity acceleration vector orientation or by using the 3D compass) or to measure shocks, vibration, acceleration and rotation speed.
140140

141-
Source code for the Arduino Library that supports the IMU is available **[9]**
141+
Source code for the Arduino Library that supports the IMU is available **[9]**.
142142

143143
### Barometer and Temperature Sensor
144144
The embedded Barometer and temperature sensor allow measuring ambient pressure. The temperature sensor integrated with the barometer can be used to compensate the pressure measurement.
145145

146-
Source code for the Arduino Library that supports the Barometer is available **[10]**
146+
Source code for the Arduino Library that supports the Barometer is available **[10]**.
147147

148148
### Relative Humidity and Temperature Sensor
149149
Relative humidity sensor measures ambient relative humidity. As the Barometer this sensor has an integrated temperature sensor that can be used to compensate for the measurement.
150150

151-
Source code for the Arduino Library that supports the Humidity sensor is available **[11]**
151+
Source code for the Arduino Library that supports the Humidity sensor is available **[11]**.
152152

153153
### Digital Proximity, Ambient Light, RGB and Gesture Sensor
154-
Source code for the Arduino Library that supports the Proximity/gesture/ALS sensor is available **[12]**
154+
Source code for the Arduino Library that supports the Proximity/gesture/ALS sensor is available **[12]**.
155155

156156
#### Gesture Detection
157157
Gesture detection utilizes four directional photodiodes to sense reflected IR energy (sourced by the integrated LED) to convert physical motion information (i.e. velocity, direction and distance) to a digital information. The architecture of the gesture engine features automatic activation (based on Proximity engine results), ambient light subtraction, cross-talk cancellation, dual 8-bit data converters, power saving inter-conversion delay, 32-dataset FIFO, and interrupt driven I2C communication. The gesture engine accommodates a wide range of mobile device gesturing requirements: simple UP-DOWN-RIGHT-LEFT gestures or more complex gestures can be accurately sensed. Power consumption and noise are minimized with adjustable IR LED timing.
@@ -177,12 +177,12 @@ The board can be powered via USB connector, V<sub>IN</sub> or V<sub>USB</sub> pi
177177

178178
## Board Operation
179179
### Getting Started - IDE
180-
If you want to program your Arduino Nano 33 BLE while offline you need to install the Arduino Desktop IDE [1] To connect the Arduino Nano 33 BLE to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
180+
If you want to program your Nano 33 BLE Sense while offline you need to install the Arduino Desktop IDE [1] To connect the Nano 33 BLE Sense to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
181181

182-
### Getting Started - Arduino Web Editor
183-
All Arduino boards, including this one, work out-of-the-box on the Arduino Web Editor [2], by just installing a simple plugin.
182+
### Getting Started - Arduino Cloud Editor
183+
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor [2], by just installing a simple plugin.
184184

185-
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
185+
The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
186186

187187
### Getting Started - Arduino Cloud
188188
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
@@ -345,26 +345,28 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
345345

346346
## Reference Documentation
347347

348-
| Reference | **Link** |
349-
| ------------------------- | ------------------------------------------------------------ |
350-
| Arduino IDE (Desktop) | https://www.arduino.cc/en/software |
351-
| Arduino IDE (Cloud) | https://create.arduino.cc/editor |
352-
| Cloud IDE Getting Started | https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a |
353-
| Forum | http://forum.arduino.cc/ |
354-
| Nina B306 | https://content.u-blox.com/sites/default/files/NINA-B3_DataSheet_UBX-17052099.pdf |
355-
| ECC608 | https://ww1.microchip.com/downloads/aemDocuments/documents/SCBU/ProductDocuments/DataSheets/ATECC608A-CryptoAuthentication-Device-Summary-Data-Sheet-DS40001977B.pdf |
356-
| MPM3610 | https://www.monolithicpower.com/pub/media/document/MPM3610_r1.01.pdf |
357-
| ECC608 Library | https://github.com/arduino-libraries/ArduinoECCX08 |
358-
| LSM6DSL Library | https://github.com/adafruit/Adafruit_LSM9DS1 |
359-
| LPS22HB | https://github.com/stm32duino/LPS22HB |
360-
| HTS221 Library | https://github.com/stm32duino/HTS221 |
361-
| APDS9960 Library | https://github.com/adafruit/Adafruit_APDS9960 |
362-
| ProjectHub | https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending |
363-
| Library Reference | https://www.arduino.cc/reference/en/ |
348+
| Reference | **Link** |
349+
| -------------------------------------- | ------------------------------------------------------------ |
350+
| Arduino IDE (Desktop) | https://www.arduino.cc/en/software |
351+
| Arduino Cloud Editor | https://create.arduino.cc/editor |
352+
| Arduino Cloud Editor - Getting Started | https://docs.arduino.cc/arduino-cloud/guides/editor/ |
353+
| Arduino Project Hub | https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending |
354+
| Library Reference | https://www.arduino.cc/reference/en/ |
355+
| Forum | http://forum.arduino.cc/ |
356+
| Nina B306 | https://content.u-blox.com/sites/default/files/NINA-B3_DataSheet_UBX-17052099.pdf |
357+
| ECC608 | https://ww1.microchip.com/downloads/aemDocuments/documents/SCBU/ProductDocuments/DataSheets/ATECC608A-CryptoAuthentication-Device-Summary-Data-Sheet-DS40001977B.pdf |
358+
| MPM3610 | https://www.monolithicpower.com/pub/media/document/MPM3610_r1.01.pdf |
359+
| ECC608 Library | https://github.com/arduino-libraries/ArduinoECCX08 |
360+
| LSM6DSL Library | https://github.com/adafruit/Adafruit_LSM9DS1 |
361+
| LPS22HB | https://github.com/stm32duino/LPS22HB |
362+
| HTS221 Library | https://github.com/stm32duino/HTS221 |
363+
| APDS9960 Library | https://github.com/adafruit/Adafruit_APDS9960 |
364+
364365

365366
## Revision History
366367

367368
| Date | **Revision** | **Changes** |
368369
| ---------- | ------------ |-------------------------------------- |
370+
| 25/04/2024 | 3 | Updated link to new Cloud Editor |
369371
| 03/08/2022 | 2 | Reference documentation links updates |
370372
| 27/04/2021 | 1 | General datasheet updates |

0 commit comments

Comments
 (0)