Skip to content

Commit 4bb1200

Browse files
authored
Merge pull request #437 from arduino/marqdevx/nano-ble-sense/datasheet-fontSize-fix
Nano BLE Sense Datasheet: Fix font size issue
2 parents 85facc3 + d622576 commit 4bb1200

File tree

1 file changed

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

1 file changed

+26
-28
lines changed

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

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ type: maker
55
---
66

77
![](assets/featured.jpg)
8+
89
# Description
910
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
1011

@@ -14,11 +15,9 @@ Maker, enhancements, IoT application
1415

1516
# Features
1617
- **NINA B306 Module**
17-
1818
- **Processor**
1919
- 64 MHz Arm® Cortex-M4F (with FPU)
2020
- 1 MB Flash + 256 KB RAM
21-
2221
- **Bluetooth® 5 multiprotocol radio**
2322
- 2 Mbps
2423
- CSA #2
@@ -32,7 +31,6 @@ Maker, enhancements, IoT application
3231
- IEEE 802.15.4 radio support
3332
- Thread
3433
- Zigbee
35-
3634
- **Peripherals**
3735
- Full-speed 12 Mbps USB
3836
- NFC-A tag
@@ -43,8 +41,6 @@ Maker, enhancements, IoT application
4341
- EasyDMA for all digital interfaces
4442
- 12-bit 200 ksps ADC
4543
- 128 bit AES/ECB/CCM/AAR co-processor
46-
47-
4844
- **LSM9DS1** (9 axis IMU)
4945
- 3 acceleration channels, 3 angular rate channels, 3 magnetic field channels
5046
- ±2/±4/±8/±16 g linear acceleration full scale
@@ -85,13 +81,15 @@ Maker, enhancements, IoT application
8581
- More than 85% efficiency @12V
8682

8783
# Contents
84+
8885
## The Board
8986
As all Nano form factor boards, Nano 33 BLE Sense does not have a battery charger but can be powered through USB or headers.
9087

9188
**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.
9289

9390
### Ratings
94-
### Recommended Operating Conditions
91+
92+
#### Recommended Operating Conditions
9593

9694
| Symbol | Description | Min | Max |
9795
| ------ | ------------------------------------------------ | --------------- | -------------- |
@@ -105,10 +103,10 @@ As all Nano form factor boards, Nano 33 BLE Sense does not have a battery charge
105103
| PLP | Power consumption in low power mode | | TBC | | mW |
106104
| PMAX | Maximum Power Consumption | | TBC | | mW |
107105

108-
### Functional Overview
106+
## Functional Overview
109107

110108
### Board Topology
111-
Top:
109+
Top:
112110
![Board topology top](assets/topologyTop.png)
113111

114112
| **Ref.** | **Description** | **Ref.** | **Description** |
@@ -119,7 +117,7 @@ Top:
119117
| U4 | ATECC608A Crypto chip | DL1 | Led L |
120118
| U5 | APDS-9660 Ambient Module | DL2 | Led Power |
121119

122-
Bottom:
120+
Bottom:
123121
![Board topology bot](assets/topologyBot.png)
124122

125123
| **Ref.** | **Description** | **Ref.** | **Description** |
@@ -152,25 +150,25 @@ Relative humidity sensor measures ambient relative humidity. As the Barometer th
152150

153151
Source code for the Arduino Library that supports the Humidity sensor is available **[11]**
154152

155-
## Digital Proximity, Ambient Light, RGB and Gesture Sensor
153+
### Digital Proximity, Ambient Light, RGB and Gesture Sensor
156154
Source code for the Arduino Library that supports the Proximity/gesture/ALS sensor is available **[12]**
157155

158-
## Gesture Detection
159-
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.
156+
#### Gesture Detection
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.
160158

161-
## Proximity Detection
162-
The Proximity detection feature provides distance measurement (E.g. mobile device screen to user’s ear) by photodiode detection of reflected IR energy (sourced by the integrated LED). Detect/release events are interrupt driven, and occur whenever proximity result crosses upper and/ or lower threshold settings. The proximity engine features offset adjustment registers to compensate for system offset caused by unwanted IR energy reflections appearing at the sensor. The IR LED intensity is factory trimmed to eliminate the need for end-equipment calibration due to component variations. Proximity results are further improved by automatic ambient light subtraction.
159+
#### Proximity Detection
160+
The Proximity detection feature provides distance measurement (E.g. mobile device screen to user’s ear) by photodiode detection of reflected IR energy (sourced by the integrated LED). Detect/release events are interrupt driven, and occur whenever proximity result crosses upper and/ or lower threshold settings. The proximity engine features offset adjustment registers to compensate for system offset caused by unwanted IR energy reflections appearing at the sensor. The IR LED intensity is factory trimmed to eliminate the need for end-equipment calibration due to component variations. Proximity results are further improved by automatic ambient light subtraction.
163161

164-
## Color and ALS Detection
165-
The Color and ALS detection feature provides red, green, blue and clear light intensity data. Each of the R, G, B, C channels have a UV and IR blocking filter and a dedicated data converter producing16-bit data simultaneously. This architecture allows applications to accurately measure ambient light and sense color which enables devices to calculate color temperature and control display backlight.
162+
#### Color and ALS Detection
163+
The Color and ALS detection feature provides red, green, blue and clear light intensity data. Each of the R, G, B, C channels have a UV and IR blocking filter and a dedicated data converter producing16-bit data simultaneously. This architecture allows applications to accurately measure ambient light and sense color which enables devices to calculate color temperature and control display backlight.
166164

167-
## Digital Microphone
165+
### Digital Microphone
168166
The MP34DT05 is an ultra-compact, low-power, omnidirectional, digital MEMS microphone built with a capacitive sensing element and an IC interface.
169167

170168
The sensing element, capable of detecting acoustic waves, is manufactured using a specialized silicon micromachining process dedicated to produce audio sensors
171169

172-
## Power Tree
173-
The board can be powered via USB connector, V<sub>IN</sub> or V<sub>USB</sub> pins on headers.
170+
### Power Tree
171+
The board can be powered via USB connector, V<sub>IN</sub> or V<sub>USB</sub> pins on headers.
174172

175173
![Power tree](assets/powerTree.svg)
176174

@@ -195,7 +193,7 @@ Sample sketches for the Arduino Nano 33 BLE can be found either in the “Exampl
195193
### Online Resources
196194
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on ProjectHub **[13]**, the Arduino Library Reference **[14]** and the on line store **[15]** where you will be able to complement your board with sensors, actuators and more.
197195

198-
### Board Recovery
196+
### Board Recovery
199197
All Arduino boards have a built-in bootloader which allows flashing the board via USB. In case a sketch locks up the processor and the board is not reachable anymore via USB it is possible to enter bootloader mode by double-tapping the reset button right after power up.
200198

201199
## Connector Pinouts
@@ -213,7 +211,7 @@ All Arduino boards have a built-in bootloader which allows flashing the board vi
213211
| 5 | GND | Power | Power Ground |
214212

215213
### Headers
216-
The board exposes two 15 pin connectors which can either be assembled with pin headers or soldered through castellated vias.
214+
The board exposes two 15 pin connectors which can either be assembled with pin headers or soldered through castellated vias.
217215

218216
| Pin | **Function** | **Type** | **Description** |
219217
| ---- | ------------ | ------------ | ------------------------------------------------------------ |
@@ -267,10 +265,10 @@ The board measures are mixed between metric and imperial. Imperial measures are
267265

268266
## Certifications
269267
### Declaration of Conformity CE DoC (EU)
270-
We declare under our sole responsibility that the products above are in conformity with the essential requirements of the following EU Directives and therefore qualify for free movement within markets comprising the European Union (EU) and European Economic Area (EEA).
268+
We declare under our sole responsibility that the products above are in conformity with the essential requirements of the following EU Directives and therefore qualify for free movement within markets comprising the European Union (EU) and European Economic Area (EEA).
271269

272270
### Declaration of Conformity to EU RoHS & REACH 211 01/19/2021
273-
Arduino boards are in compliance with RoHS 2 Directive 2011/65/EU of the European Parliament and RoHS 3 Directive 2015/863/EU of the Council of 4 June 2015 on the restriction of the use of certain hazardous substances in electrical and electronic equipment.
271+
Arduino boards are in compliance with RoHS 2 Directive 2011/65/EU of the European Parliament and RoHS 3 Directive 2015/863/EU of the Council of 4 June 2015 on the restriction of the use of certain hazardous substances in electrical and electronic equipment.
274272

275273
| Substance | **Maximum limit (ppm)** |
276274
| -------------------------------------- | ----------------------- |
@@ -309,12 +307,12 @@ This device complies with part 15 of the FCC Rules. Operation is subject to the
309307

310308
3. This equipment should be installed and operated with minimum distance 20cm between the radiator & your body.
311309

312-
English:
310+
English:
313311
User manuals for license-exempt radio apparatus shall contain the following or equivalent notice in a conspicuous location in the user manual or alternatively on the device or both. This device complies with Industry Canada license-exempt RSS standard(s). Operation is subject to the following two conditions:
314312

315313
(1) this device may not cause interference
316314

317-
(2) this device must accept any interference, including interference that may cause undesired operation of the device.
315+
(2) this device must accept any interference, including interference that may cause undesired operation of the device.
318316

319317
French:
320318
Le présent appareil est conforme aux CNR d’Industrie Canada applicables aux appareils radio exempts de licence. L’exploitation est autorisée aux deux conditions suivantes :
@@ -326,14 +324,14 @@ Le présent appareil est conforme aux CNR d’Industrie Canada applicables aux a
326324
**IC SAR Warning:**
327325

328326
English
329-
This equipment should be installed and operated with minimum distance 20 cm between the radiator and your body.
327+
This equipment should be installed and operated with minimum distance 20 cm between the radiator and your body.
330328

331-
French:
329+
French:
332330
Lors de l’ installation et de l’ exploitation de ce dispositif, la distance entre le radiateur et le corps est d ’au moins 20 cm.
333331

334332
**Important:** The operating temperature of the EUT can’t exceed 85℃ and shouldn’t be lower than -40℃.
335333

336-
Hereby, Arduino S.r.l. declares that this product is in compliance with essential requirements and other relevant provisions of Directive 2014/53/EU. This product is allowed to be used in all EU member states.
334+
Hereby, Arduino S.r.l. declares that this product is in compliance with essential requirements and other relevant provisions of Directive 2014/53/EU. This product is allowed to be used in all EU member states.
337335

338336
| Frequency bands | Maximum output power (ERP) |
339337
| --------------- | -------------------------- |

0 commit comments

Comments
 (0)