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
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-33-ble-sense/datasheet/datasheet.md
+32-30Lines changed: 32 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ type: maker
7
7

8
8
9
9
# 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
As all Nano form factor boards, Nano 33 BLE Sense does not have a battery charger but can be powered through USB or headers.
87
87
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.
89
89
90
90
### Ratings
91
91
@@ -126,32 +126,32 @@ Bottom:
126
126
| SJ3 | 3v3 Jumper | SJ4 | D8 Jumper |
127
127
128
128
### 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).
130
130
131
131
**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.
132
132
133
133
### Crypto
134
134
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.
135
135
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]**.
137
137
138
138
### IMU
139
139
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.
140
140
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]**.
142
142
143
143
### Barometer and Temperature Sensor
144
144
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.
145
145
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]**.
147
147
148
148
### Relative Humidity and Temperature Sensor
149
149
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.
150
150
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]**.
152
152
153
153
### 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]**.
155
155
156
156
#### Gesture Detection
157
157
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
177
177
178
178
## Board Operation
179
179
### 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.
181
181
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.
184
184
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.
186
186
187
187
### Getting Started - Arduino Cloud
188
188
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
0 commit comments