Skip to content

Commit d78097b

Browse files
Merge pull request #962 from arduino/jorgetrujilloroman/nicla-sense-me/datasheet-fix
[PC-1069] Nicla Sense ME - Datasheet Fix
2 parents 052b74d + f300398 commit d78097b

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

content/hardware/06.nicla/boards/nicla-sense-me/datasheet/datasheet.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ wireless sensor networks, data fusion, artificial intelligence, gas detection
8585
The Arduino® Nicla Sense ME is your gateway to develop wireless networking solutions with rapid development and high robustness. Get real-time insight into the operational characteristics of your processes. Take advantage of the high-quality sensors and networking capabilities to evaluate novel WSN architectures. Ultra-low power consumption and integrated battery management allow for deployment in various capabilities. WebBLE allows for easy OTA updates of the firmware as well as remote monitoring.
8686

8787
- **Warehouse & Inventory Management**:
88-
The environmental sensor of the Arduino® Nicla Sense ME is able to detect the ripening state of fruits, vegetables and meat allowing for intelligent management of perishable assets alongside the Arduino Cloud.
88+
The environmental sensor of the Arduino® Nicla Sense ME can detect the ripening state of fruits, vegetables and meat allowing for intelligent management of perishable assets alongside the Arduino Cloud.
8989

9090
- **Distributed Industrial Sensing**:
9191
Identify operating conditions within your machine, factory or greenhouse remotely and even in hard-to-access or hazardous areas. Detect natural gas, toxic gases or other hazardous fumes using the AI capabilities on the **Arduino® Nicla Sense ME**. Improve safety levels with remote analysis. Mesh capabilities allow for simple deployment of WSN with minimal infrastructure requirements.
9292

9393
- **Wireless Sensor Network Reference Design**:
94-
The Nicla form factor has been specifically developed at Arduino® as a standard for wireless sensor networks which can be adapted by partners to develop custom-designed industrial solutions. Get a head start by developing custom end-user solutions including Cloud connected smart wearables and autonomous robotics. Researchers and educators can use this platform to work on an industrially-recognized standard for wireless sensor research and development that can shorten the time from concept to market.
94+
The Nicla form factor has been specifically developed at Arduino® as a standard for wireless sensor networks which can be adapted by partners to develop custom-designed industrial solutions. Get a head start by developing custom end-user solutions including Cloud-connected smart wearables and autonomous robotics. Researchers and educators can use this platform to work on an industrially-recognized standard for wireless sensor research and development that can shorten the time from concept to market.
9595

9696
### Accessories (Not Included)
9797
- Single-cell Li-ion/Li-Po battery
@@ -103,7 +103,7 @@ The Nicla form factor has been specifically developed at Arduino® as a standard
103103
### Assembly Overview
104104
![Example of a typical solution for remote environmental sensing including an Arduino® Nicla Sense ME, Portenta H7 and battery. Notice the orientation of the battery's cable in the board's connector. ](assets/niclaSenseMEBattery.png)
105105

106-
**Note** : The NTC pin on the battery connector is optional. This is a feature allowing safer use and thermal shutoff of the PMIC.
106+
**Note** : The NTC pin on the battery connector is optional. This feature allows safer use and thermal shutoff of the PMIC.
107107

108108

109109
## Ratings
@@ -172,7 +172,7 @@ The **Arduino Nicla Sense ME** is able to perform environmental monitoring via t
172172
### Bosch BMP390 Pressure Sensor
173173
Industrial grade accuracy and stability in pressure measurements are provided by the BMP390 (U3) designed for prolonged use, with a relative accuracy of ±0.03 hPa and an RMS of 0.02 Pa in high-resolution mode. The Bosch BMP390 is suitable for rapid measurements with a sampling rate of 200 Hz, or for low-power use with a sampling rate of 1 Hz, consuming less than 3.2 µA. U3 is controlled via an SPI interface to the BHI260 (U2), on the same bus as the BME688 (U6).
174174
### Bosch BMM150 3-Axis Magnetometer
175-
The Bosch BMM150 (U4) provides accurate 3-axis measurements of the magnetic field with compass-level accuracy. Combined with the BHI260 IMU (U2), Bosch sensor fusion can be used to obtain high-accuracy spatial orientation and motion vectors for detection of heading in autonomous robots as well as predictive maintenance. There is a dedicated I2C connection to the BHI260 (U2), acting as the host.
175+
The Bosch BMM150 (U4) provides accurate 3-axis measurements of the magnetic field with compass-level accuracy. Combined with the BHI260 IMU (U2), Bosch sensor fusion can be used to obtain high-accuracy spatial orientation and motion vectors for the detection of heading in autonomous robots as well as predictive maintenance. There is a dedicated I2C connection to the BHI260 (U2), acting as the host.
176176
### RGB LED
177177
An I2C LED driver (U8) drives the RGB LED (DL1) and is capable of a maximum output of 40 mA. It is driven by the ANN-B112 (U5) microcontroller.
178178

@@ -182,7 +182,7 @@ The SAMD11 microcontroller (U1) is dedicated to act as both the USB bridge as we
182182
### Power Tree
183183
![Nicla Sense ME Back View](assets/niclaSenseMEPowerTree.svg)
184184

185-
The **Arduino Nicla Sense ME** can be powered via micro USB (J7), ESLOV (J5) or VIN. This is converted into the relevant voltages via the BQ2512BAYFPR IC (U9). A Schottky diode provides reverse polarity protection to the USB and ESLOV voltages. When voltage is supplied via the micro USB, a linear 3.3V regulator also provides power to the SAMD11 microcontroller used for programming the board as well as for JTAG and SWD. The LED driver (U8) and RGB Leds (DL1) are driven by a boost voltage of 5V. All other components operate off the 1.8V rail regulated by a buck converter. PMID acts as an OR switch between VIN and BATT and operates the LED driver. All I/O broken out to the pins are fed through a bi-direction voltage translator running at V<sub>DDIO_EXT</sub>.
185+
The **Arduino Nicla Sense ME** can be powered via micro USB (J7), ESLOV (J5) or VIN. This is converted into the relevant voltages via the BQ2512BAYFPR IC (U9). A Schottky diode provides reverse polarity protection to the USB and ESLOV voltages. When voltage is supplied via the micro USB, a linear 3.3V regulator also provides power to the SAMD11 microcontroller used for programming the board as well as for JTAG and SWD. The LED driver (U8) and RGB LEDs (DL1) are driven by a boost voltage of 5V. All other components operate off the 1.8V rail regulated by a buck converter. PMID acts as an OR switch between VIN and BATT and operates the LED driver. All I/O broken out to the pins are fed through a bi-direction voltage translator running at V<sub>DDIO_EXT</sub>.
186186

187187
Additionally, the BQ25120AYFPR (U9) also provides support for a single cell 3.7V LiPo/Li-ion battery pack connected to J4, allowing the use of the board as a wireless sensor network. The battery charging current is set to 40mA with a termination current of 4mA (10%).
188188

@@ -212,6 +212,8 @@ Now that you have gone through the basics of what you can do with the board you
212212
### Board Recovery
213213
All Arduino® boards have a built-in bootloader that 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 the power-up.
214214

215+
<div style="page-break-after: always;"></div>
216+
215217
## Connector Pinouts
216218
**Note:** All the pins on J1 and J2 (excluding fins) are referenced to the V<sub>DDIO_EXT</sub> voltage which can be generated internally or supplied externally.
217219

@@ -303,7 +305,22 @@ All Arduino® boards have a built-in bootloader that allows flashing the board v
303305
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).
304306

305307
### Declaration of Conformity to EU RoHS & REACH 211 01/19/2021
306-
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. Exemptions: No exemptions are claimed.
308+
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.
309+
310+
| Substance | **Maximum limit (ppm)** |
311+
|----------------------------------------|-------------------------|
312+
| Lead (Pb) | 1000 |
313+
| Cadmium (Cd) | 100 |
314+
| Mercury (Hg) | 1000 |
315+
| Hexavalent Chromium (Cr6+) | 1000 |
316+
| Poly Brominated Biphenyls (PBB) | 1000 |
317+
| Poly Brominated Diphenyl ethers (PBDE) | 1000 |
318+
| Bis(2-Ethylhexyl} phthalate (DEHP) | 1000 |
319+
| Benzyl butyl phthalate (BBP) | 1000 |
320+
| Dibutyl phthalate (DBP) | 1000 |
321+
| Diisobutyl phthalate (DIBP) | 1000 |
322+
323+
Exemptions: No exemptions are claimed.
307324

308325
Arduino Boards are fully compliant with the related requirements of European Union Regulation (EC) 1907 /2006 concerning the Registration, Evaluation, Authorization and Restriction of Chemicals (REACH). We declare none of the SVHCs (https://echa.europa.eu/web/guest/candidate-list-table), the Candidate List of Substances of Very High Concern for authorization currently released by ECHA, is present in all products (and also package) in quantities totaling in a concentration equal or above 0.1%. To the best of our knowledge, we also declare that our products do not contain any of the substances listed on the "Authorization List" (Annex XIV of the REACH regulations) and Substances of Very High Concern (SVHC) in any significant amounts as specified by the Annex XVII of Candidate list published by ECHA (European Chemical Agency) 1907 /2006/EC.
309326

Binary file not shown.

0 commit comments

Comments
 (0)