Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ac84267

Browse files
Merge pull request #950 from arduino/karlsoderby/giga-wifi-examples
GIGA WiFi examples
2 parents 9bbc0f8 + 0c1ac1b commit ac84267

File tree

3 files changed

+1417
-5
lines changed

3 files changed

+1417
-5
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The STM32H747XI has two cores that can be programmed separately (M4/M7). You can
2727
<Feature title="Wi-Fi®/Bluetooth®" image="connection">
2828
The GIGA R1 WiFi comes with a Murata LBEE5KL1DX-883 radio module for Wi-Fi/Bluetooth® communication.
2929

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

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

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

5155
</FeatureList>

‎content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md‎

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,18 +161,29 @@ This can be very useful, as this flash storage **does not get deleted when you u
161161

162162
***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.***
163163

164-
## Wi-Fi® / Bluetooth® LE
164+
## Radio Module
165165

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

168-
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.
168+
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.
169169

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

172+
### Wi-Fi®
173+
174+
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.
175+
176+
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.
177+
178+
***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.***
179+
180+
### Bluetooth® Low Energy
181+
172182
To use the BLE features on this board, refer to the [ArduinoBLE library documentation](https://reference.arduino.cc/reference/en/libraries/arduinoble/).
173183

174-
### Ethernet
175-
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).
184+
## Ethernet
185+
186+
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.
176187

177188
## Audio Jack
178189

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /