Skip to content

Commit 8036cd6

Browse files
authored
Merge branch 'main' into sync/taddy/opta-expansion-limit-update
2 parents d7b237a + 13aa2aa commit 8036cd6

File tree

284 files changed

+3659
-2041
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+3659
-2041
lines changed
-1.8 MB
Loading
-199 KB
Loading

content/arduino-cloud/02.hardware/00.cloud-agent/cloud-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ The source code for the Cloud Agent lives [in this GitHub repository](https://gi
3030
## Troubleshooting
3131

3232
If you are having issues with the Cloud Agent, you can visit the link below:
33-
- [Arduino Help Center - Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Create-Agent)
33+
- [Arduino Help Center - Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Cloud-Agent)

content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/lora-button-press/lora-button-press.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@ void loop() {
199199
while (LoRa.available()) {
200200
contents += (char)LoRa.read();
201201
}
202-
202+
203+
Serial.println(contents);
203204
// print RSSI of packet
204205
Serial.print("' with RSSI ");
205206
Serial.println(LoRa.packetRssi());
206-
Serial.println(contents);
207-
207+
208208
if(contents.equals(buttonPress)){
209209
x = !x;
210210
}
@@ -306,10 +306,10 @@ void loop() {
306306
contents += (char)LoRa.read();
307307
}
308308
309+
Serial.println(contents);
309310
// print RSSI of packet
310311
Serial.print("' with RSSI ");
311312
Serial.println(LoRa.packetRssi());
312-
Serial.println(contents);
313313
314314
if(contents.equals(buttonPress)){
315315
x = !x;
4 Bytes
Loading

content/hardware/04.pro/boards/portenta-x8/tutorials/03.uploading-sketches-m4/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, we will go through the process of uploading sketches to the M4
2626
### Required Hardware and Software
2727

2828
- [Portenta X8](https://store.arduino.cc/products/portenta-x8)
29-
- USB-C® cable (either USB-A to USB-or USB-C® to USB-C®)
29+
- [USB-C® cable (USB-C® to USB-A cable)](https://store.arduino.cc/products/usb-cable2in1-type-c)
3030
- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino CLI](https://github.com/arduino/arduino-cli)
3131
- Latest "Arduino Mbed OS Portenta Boards" Core
3232

content/hardware/04.pro/boards/portenta-x8/tutorials/04.python-arduino-data-exchange/content.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ You will be guided on how to achieve this setup. It is recommendable to familiar
3030
- [Portenta X8](https://store.arduino.cc/products/portenta-x8)
3131
- [Portenta breakout](https://docs.arduino.cc/hardware/portenta-breakout)
3232
- Any sensor (in this example, we will use an [BME680](https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/bme680/) I<sup>2</sup>C module)
33+
- [USB-C® cable (USB-C® to USB-A cable)](https://store.arduino.cc/products/usb-cable2in1-type-c)
3334
- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor)
3435

3536
## Python® on the X8

content/hardware/04.pro/boards/portenta-x8/tutorials/05.docker-container/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this tutorial, we will go through the steps of how to install, run, and remov
3232
### Hardware and Software Requirements
3333

3434
- [Portenta X8](https://store.arduino.cc/products/portenta-x8)
35-
- USB-C® cable (either USB-C® to USB-A or USB-C® to USB-C®)
35+
- [USB-C® cable (USB-C® to USB-A cable)](https://store.arduino.cc/products/usb-cable2in1-type-c)
3636
- Wi-Fi® Access Point with Internet Access
3737
- ADB: [Check how to connect to your Portenta X8](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#out-of-the-box-experience)
3838
- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor)

content/hardware/04.pro/boards/portenta-x8/tutorials/06.waves-fleet-managment/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This tutorial will show you how to define fleets and how to construct a Wave tha
2626
### Required Hardware and Software
2727

2828
- [Arduino Portenta X8](https://store.arduino.cc/products/portenta-x8)
29-
- USB-C® cable (either USB-C® to USB-A or USB-C® to USB-C®)
29+
- [USB-C® cable (USB-C® to USB-A cable)](https://store.arduino.cc/products/usb-cable2in1-type-c)
3030
- Arduino Create account
3131
- Arduino Cloud for business subscription with Portenta X8 Manager add-on: [Learn more about here](https://cloud.arduino.cc/plans#business)
3232
- Foundries.io™ account (linked with the Arduino Cloud for business subscription)

content/hardware/04.pro/boards/portenta-x8/tutorials/07.custom-container/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this tutorial, we will create a Docker container for the Arduino Portenta X8.
2323

2424
- [Portenta X8](https://store.arduino.cc/portenta-x8)
2525
- ADB: [Check how to connect to your Portenta X8](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#out-of-the-box-experience)
26-
- USB-C® cable (either USB-C® to USB-A or USB-C® to USB-C®)
26+
- [USB-C® cable (USB-C® to USB-A cable)](https://store.arduino.cc/products/usb-cable2in1-type-c)
2727
- [Arduino Cloud Subscription](https://cloud.arduino.cc/)
2828
- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor)
2929

0 commit comments

Comments
 (0)