From 271cb5c90962c71a7cf6b9aae0ab04b081418d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Marqu=C3=ADnez=20Ferr=C3=A1ndiz?= Date: Fri, 15 Jul 2022 15:36:46 +0200 Subject: [PATCH 1/2] Update library urls and typo --- .../portenta-h7/tutorials/ble-connectivity/content.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md b/content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md index f7356c1eb7..e8adcaac8c 100644 --- a/content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md +++ b/content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md @@ -11,7 +11,9 @@ tags: author: 'Jeremy Ellis, Lenard George, Sebastian Romero' libraries: - name: Arduino BLE - url: https://www.arduino.cc/en/Reference/Arduino_BLE + url: https://www.arduino.cc/reference/en/libraries/arduinoble/ + - name: Arduino Pro Tutorials + url: https://www.arduino.cc/reference/en/libraries/arduino_pro_tutorials/ hardware: - hardware/04.pro/boards/portenta-h7 software: @@ -62,7 +64,7 @@ You will need to install the ArduinoBLE library in the Arduino IDE you are using ### 3. Create the Bluetooth® Low Energy Sketch -Let's program the Portenta with the following example sketch. If the Bluetooth® Low Energy module can be initialized correctly, you will see the blue LED lighting up for one second after uploading the sketch. If it fails you will see the red LED lighting up instead. Copy and paste the following code into a new sketch in your IDE or by open it from: **Examples > Arduino_Pro_Examples > BLE Connectivity on Portenta H7 > PortentaBLE** +Let's program the Portenta with the following example sketch. If the Bluetooth® Low Energy module can be initialized correctly, you will see the blue LED lighting up for one second after uploading the sketch. If it fails you will see the red LED lighting up instead. Copy and paste the following code into a new sketch in your IDE or by open it from: **Examples > Arduino_Pro_Tutorials > BLE Connectivity on Portenta H7 > PortentaBLE** ```cpp #include From 2ad0ed48e1f3f6e1d8d7b6bb384ffaf643ee66a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Marqu=C3=ADnez=20Ferr=C3=A1ndiz?= Date: Fri, 15 Jul 2022 16:45:36 +0200 Subject: [PATCH 2/2] inform about the Arduino_Pro_Tutorials --- .../boards/portenta-h7/tutorials/ble-connectivity/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md b/content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md index e8adcaac8c..dda5d4f599 100644 --- a/content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md +++ b/content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md @@ -64,7 +64,7 @@ You will need to install the ArduinoBLE library in the Arduino IDE you are using ### 3. Create the Bluetooth® Low Energy Sketch -Let's program the Portenta with the following example sketch. If the Bluetooth® Low Energy module can be initialized correctly, you will see the blue LED lighting up for one second after uploading the sketch. If it fails you will see the red LED lighting up instead. Copy and paste the following code into a new sketch in your IDE or by open it from: **Examples > Arduino_Pro_Tutorials > BLE Connectivity on Portenta H7 > PortentaBLE** +Let's program the Portenta with the following example sketch. If the Bluetooth® Low Energy module can be initialized correctly, you will see the blue LED lighting up for one second after uploading the sketch. If it fails you will see the red LED lighting up instead. Copy and paste the following code into a new sketch in your IDE or by downloading the [Arduino_Pro_Tutorials](https://github.com/arduino-libraries/Arduino_Pro_Tutorials) from the Arduino IDE and open it from: **Examples > Arduino_Pro_Tutorials > BLE Connectivity on Portenta H7 > PortentaBLE** ```cpp #include