You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **GIGA R1 WiFi** is a powerful, feature-packed board with a large amount of GPIOs and dedicated connectors. Based on the [STM32H747XI](/resources/datasheets/stm32h747xi.pdf) micro based on the [Mbed OS](https://os.mbed.com/), the GIGA R1 WiFi features 75 GPIOs, a [dual core processor](/tutorials/giga-r1/giga-dual-core), [advanced ADC/DAC](/tutorials/giga-r1/giga-audio) features as well as camera & display connectors. It also has a rich [USB interface](/tutorials/giga-r1/giga-usb) with support for HID via USB-C and USBHost (keyboard, mass storage) via a dedicated USB-A connector.
9
-
10
-
**Please Note:** The [GIGA R1](/hardware/giga-r1) & [GIGA R1 WiFi](/hardware/giga-r1-wifi) are identical except for the onboard Wi-Fi/BLE module & crypto chip. In the documentation, we refer to the board simply as **GIGA R1**, except for documentation related to the Wi-Fi/BLE module.
8
+
The **GIGA R1 WiFi** is a powerful, feature-packed board with a large amount of GPIOs and dedicated connectors. Based on the [STM32H747XI](/resources/datasheets/stm32h747xi.pdf) micro based on the [Mbed OS](https://os.mbed.com/), the GIGA R1 WiFi features 76 GPIOs, a [dual core processor](/tutorials/giga-r1-wifi/giga-dual-core), [advanced ADC/DAC](/tutorials/giga-r1-wifi/giga-audio) features as well as camera & display connectors. It also has a rich [USB interface](/tutorials/giga-r1-wifi/giga-usb) with support for HID via USB-C and USBHost (keyboard, mass storage) via a dedicated USB-A connector.
Copy file name to clipboardExpand all lines: content/hardware/08.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: 'Arduino GIGA R1 WiFi Cheat Sheet'
3
-
description: 'Learn how to set up the GIGA R1 WiFi, get a quick overview of the components, information regarding pins and how to use different Serial (SPI, I2C, UART), and much, much more.'
2
+
title: 'Arduino GIGA R1 Cheat Sheet'
3
+
description: 'Learn how to set up the GIGA R1, get a quick overview of the components, information regarding pins and how to use different Serial (SPI, I2C, UART), and much, much more.'
4
4
tags:
5
5
- Installation
6
6
- I2C
@@ -26,17 +26,17 @@ The **Arduino GIGA R1** is one of our most feature-packed Arduino boards to date
26
26
27
27
This article is a collection of resources and guides to make use of every great feature of this powerful hardware.
28
28
29
-
You can also visit the documentation platform for the [GIGA R1 WiFi](/hardware/giga-r1-wifi).
29
+
You can also visit the documentation platform for the [GIGA R1](/hardware/giga-r1-wifi).
30
30
31
31
## Datasheet
32
32
33
33
The full datasheets are available as a downloadable PDF from the link below:
34
34
35
-
-[Download the GIGA R1 WiFi datasheet](/resources/datasheets/ABX00063-datasheet.pdf)
35
+
-[Download the GIGA R1 datasheet](/resources/datasheets/ABX00063-datasheet.pdf)
36
36
37
37
## Power Supply
38
38
39
-
To power the **GIGA R1 WiFi** you may either use a USB-C cable, or the VIN pin.
39
+
To power the **GIGA R1** you may either use a USB-C cable, or the VIN pin.
40
40
41
41
If you're using the USB-C connector you must power it with 5V.
42
42
@@ -48,17 +48,17 @@ It should however be noted that the internal operating voltage of the microcontr
48
48
49
49
## Installation
50
50
51
-
***For detailed instructions on how to install the GIGA R1 core, please refer to the [Getting Started with GIGA R1 WiFi](/tutorials/giga-r1-wifi/giga-getting-started) guide.***
51
+
***For detailed instructions on how to install the GIGA R1 core, please refer to the [Getting Started with GIGA R1](/tutorials/giga-r1-wifi/giga-getting-started) guide.***
52
52
53
-
The **GIGA R1 WiFi** can be programmed through:
53
+
The **GIGA R1** can be programmed through:
54
54
55
55
- The **Classic Arduino IDE 1.8.X**,
56
56
- the **Arduino IDE 2.0.X**,
57
57
- and the Web-editor.
58
58
59
59
## Core
60
60
61
-
The GIGA R1 WiFi is based on the [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed), which also provides a set of examples that works out of the box.
61
+
The GIGA R1 is based on the [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed), which also provides a set of examples that works out of the box.
62
62
63
63
These examples are available in the Arduino IDE via **File > Examples > Examples for GIGA**.
64
64
@@ -94,19 +94,19 @@ digitalRead(PC_13);
94
94
95
95
## STM32H747XI Microcontroller
96
96
97
-
The GIGA R1 WiFi features the powerful dual core **STM32H747XI** microcontroller found on the Arduino PRO familys Portenta H7 board, but in a form factor accessible to any maker who has tinkered with an Arduino board before.
97
+
The GIGA R1 features the powerful dual core **STM32H747XI** microcontroller found on the Arduino PRO familys Portenta H7 board, but in a form factor accessible to any maker who has tinkered with an Arduino board before.
98
98
99
99
The **STM32H747XI** is a powerful dual core chip, capable of being programmed with a high-level language such as MicroPython on one core, while simultaneously running Arduino compiled code on the other, and having the two programs communicate with each other seamlessly.
100
100
101
-

101
+

102
102
103
103
The microcontroller operates on a voltage of 3.3V, applying a higher voltage than that, such as 5V, to a pin might damage the microcontroller.
104
104
105
105
## Memory
106
106
107
107
### RAM
108
108
109
-
The **GIGA R1 WiFi** has 1 MB of SRAM that is internal to the processor, and 8MB of SDRAM which you can access and write to.
109
+
The **GIGA R1** has 1 MB of SRAM that is internal to the processor, and 8MB of SDRAM which you can access and write to.
110
110
111
111
To access the SDRAM you need to use the SDRAM library, include it in your sketch with:
112
112
@@ -134,8 +134,8 @@ SDRAM.free(myVeryBigArray);
134
134
135
135
### Flash
136
136
137
-
The **GIGA R1 WiFi** has 2MB of internal, and 16MB of external Flash storage.
138
-
The external Flash storage on the **GIGA R1 WiFi** is QSPI and can be accessed and used to store data. If you need to, you can configure the board to act as a USB flash drive, so you can store files such as images, audio, and more.
137
+
The **GIGA R1** has 2MB of internal, and 16MB of external Flash storage.
138
+
The external Flash storage on the **GIGA R1** is QSPI and can be accessed and used to store data. If you need to, you can configure the board to act as a USB flash drive, so you can store files such as images, audio, and more.
139
139
140
140
The GIGA firmware has full support for FATFS and littleFS.
141
141
@@ -165,7 +165,7 @@ The antenna connector (see image above) is located right next to the USB-C conne
165
165
166
166
## Audio Jack
167
167
168
-
The **GIGA R1 WiFi** features an audio jack, with 2x DAC channels, and 1x ADC channel, and is capable of reading input from a microphone, as well as outputting sound through a speaker.
168
+
The **GIGA R1** features an audio jack, with 2x DAC channels, and 1x ADC channel, and is capable of reading input from a microphone, as well as outputting sound through a speaker.
169
169
170
170

171
171
@@ -268,7 +268,7 @@ This means that the **GIGA R1** is capable of driving a touch-display large enou
268
268
269
269
### USB HID
270
270
271
-
The GIGA R1 WiFi comes with support for HID, and can be used as either a keyboard or mouse. For more information, visit the [USB HID section](/tutorials/giga-r1-wifi/giga-usb#usb-hid).
271
+
The GIGA R1 comes with support for HID, and can be used as either a keyboard or mouse. For more information, visit the [USB HID section](/tutorials/giga-r1-wifi/giga-usb#usb-hid).
Copy file name to clipboardExpand all lines: content/hardware/08.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
title: Getting Started with GIGA R1 / GIGA R1 WiFi
3
-
description: A step-by-step guide to install the board package needed for the GIGA R1 / GIGA R1 WiFi board.
2
+
title: Getting Started with GIGA R1 WiFi
3
+
description: A step-by-step guide to install the board package needed for the GIGA R1 WiFi board.
4
4
author: Karl Söderby
5
-
tags: [GIGA R1, GIGA R1 WiFi, Installation, IDE]
5
+
tags: [GIGA R1 WiFi, Installation, IDE]
6
6
---
7
7
8
-
To use the [Arduino GIGA R1](/hardware/giga-r1) / [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi)boards, you will need to install the GIGA board package, which is part of the [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed).
8
+
To use the [Arduino GIGA R1WiFi](/hardware/giga-r1-wifi)board, you will need to install the GIGA board package, which is part of the [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed).
9
9
10
10
To install it, you will need a version of the Arduino IDE, which you can download from the [Arduino Software page](). In this guide, we will use the latest version of the IDE (2.0.x).
11
11
12
12
## Software & Hardware Needed
13
13
14
-
-[Arduino GIGA R1](/giga-r1) or [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi)
Copy file name to clipboardExpand all lines: content/hardware/08.mega/boards/giga-r1-wifi/tutorials/giga-micropython/giga-micropython.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,7 @@ In this article, we will guide you through the installation steps, as well as so
15
15
16
16
## Hardware & Software Needed
17
17
18
-
You will need the following hardware:
19
-
20
-
-[Arduino GIGA R1](/giga-r1) or [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi)
18
+
To follow along with this guide, you will need an [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi)
21
19
22
20
You will need the following software/tools installed:
23
21
-[dfu-util](https://dfu-util.sourceforge.net/)\*
@@ -52,7 +50,7 @@ At the end of the process, you will see the following message on success:
52
50
Done parsing DfuSe file
53
51
```
54
52
55
-
**5.** Reset the board by clicking the reset button (just once). You should now be able to view the GIGA R1's mass storage in your file manager.
53
+
**5.** Reset the board by clicking the reset button (just once). You should now be able to view and access some of the GIGA R1 boards onboard storage as a mass storage device in your file manager.
56
54
57
55

58
56
@@ -109,7 +107,7 @@ This allows you to create a number of scripts and store it on the mass storage,
109
107
110
108
## Pin Map
111
109
112
-
In the table below, you will find the matching between the **STM32H7** and **Arduino**. When using MicroPython, you need to use the STM32H7 pins.
110
+
In the table below, you will find the matching between the **STM32H7** and **Arduino**. When writing MicroPython code, you need to use the pin designations listen in the STM32H7 column.
0 commit comments