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
Copy file name to clipboardExpand all lines: content/hardware/10.mega/boards/giga-r1-wifi/datasheet/datasheet.md
+35-35Lines changed: 35 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ author: Ali Jahangiri
9
9
10
10
# Description
11
11
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 (12 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 Cortex® M7 and Cortex® M4, together with onboard memory and audio jack enables you to perform machine learning and signal processing on the edge.
13
13
14
14
# Target Areas
15
15
@@ -39,7 +39,7 @@ The Arduino GIGA R1 WiFi brings the power of the STM32H7 to the Mega form factor
39
39
-**I/O**
40
40
- Digital I/O Pins: 76
41
41
- Analog input pins: 12
42
-
- PWM pins: 12
42
+
- PWM pins: 13
43
43
- Analog output pins (DAC0/DAC1): 2
44
44
- USB Host: USB 2.0 A
45
45
- USB Peripheral: USB-C®
@@ -66,8 +66,7 @@ The Arduino GIGA R1 WiFi brings the power of the STM32H7 to the Mega form factor
66
66
-**Power**
67
67
- Circuit operating voltage: 3.3V
68
68
- Input voltage (VIN): 6-24V
69
-
- DC Current per I/O Pin: 8 mA
70
-
69
+
- DC Current per I/O Pin: 8 mA
71
70
72
71
# Contents
73
72
@@ -237,34 +236,34 @@ All Arduino boards have a built-in bootloader which allows flashing the board vi
Copy file name to clipboardExpand all lines: content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -911,7 +911,7 @@ The **STM32H7** has an internal OPAMP and comparator that are exposed on the **G
911
911
912
912
PWM (Pulse Width Modulation) capability allows a digital pin to emulate analog output by flickering on and off very fast letting you, among other things, dim LEDs connected to digital pins.
913
913
914
-
The **GIGA R1** has 12 PWM capable pins, the PWM capable pins are 2-12. You may use them as analog output pins with the function:
914
+
The **GIGA R1** has 12 PWM capable pins, the PWM capable pins are 2-13. You may use them as analog output pins with the function:
0 commit comments