Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/hardware/10.mega/boards/giga-r1-wifi/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The STM32H747XI has two cores that can be programmed separately (M4/M7). You can
<Feature title="Wi-Fi®/Bluetooth®" image="connection">
The GIGA R1 WiFi comes with a Murata LBEE5KL1DX-883 radio module for Wi-Fi/Bluetooth® communication.

<FeatureLink title="See Documentation" url="/tutorials/giga-r1-wifi/cheat-sheet#wi-fi--bluetooth-le"/>
<FeatureLink title="See Documentation" url="/tutorials/giga-r1-wifi/cheat-sheet#radio-module"/>
</Feature>

<Feature title="MicroPython" image="python">
Expand All @@ -47,5 +47,9 @@ Learn how to connect a camera via the dedicated connector.
<FeatureLink title="Camera Guide" url="/tutorials/giga-r1-wifi/giga-camera"/>
</Feature>

<Feature title="Arduino IoT Cloud" image="wifi">
The GIGA R1 WiFi is compatible with the Arduino IoT Cloud platform. Build IoT projects in just minutes!
<FeatureLink title="Go to Platform" url="https://create.arduino.cc/iot/"/>
</Feature>

</FeatureList>
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,29 @@ This can be very useful, as this flash storage **does not get deleted when you u

***Note: In this configuration, the USB serial port used for serial communication with the computer is occupied, so you won't be able to send or read information in the serial monitor. **This includes uploading new sketches. To upload a new sketch you need to put the GIGA R1 in DFU mode by double pressing the RST button.***

## Wi-Fi® / Bluetooth® LE
## Radio Module

![Murata LBEE5KL1DX-883 radio module + antenna connector.](assets/wifi.png)

The Wi-Fi / Bluetooth® module onboard the GIGA R1 WiFi is the Murata LBEE5KL1DX-883. This module does not come with a built-in antenna, but an external antenna is included when purchasing the board.
The Wi-Fi® / Bluetooth® module onboard the GIGA R1 WiFi is the Murata LBEE5KL1DX-883. This module does not come with a built-in antenna, but an external antenna is included when purchasing the board.

The antenna connector (see image above) is located right next to the USB-C connector, and is of a **U.FL.** type.

### Wi-Fi®

Wi-Fi® on the GIGA R1 WiFi is supported via the `WiFi` library. This library is included in the core, so it is automatically installed when installing the core.

To use the Wi-Fi® features on this board, please refer to the [GIGA R1 WiFi Network Examples](/tutorials/giga-r1-wifi/giga-wifi) guide.

***The easiest way to connect your board to the Internet is via the [Arduino IoT Cloud](https://create.arduino.cc/iot/) platform. Here you can configure, program, monitor and synchronize your devices without having to write any networking code.***

### Bluetooth® Low Energy

To use the BLE features on this board, refer to the [ArduinoBLE library documentation](https://reference.arduino.cc/reference/en/libraries/arduinoble/).

### Ethernet
If you want to add Ethernet connectivity to your project, there are many many ways of doing that, one of the easiest ways is to use the [Arduino Ethernet Shield Rev2](/hardware/ethernet-shield-rev2).
## Ethernet

If you want to add Ethernet connectivity to your project, the [Arduino Ethernet Shield Rev2](/hardware/ethernet-shield-rev2) is compatible. In the shield's documentation, you will find a series of examples.

## Audio Jack

Expand Down
Loading