Skip to content

Commit 42cd407

Browse files
authored
Merge pull request #1898 from arduino/jhansson-ard/nano-trademarks
Updating trademarks for Nano products
2 parents 9a8cd59 + ca88dab commit 42cd407

File tree

9 files changed

+1297
-1274
lines changed

9 files changed

+1297
-1274
lines changed

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

+335-333
Large diffs are not rendered by default.

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

+26-23
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ type: maker
88

99
# Description
1010

11-
The **Arduino Nano 33 BLE Sense Rev2**\* is a miniature sized module containing a NINA B306 module, based on Nordic nRF52480 and containing a Cortex M4F. The BMI270 and BMM150 jointly provide 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.
11+
The **Arduino® Nano 33 BLE Sense Rev2**\* is a miniature sized module containing a NINA B306 module, based on Nordic nRF52480 and containing an Arm® Cortex®-M4F. The BMI270 and BMM150 jointly provide 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.
1212

13-
\*The Arduino Nano 33 BLE Sense Rev2 product has two SKUs:
13+
\*The Nano 33 BLE Sense Rev2 product has two SKUs:
1414
* Without headers (ABX00069)
1515
* With headers (ABX00070)
1616

@@ -23,7 +23,7 @@ Maker, enhancements, IoT application
2323
- **NINA B306 Module**
2424
- **Processor**
2525
- 64 MHz Arm® Cortex®-M4F (with FPU)
26-
- 1 MB Flash + 256 KB RAM
26+
- 1 MB Flash + 256 kB RAM
2727
- **Bluetooth® 5 multiprotocol radio**
2828
- 2 Mbps
2929
- CSA #2
@@ -86,7 +86,7 @@ Maker, enhancements, IoT application
8686

8787
As all Nano form factor boards, Nano 33 BLE Sense Rev2 does not have a battery charger but can be powered through USB or headers.
8888

89-
**NOTE:** Arduino Nano 33 BLE Sense Rev2 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+
**NOTE:** Nano 33 BLE Sense Rev2 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.
9090

9191
### Ratings
9292

@@ -139,16 +139,18 @@ The Main Processor is an Arm® Cortex®-M4F running at up to 64MHz. Most of its
139139

140140
### IMU
141141

142-
The Arduino Nano 33 BLE Sense Rev2 provides IMU capabilities with 9-axis, by combination of the BMI270 and BMM150 ICs. The BMI270 includes both a three axis gyroscope as well as an three axis accelerometer, while the BMM150 is capable of sensing magnetic field variations in all three dimensions. The information obtained can be used for measuring raw movement parameters as well as for machine learning.
142+
The Nano 33 BLE Sense Rev2 provides IMU capabilities with 9-axis, by combination of the BMI270 and BMM150 ICs. The BMI270 includes both a three axis gyroscope as well as an three axis accelerometer, while the BMM150 is capable of sensing magnetic field variations in all three dimensions. The information obtained can be used for measuring raw movement parameters as well as for machine learning.
143143

144144
### LPS22HB (U9) Barometer and Temperature Sensor
145145

146146
The LPS22HB pressure sensor IC (U9) includes both a piezoresistive absolute pressure sensor together with a temperature sensor integrated into a small chip. The pressure sensor (U9) interfaces with the main microcontroller (U1) via an I2C interface. The sensing element is composed of a micromachined suspended membrane for measuring absolute pressure, and includes a Wheatstone bridge internally for measuring the the piezoresistive elements. The temperature perturbations are compensated via an included temperature sensor on-chip. The absolute pressure can range from 260 to 1260 hPa. Pressure data can be polled via I2C at up to 24-bits, while temperature data can be polled at up to 16-bits.
147+
147148
The Arduino_LPS22HB library provides a ready to use implementation of the I2C protocol with this chip.
148149

149150
### HS3003 (U8) Relative Humidity and Temperature Sensor
150151

151-
The HS3003 (U8) is a MEMS sensors, designed to provide accurate readings of relative humidity and temperature in a small package. Temperature-compensation and calibration is performed on-chip, without requiring external circuitry. The HS3003 can measure the relative humidity from 0% to 100%RH with fast response times (under 4 seconds). The included on-chip temperature sensor (used for compensation) is has a temperature accuracy of ±0.1°C.
152+
The HS3003 (U8) is a MEMS sensors, designed to provide accurate readings of relative humidity and temperature in a small package. Temperature-compensation and calibration is performed on-chip, without requiring external circuitry. The HS3003 can measure the relative humidity from 0% to 100%RH with fast response times (under 4 seconds). The included on-chip temperature sensor (used for compensation) is has a temperature accuracy of ±0.1 °C.
153+
152154
U8 communicates via the main microcontroller via an I2C bus.
153155

154156
#### Gesture Detection
@@ -181,25 +183,25 @@ The board can be powered via USB connector, V<sub>IN</sub> or V<sub>USB</sub> pi
181183

182184
### Getting Started - IDE
183185

184-
If you want to program your Arduino Nano 33 BLE Sense Rev2 while offline you need to install the Arduino Desktop IDE [1] To connect the Arduino Nano 33 BLE Sense Rev2 to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
186+
If you want to program your Nano 33 BLE Sense Rev2 while offline you need to install the Arduino Desktop IDE [1] To connect the Nano 33 BLE Sense Rev2 to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
185187

186-
### Getting Started - Arduino Web Editor
188+
### Getting Started - Arduino Cloud Editor
187189

188-
All Arduino boards, including this one, work out-of-the-box on the Arduino Web Editor, by just installing a simple plugin.
190+
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor [2], by just installing a simple plugin.
189191

190-
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 to start coding on the browser and upload your sketches onto your board.
192+
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.
191193

192194
### Getting Started - Arduino Cloud
193195

194196
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.
195197

196198
### Sample Sketches
197199

198-
Sample sketches for the Arduino Nano 33 BLE Sense Rev2 can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Pro website.
200+
Sample sketches for the Nano 33 BLE Sense Rev2 can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Docs website.
199201

200202
### Online Resources
201203

202-
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, the Arduino Library Reference and the on line store where you will be able to complement your board with sensors, actuators and more.
204+
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 Arduino Project Hub [4], the Arduino Library Reference [5] and the on line store where you will be able to complement your board with sensors, actuators and more.
203205

204206
### Board Recovery
205207

@@ -363,22 +365,23 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
363365

364366
## Reference Documentation
365367

366-
| Reference | **Link** |
367-
|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
368-
| Arduino IDE (Desktop) | [https://www.arduino.cc/en/software](https://www.arduino.cc/en/software) |
369-
| Arduino IDE (Cloud) | [https://create.arduino.cc/editor](https://create.arduino.cc/editor) |
370-
| Cloud IDE Getting Started | [https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) |
371-
| Forum | [https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) |
372-
| Nina B306 | [https://content.u-blox.com/sites/default/files/NINA-B3_DataSheet_UBX-17052099.pdf](https://content.u-blox.com/sites/default/files/NINA-B3_DataSheet_UBX-17052099.pdf) |
373-
| Arduino_LPS22HB Library | [https://github.com/arduino-libraries/Arduino_LPS22HB](https://github.com/arduino-libraries/Arduino_LPS22HB) |
374-
| Arduino_APDS9960 Library | [https://github.com/arduino-libraries/Arduino_APDS9960](https://github.com/arduino-libraries/Arduino_APDS9960) |
375-
| ProjectHub | [https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending](https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending) |
376-
| Library Reference | [https://www.arduino.cc/reference/en/](https://www.arduino.cc/reference/en/) |
368+
| Reference | **Link** |
369+
|---------------------------------------|------------------------------------------------------------------------------------- |
370+
| Arduino IDE (Desktop) | https://www.arduino.cc/en/software |
371+
| Arduino Cloud Editor | https://create.arduino.cc/editor |
372+
| Arduino Cloud Editor - Getting Started | https://docs.arduino.cc/arduino-cloud/guides/editor/ |
373+
| Arduino Project Hub | https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending |
374+
| Library Reference | https://www.arduino.cc/reference/en/ |
375+
| Forum | https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a |
376+
| Nina B306 | https://content.u-blox.com/sites/default/files/NINA-B3_DataSheet_UBX-17052099.pdf |
377+
| Arduino_LPS22HB Library | https://github.com/arduino-libraries/Arduino_LPS22HB |
378+
| Arduino_APDS9960 Library | https://github.com/arduino-libraries/Arduino_APDS9960 |
377379

378380
## Revision History
379381

380382
| Date | **Revision** | **Changes** |
381383
|------------|--------------|---------------------------------------|
384+
| 25/04/2024 | 5 | Updated link to new Cloud Editor |
382385
| 03/05/2023 | 4 | Add SKU for version with headers |
383386
| 10/11/2022 | 3 | Updated to account for Rev2 changes: LSM9DS1 -> BMI270+Bmm150, HTS221 -> HS3003, MPM3610 -> MP2322, PCB modification |
384387
| 03/08/2022 | 2 | Reference documentation links updates |

0 commit comments

Comments
 (0)