Skip to content

Commit 4e283c1

Browse files
Merge pull request #781 from arduino/benjamindannegard/uwb-shield-product-page
[PXCT-393] Portenta UWB shield product page
2 parents c6015a3 + 4b6203e commit 4e283c1

File tree

10 files changed

+99
-1
lines changed

10 files changed

+99
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- iot-cloud
5+
- cloud-editor
6+
- openmv-ide
7+
hardware:
8+
boards:
9+
- portenta-c33

content/hardware/04.pro/shields/portenta-uwb-shield/datasheet/datasheet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Below is a summary of the shield's key features.
5454

5555
| **Feature** | **Description** |
5656
|---------------|-------------------------------------------------------------------------------------------------|
57-
| Connectivity | UWB CH5, CH6, CH8, CH9 |
57+
| Connectivity | UWB CH5, CH6, CH8, CH9 |
5858
| Level Shifter | 1.8 to 3.3 VDC |
5959
| Power Supply | External 3.3 VDC power supply connected through the dual High-Density board-to-board connectors |
6060
| Shielding Can | On the top of DCU150 module, enhancing the anti-interference performance of the module |
@@ -72,6 +72,7 @@ Below is a summary of the onboard UWB module's (DCU150) key features.
7272
| DSP | Onboard programmable DSP (BSP32 CoolFlux DSP core), 32 kB RAM for code, 2x 16kB RAM for data |
7373
| Clock | Onboard Real Time Clock (RTC) |
7474

75+
7576
<div style="page-break-after: always;"></div>
7677

7778
### Included Accessories
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
productsLibrariesMap:
3+
- wifi
4+
- arduinoble
5+
---
6+
7+
<EssentialsColumn title="First Steps">
8+
<EssentialElement link="/tutorials/portenta-uwb-shield/" title="Quickstart Guide" type="getting-started">
9+
A quick guide to installing and setting up your board with the Arduino IDE.
10+
</EssentialElement>
11+
12+
</EssentialsColumn>
13+
14+
<EssentialsColumn title="Suggested Libraries">
15+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
16+
The complete Arduino sketches from the Pro tutorials.
17+
</EssentialElement>
18+
</EssentialsColumn>
19+
20+
<EssentialsColumn title="Arduino Basics">
21+
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
22+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
23+
</EssentialElement>
24+
<EssentialElement link="/learn" title="Learn" type="resource">
25+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
26+
</EssentialElement>
27+
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
28+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
29+
</EssentialElement>
30+
</EssentialsColumn>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<FeatureDescription>
2+
3+
The **Portenta UWB Shield**, based on the Truesense DCU150, functions as a base station facilitating two-way ranging and real-time location services (RTLS). Ideal for smart logistics, interactive environments and precision proximity sensing applications. Its dual role as both base station and client device enhances connectivity and responsiveness across IoT systems. Designed to integrate with the Arduino Portenta C33 via the high-density connectors.
4+
5+
</FeatureDescription>
6+
7+
8+
<FeatureList>
9+
<Feature title="Truesense UWB module DCU150" image="world-map">
10+
Based on NXP Trimension™ SR150 UWB IC, with 3 PCB antennas embedded, power management, clock control, filters and peripheral components. The module is a switch-less 2D AoA solution without extra-antenna overhead, no phase/amplitude skew, no SPST insertion loss and low-cost design.
11+
12+
<FeatureWrapper>
13+
<FeatureLink title="Datasheet" url="https://ultrawideband.truesense.it/wp-content/uploads/2023/08/TRUESENSE-DCU150_Datasheet-DRAFT_V1.7.pdf" download blank/>
14+
</FeatureWrapper>
15+
</Feature>
16+
17+
<Feature title="Portenta C33 compatibility" image="portenta-form-factor">
18+
The Portenta UWB Shield has been specifically designed to add robust UWB communication to the Portenta family, ensuring reliable and efficient device interactions.
19+
20+
</Feature>
21+
22+
</FeatureList>

content/hardware/04.pro/shields/portenta-uwb-shield/image.svg

Lines changed: 3 additions & 0 deletions
Loading
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Portenta UWB Shield
3+
url_shop: https://store.arduino.cc/portenta-uwb-shield
4+
url_guide: /tutorials/
5+
primary_button_url: /tutorials/
6+
primary_button_title: Get Started
7+
core: arduino:mbed_portenta
8+
forumCategorySlug: '/hardware/'
9+
certifications: [CE, FCC, UKCA, ROHS, REACH, WEEE]
10+
productCode: '213'
11+
sku: [ASX00074]
12+
---
13+
14+
The Arduino® Portenta UWB Shield, based on the Truesense DCU150, serves as a versatile UWB communication solution facilitating two-way ranging and real-time location services (RTLS). Ideal for smart logistics, interactive environments, and precision proximity sensing applications, its dual role as both base station and client device enhances connectivity and responsiveness across IoT systems. It is designed to integrate with the Arduino Portenta C33 via the high-density connectors.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Here you will find the technical specifications for the Arduino® Portenta UWB Shield.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Board:
2+
Name: Arduino® Portenta UWB Shield
3+
SKU: ASX00074
4+
High-Density Connectors: 2
5+
Ultra-wideband:
6+
Module: Truesense DCU150 UWB Module based on NXP Trimension™ SR150 UWB IC
7+
PCB embedded antennas: 3
8+
Channels: 5, 6, 8, 9
9+
Ranging Mode: 2D Ranging
10+
Frequency range: 6.24 GHz ~ 8.24 GHz
11+
Power: 3.3 V DC from Portenta Main Board
12+
Max Output Power (EIRP): 14.1 dBm @ CH9
13+
Operating temperature:
14+
Min: -30 °C
15+
Max: 85 °C
16+
Dimensions:
17+
Width: 37.5 mm
18+
Length: 53.4 mm

0 commit comments

Comments
 (0)