Skip to content

Commit a6cbb8a

Browse files
authored
Merge pull request #739 from arduino/aliphys/niclaSenseNTCBat
[TC-414] Add NTC info in Nicla Sense ME DS
2 parents 61db5b3 + 16cc194 commit a6cbb8a

File tree

2 files changed

+35
-8
lines changed

2 files changed

+35
-8
lines changed
Loading

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

+35-8
Original file line numberDiff line numberDiff line change
@@ -103,6 +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.
106107

107108
## Ratings
108109
### Recommended Operating Conditions
@@ -213,7 +214,7 @@ All Arduino® boards have a built-in bootloader that allows flashing the board v
213214
## Connector Pinouts
214215
**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.
215216

216-
### J1 Pin Connector
217+
### J1 Nicla Header A
217218

218219
| Pin | **Function** | **Type** | **Description** |
219220
|-----|--------------|----------|------------------------------------|
@@ -226,7 +227,7 @@ All Arduino® boards have a built-in bootloader that allows flashing the board v
226227
| 7 | ADC2 | Analog | Analog Input 2 |
227228
| 8 | ADC1 | Analog | Analog Input 1 |
228229

229-
### J2 Pin Header
230+
### J2 Nicla Header B
230231

231232
| Pin | **Function** | **Type** | **Description** |
232233
|-----|--------------|----------|-----------------------|
@@ -242,7 +243,7 @@ All Arduino® boards have a built-in bootloader that allows flashing the board v
242243

243244
**Note:** For further information on how Low Power I/Os work, check [Nicla Family Form Factor](https://docs.arduino.cc/learn/hardware/nicla-form-factor) documentation.
244245

245-
### J3 Fins
246+
### J2 Fins
246247

247248
| Pin | **Function** | **Type** | **Description** |
248249
|-----|---------------|----------|-------------------------------------|
@@ -258,6 +259,31 @@ All Arduino® boards have a built-in bootloader that allows flashing the board v
258259
**Note:** These test points can easily be accessed by inserting the board in a double row 1.27 mm/50 mil pitch male header.
259260
**Note 2:** All JTAG logic levels operate at 1.8V apart from the SAMD11 pins (P6 and P8) which are 3.3V. All these JTAG pins are 1.8V only and don't scale with VDDIO.
260261

262+
### J3 Battery Pads
263+
264+
| Pin | **Function** | **Type** | **Description** |
265+
|-----|--------------|----------|-----------------|
266+
| 1 | VBAT | Power | Battery input |
267+
| 2 | NTC | Analog | NTC Thermistor |
268+
269+
### J4 Battery Connector
270+
271+
| Pin | **Function** | **Type** | **Description** |
272+
|-----|--------------|----------|-----------------|
273+
| 1 | VBAT | Power | Battery input |
274+
| 2 | NTC | Analog | NTC Thermistor |
275+
| 3 | GND | Power | Ground |
276+
277+
### J5 ESLOV
278+
279+
| Pin | **Function** | **Type** | **Description** |
280+
|-----|--------------|----------|-----------------|
281+
| 1 | 5V | Power | 5V Power Rail |
282+
| 2 | INT | Digital | Digital IO |
283+
| 3 | SCL | Digital | I2C Clock Line |
284+
| 4 | SDA | Digital | I2C Data Line |
285+
| 5 | GND | Power | Ground |
286+
261287
## Mechanical Information
262288
![](assets/niclaSenseMEMech.png)
263289

@@ -351,11 +377,12 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
351377

352378
## Revision History
353379

354-
| **Date** | **Revision** | **Changes** |
355-
|------------|--------------|--------------------------------|
356-
| 27-05-2021 | 01 | Initial Version |
357-
| 20-07-2021 | 02 | Technical Revisions |
358-
| 13-12-2022 | 03 | Change Solution Overview Image |
380+
| **Date** | **Revision** | **Changes** |
381+
|------------|--------------|------------------------------------|
382+
| 27-05-2021 | 01 | Initial Version |
383+
| 20-07-2021 | 02 | Technical Revisions |
384+
| 13-12-2022 | 03 | Change Solution Overview Image |
385+
| 22-12-2022 | 04 | Add NTC Image & addition pins info |
359386

360387
## Product Warnings and Disclaimers
361388

0 commit comments

Comments
 (0)