DFRobot
Arduino GIGA R1 WiFi Development Board
All Products
New Arrivals
Arduino
Circuitry & IOT
Brands and Manufacturers
Microcontrollers & Development Boards
DFRobot
Digital Technologies
Education
Wi-Fi Modules
Wireless & Connectivity
Arduino Boards
Connectivity
Arduino Wireless and IoT
Prototyping & Wiring
$177.59
|
In stock
Note: The Arduino GIGA R1 WiFi Development Board is available for pre-order and is expected to be shipped in late September. This Arduino GIGA R1 WiFi Dev...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Note: The Arduino GIGA R1 WiFi Development Board is available for pre-order and is expected to be shipped in late September.
This Arduino GIGA R1 WiFi Development Board measures only 101 x 53mm and has the same form factor as the popular Mega and Due. Despite its small size, it offers 76 GPIO pins, which include 12 analog pins, 12 PWM pins, 4 UARTs, 3 I2C ports, 2 SPI ports, 1 FDCAN, and 1 SAI. Additionally, Wi-Fi and Bluetooth LE wireless communications are supported by an external antenna Murata 1DX, so users can quickly connect the board to the Arduino IoT Cloud and remotely monitor their project without concern about communication security.
The GIGA R1 WiFi employs dual-core 32-bit Arm MCU STM32H747XI, bringing together a Cortex-M7 at 480 MHz and a Cortex-M4 at 240 MHz. Besides, it comes with 2MB Flash and 1MB RAM, which allow users to run two programs simultaneously, for example, run micro-python in one and Arduino in the other.
Figure: Board Overview of Arduino GIGA R1 WiFi
The board features a USB-C connector used for power, programming, and an HID function that allows it to simulate mouse or keyboard when connected to a PC. And it also has a USB-A connector suitable for hosting USB sticks, other mass storage devices, and HID devices such as a mouse or keyboard. Additionally, it includes a 3.5mm input/output audio jack, JTAG connector(2x5 1.27mm), and 20Pin Arducam camera connector. The GIGA R1 WiFi can handle up to 24 volts.
Figure: Arduino GIGA R1 WiFi Pinout
Figure: Arduino GIGA R1 WiFi Block Diagram
Features
76 digital inputs/outputs (12 with PWM capability)
14 analog inputs and 2 analog outputs (DAC)
USB-C and USB Host (keyboard, mass storage) via a dedicated USB-A connector
Applications
IoT devices
Robotics
Automation
Smart homes
Industrial automation
Specification
Microcontroller: STMicro STM32H747XI Cortex-M7 @ 480 MHz + M4 @ 200 MHz MCU with 2MB dual-bank Flash memory, 1 MB RAM, Chrom-ART graphical hardware accelerator
System Memory: 8MB SDRAM
Flash: 16MB QSPI NOR flash
Radio Module: 2.4GHz WiFi 802.11b/g/n up to 65 Mbps and Bluetooth 5.1 BR/EDR/LE via Murata 1DX module
Display: 20-pin header
Camera: 20-pin Arducam camera connector
USB:
USB Type-C port × 1, used for programming & HID
USB 2.0 Type-A port × 1
USB Type-C port × 1, used for programming & HID
USB 2.0 Type-A port × 1
Audio: 3.5mm audio jack
I/O: I/O pins (includes camera/display pins) × 76
UART × 4, I2C × 3, SPI × 2
PWM × 12
Analog inputs × 12
DAC × 2
CAN bus (requires an external transceiver)
UART × 4, I2C × 3, SPI × 2
PWM × 12
Analog inputs × 12
DAC × 2
CAN bus (requires an external transceiver)
Operating Voltage: 3.3V
Current per I/O Pin: 8mA
Debugging: JTAG connector
Input Voltage: 6-24V
Dimensions: about 101×53 mm/3.98×2.09"
Projects
Project: GIGA R1 WiFi-powered wearable detects falls using a Transformer model
Introduction:Naveen Kumar set out to produce a wearable fall-detecting device that aims to increase the speed at which this occurs by utilizing a Transformer-based model rather than a more traditional recurrent neural network (RNN) model.
Documents
Shipping List
Arduino GIGA R1 WiFi Development Board × 1
Jargon buster
Plain-language definitions for the technical terms used above.
- 2.4GHz WiFi
- 2.4GHz WiFi is the common wireless network band used by many routers and embedded devices. It matters here because the module can use WiFi for firmware updates, separate from its Bluetooth serial function.
- Bluetooth 5.1
- Bluetooth 5.1 is a version of Bluetooth that improves on earlier versions with features such as better device positioning support and efficient wireless communication. It matters for projects that connect to phones, sensors, or other nearby devices without cables.
- CAN bus
- CAN bus is a reliable two-wire communication network originally designed for vehicles and now common in machinery and robotics. It matters when you need multiple controllers or devices to share status and control messages in a noisy electrical environment.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- JTAG
- JTAG is a hardware debugging and programming interface used to inspect and control chips at a low level. It matters for advanced development because it can help diagnose firmware problems that are hard to see through normal serial output.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
- USB host
- A USB host is the side of a USB connection that controls attached devices, like a computer talking to a keyboard or flash drive. This matters because most microcontroller boards are normally USB devices, so adding USB host support lets them use common USB peripherals.
- USB Type-C
- A reversible USB connector used for power and data on many modern devices. On this kit it indicates an alternate 5V power input, which may be useful for setup or charging without the solar panel.
- USB-C
- A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.
Find this product in
All Products
Circuitry & IOT
Education
Microcontrollers & Development Boards
New Arrivals
Prototyping & Wiring
Brands
Connectivity
Arduino GIGA R1 WiFi Datasheet
Datasheet · 3.2 MB · Click any page to view full size
Supplier page — dfrobot.com
Supplier Description · 789.0 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au