Skip to content

Commit 18bbaaf

Browse files
authored
Merge pull request #1900 from arduino/jhansson-ard/mega-trademarks
Updating trademarks in mega datasheets
2 parents 7c86722 + 1b50e33 commit 18bbaaf

File tree

3 files changed

+395
-390
lines changed

3 files changed

+395
-390
lines changed

content/hardware/10.mega/boards/giga-r1-wifi/datasheet/datasheet.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: Ali Jahangiri
99

1010
# Description
1111

12-
The Arduino GIGA R1 WiFi brings the power of the STM32H7 to the Mega form factor, being the first Mega board to include onboard Wi-Fi® and Bluetooth® connectivity. The board provides 76 digital inputs/outputs (13 with PWM capability), 14 analog inputs and 2 analog outputs (DAC) all easily accessible via pin headers. The STM32 microprocessor with dual-core Cortex® M7 and Cortex® M4, together with onboard memory and audio jack enables you to perform machine learning and signal processing on the edge.
12+
The Arduino® GIGA R1 WiFi brings the power of the STM32H7 to the Mega form factor, being the first Mega board to include onboard Wi-Fi® and Bluetooth® connectivity. The board provides 76 digital inputs/outputs (13 with PWM capability), 14 analog inputs and 2 analog outputs (DAC) all easily accessible via pin headers. The STM32 microprocessor with dual-core Arm® Cortex®-M7 and Arm® Cortex®-M4, together with onboard memory and audio jack enables you to perform machine learning and signal processing on the edge.
1313

1414
# Target Areas
1515

@@ -142,7 +142,7 @@ The GIGA R1 WiFi combines the best of the Portenta H7 and the Mega 2560. A gener
142142

143143
## Processor
144144

145-
The GIGA R1 WiFi's main processor is the dual-core STM32H747 (U1) including a Cortex® M7 running at 480 MHz and a Cortex® M4 running at 240 MHz. The two cores communicate via a _Remote Procedure Call_ mechanism that allows calling functions between each processor seamlessly.
145+
The GIGA R1 WiFi's main processor is the dual-core STM32H747 (U1) including a Arm® Cortex®-M7 running at 480 MHz and a Arm® Cortex®-M4 running at 240 MHz. The two cores communicate via a _Remote Procedure Call_ mechanism that allows calling functions between each processor seamlessly.
146146

147147
## Wi-Fi®/Bluetooth® Connectivity
148148

@@ -154,7 +154,7 @@ The GIGA R1 WiFi supplements the 2 MB Flash and 1 MB SRAM on the STM32H747 (U1)
154154

155155
## USB Connector
156156

157-
Two USB ports are provided on the Arduino GIGA R1 WiFi. One USB 2.0 type A (J2) and a USB-C® (J12). The USB 2.0 connector allows external devices to be connected as peripherals, while the USB-C® connector allows the GIGA board to be connected as a peripheral for other devices. Note that super speed pins on the USB-C® connector (J12) are unpopulated. A TVS diode array is placed on the VBUS of each connector (D4, D2) for ESD protection purposes.
157+
Two USB ports are provided on the GIGA R1 WiFi. One USB 2.0 type A (J2) and a USB-C® (J12). The USB 2.0 connector allows external devices to be connected as peripherals, while the USB-C® connector allows the GIGA board to be connected as a peripheral for other devices. Note that super speed pins on the USB-C® connector (J12) are unpopulated. A TVS diode array is placed on the VBUS of each connector (D4, D2) for ESD protection purposes.
158158

159159
## Audio
160160

@@ -166,27 +166,27 @@ The STM32H7 (U1) has two digital-to-analog converters (DAC) which drive the ster
166166

167167
![Arduino GIGA R1 WiFi Power Tree](assets/GIGA_R1_WiFi_Power_Tree.png)
168168

169-
Power can either be supplied via the VIN pins, or the 5V of the USB connectors (J2, J12). If power is supplied via VIN, the MP2269GD-Z (U7) buck converter steps the voltage down to 5V. The 5V power rail is then stepped down to 3.3V by the MP2322GQH (U6) buck converter. The logic level of components on the Arduino GIGA R1 WiFi is 3.3V.
169+
Power can either be supplied via the VIN pins, or the 5V of the USB connectors (J2, J12). If power is supplied via VIN, the MP2269GD-Z (U7) buck converter steps the voltage down to 5V. The 5V power rail is then stepped down to 3.3V by the MP2322GQH (U6) buck converter. The logic level of components on the GIGA R1 WiFi is 3.3V.
170170

171171
## Board Operation
172172

173173
### Getting Started - IDE
174174

175-
If you want to program your GIGA R1 WiFi while offline you need to install the Arduino® Desktop IDE **[1]**. To connect the GIGA R1 WiFi to your computer, you will need a Type-C® USB cable, which can also provide power to the board, as indicated by the LED (DL1).
175+
If you want to program your GIGA R1 WiFi while offline you need to install the Arduino Desktop IDE **[1]**. To connect the GIGA R1 WiFi to your computer, you will need a Type-C® USB cable, which can also provide power to the board, as indicated by the LED (DL1).
176176

177-
### Getting Started - Arduino Web Editor
177+
### Getting Started - Arduino Cloud Editor
178178

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

181-
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 **[3]** to start coding on the browser and upload your sketches onto your board.
181+
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.
182182

183183
### Getting Started - Arduino Cloud
184184

185185
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.
186186

187187
### Online Resources
188188

189-
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 **[4]**, the Arduino Library Reference **[5]**, and the online store **[6]**; where you will be able to complement your board with sensors, actuators and more.
189+
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 online store **[6]**; where you will be able to complement your board with sensors, actuators and more.
190190

191191
### Board Recovery
192192

@@ -416,18 +416,19 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
416416

417417
## Reference Documentation
418418

419-
| Ref | Link |
420-
|---------------------------|-------------------------------------------------------------------------------------------------|
421-
| Arduino IDE (Desktop) | [https://www.arduino.cc/en/Main/Software](https://www.arduino.cc/en/Main/Software) |
422-
| Arduino IDE (Cloud) | [https://create.arduino.cc/editor](https://create.arduino.cc/editor) |
423-
| Cloud IDE Getting Started | [https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor](https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) |
424-
| Project Hub | [https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending](https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending) |
425-
| Library Reference | [https://github.com/arduino-libraries/](https://github.com/arduino-libraries/) |
426-
| Online Store | [https://store.arduino.cc/](https://store.arduino.cc/) |
419+
| Ref | Link |
420+
|----------------------------------------|------------------------------------------------------------------------- |
421+
| Arduino IDE (Desktop) | https://www.arduino.cc/en/Main/Software |
422+
| Arduino Cloud Editor | https://create.arduino.cc/editor |
423+
| Arduino Cloud Editor - Getting Started | https://docs.arduino.cc/arduino-cloud/guides/editor/ |
424+
| Arduino Project Hub | https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending |
425+
| Library Reference | https://github.com/arduino-libraries/ |
426+
| Online Store | https://store.arduino.cc/ |
427427

428428
## Change Log
429429

430430
| **Date** | **Changes** |
431431
| ---------- | ------------- |
432432
| 03/02/2023 | Release |
433433
| 12/07/2023 | Pinout Update |
434+
| 25/04/2024 | Updated link to new Cloud Editor |

0 commit comments

Comments
 (0)