Skip to content

Commit 1442386

Browse files
authored
[PC-1494] PRO products broken links fix (#1594)
* Broken links fixed * Broken links fixed
1 parent aa7c281 commit 1442386

File tree

7 files changed

+10
-10
lines changed
  • content/hardware
    • 04.pro
    • 06.nicla/boards
    • 07.opta/opta-family/opta/tutorials/mac-address

7 files changed

+10
-10
lines changed

content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ First, the necessary libraries are included:
921921
- The `WiFiC3.h` and `WiFiClient.h` are included at the start, those libraries contains the functionalities required to communicate via Wi-Fi®.
922922
- The SSID and password for the Wi-Fi® network are defined.
923923

924-
Then, the server is defined ( "www.google.com" in this case) and the Wi-Fi® client object is created to manage the connection to the server.
924+
Then, the server is defined ( `www.google.com` in this case) and the Wi-Fi® client object is created to manage the connection to the server.
925925

926926
Next, in the `setup()` function:
927927

@@ -1059,7 +1059,7 @@ First, the necessary libraries are included:
10591059
- The `EthernetC33` library which contains the functionality required to communicate via Ethernet is included in the beginning.
10601060

10611061

1062-
Then, the server is defined, which is "www.google.com" in this case:
1062+
Then, the server is defined, which is `www.google.com` in this case:
10631063

10641064
- The static IP address which will be used if the DHCP fails to assign an IP address is set.
10651065

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
@@ -24,7 +24,7 @@ In this tutorial, we will create a simple container and upload it to the Arduino
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)
2626
- USB-C® cable (either USB-C® to USB-A or USB-C® to USB-C®)
27-
- Arduino Pro Cloud Subscription [Learn more about the Pro Cloud](https://www.arduino.cc/pro/hardware/product/portenta-x8#pro-cloud)
27+
- Arduino Pro Cloud Subscription [Learn more about the Pro Cloud](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 Web Editor](https://create.arduino.cc/editor)
2929

3030
## Instructions

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-ide/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Next you can look at some of the code in the example sketch.
6868

6969
Now let's take a look at some important parts of the code.
7070

71-
The sketch will make the board connect to a website. This line in the code decides what website it connects to. The example uses "www.google.com", but feel free to change it and experiment with different websites.
71+
The sketch will make the board connect to a website. This line in the code decides what website it connects to. The example uses `www.google.com`, but feel free to change it and experiment with different websites.
7272

7373
```arduino
7474
char server[] = "www.google.com";

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-openmv/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ First you are making use of some micropython libraries, [network](http://docs.mi
6060
import network, usocket
6161
```
6262

63-
The script will make the board connect to a website and set a port for later use. This line in the code decides what website it connects to. The example uses "www.google.com", but feel free to change it and experiment with different websites.
63+
The script will make the board connect to a website and set a port for later use. This line in the code decides what website it connects to. The example uses `www.google.com`, but feel free to change it and experiment with different websites.
6464

6565
```arduino
6666
PORT = 80

content/hardware/06.nicla/boards/nicla-sense-me/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ Use the sensor IDs from the section "Sensor IDs" to enable and configure the des
731731

732732
The BHI260AP sensor runs a customizable firmware based on the BSX Sensor Fusion library. It provides a complete 9-axis fusion solution, which combines the measurements from 3-axis gyroscope, 3-axis geomagnetic sensor and a 3-axis accelerometer, to provide a robust absolute orientation vector. The algorithm fuses the sensor raw data from the accelerometer, geomagnetic sensor and gyroscope in an intelligent way to improve each sensor’s output.
733733

734-
Go to this [site](https://www.bosch-sensortec.com/software-tools/software/sensor-fusion-software/) or take a look at the BHI260AP's [datasheet](https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bhi260ap-ds000.pdf) for more information.
734+
Go to this [site](https://www.bosch-sensortec.com/software-tools/software/sensor-fusion-software-bsx/) or take a look at the BHI260AP's [datasheet](https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bhi260ap-ds000.pdf) for more information.
735735

736736
## Communication
737737

content/hardware/06.nicla/boards/nicla-vision/tutorials/getting-started/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ While using the Nicla Vision with OpenMV, the RGB LED of the board can be used t
7373

7474
🟢 **Blinking Green:** Your Nicla Vision onboard bootloader is running. The onboard bootloader runs for a few seconds when your Nicla Vision is powered via USB to allow OpenMV IDE to reprogram your Nicla Vision.
7575

76-
🔵 **Blinking Blue:** Your Nicla Vision is running the default [main.py](http://main.py/) script onboard.
76+
🔵 **Blinking Blue:** Your Nicla Vision is running the default `main.py` script onboard.
7777

78-
If you overwrite the [main.py](http://main.py/) script on your Nicla Vision, then it will run whatever code you loaded on it instead.
78+
If you overwrite the `main.py` script on your Nicla Vision, then it will run whatever code you loaded on it instead.
7979

8080
***If the LED is blinking blue but OpenMV IDE cannot connect to your Nicla Vision, please make sure you are connecting your Nicla Vision to your PC with a USB cable that supplies both data and power.***
8181

content/hardware/07.opta/opta-family/opta/tutorials/mac-address/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Opta™ is available in three variants; **all of them have an Ethernet connectio
6868

6969
### Setting Up the Arduino IDE
7070

71-
This tutorial will need the latest version of the Arduino IDE; you can download it [here](https://www.arduino.cc/en/software). If it is your first time setting up the Opta™ with the Arduino IDE, check our [Getting Started with Opta™ tutorial](https://docs.arduino.cc/tutorials/opta/getting-started) first. In the Arduino IDE, we need to install the core for Opta™ devices; this can be done by navigating to **Tools > Board > Boards Manager**. In the Board Manager tab, search for `opta` and install the latest `Arduino Mbed OS Opta Boards` version.
71+
This tutorial will need the latest version of the Arduino IDE; you can download it [here](https://www.arduino.cc/en/software). If it is your first time setting up the Opta™ with the Arduino IDE, check the [Opta™ User Manual](https://docs.arduino.cc/tutorials/opta/user-manual) first. In the Arduino IDE, we need to install the core for Opta™ devices; this can be done by navigating to **Tools > Board > Boards Manager**. In the Board Manager tab, search for `Opta` and install the latest `Arduino Mbed OS Opta Boards` version.
7272

7373
![Installing the Opta™ core in the Arduino IDE bootloader.](assets/arduino-ide-1.png)
7474

@@ -240,4 +240,4 @@ In this tutorial, we have learned how to retrieve the MAC address(es) of an Opta
240240

241241
### Next Steps
242242

243-
Now that you know how to retrieve the MAC address of an Opta™ device, have a look at the Opta™ [connectivity features tutorial](https://docs.arduino.cc/tutorials/opta/getting-started-connectivity) to learn how to use its connectivity features such as Wi-Fi®, Bluetooth® and Ethernet capabilities.
243+
Now that you know how to retrieve the MAC address of an Opta™ device, have a look at the Opta™ [User Manual](https://docs.arduino.cc/tutorials/opta/user-manual#communication) to learn how to use its connectivity features such as Wi-Fi®, Bluetooth® and Ethernet capabilities.

0 commit comments

Comments
 (0)