Skip to content

Commit 8942978

Browse files
authored
Merge pull request #353 from arduino/marqdevx/portenta-h7/BLE-tut-fix
Portenta H7 BLE tutorial fix
2 parents 1495fa0 + 2ad0ed4 commit 8942978

File tree

1 file changed

+4
-2
lines changed
  • content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity

1 file changed

+4
-2
lines changed

content/hardware/04.pro/boards/portenta-h7/tutorials/ble-connectivity/content.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ tags:
1111
author: 'Jeremy Ellis, Lenard George, Sebastian Romero'
1212
libraries:
1313
- name: Arduino BLE
14-
url: https://www.arduino.cc/en/Reference/Arduino_BLE
14+
url: https://www.arduino.cc/reference/en/libraries/arduinoble/
15+
- name: Arduino Pro Tutorials
16+
url: https://www.arduino.cc/reference/en/libraries/arduino_pro_tutorials/
1517
hardware:
1618
- hardware/04.pro/boards/portenta-h7
1719
software:
@@ -62,7 +64,7 @@ You will need to install the ArduinoBLE library in the Arduino IDE you are using
6264

6365
### 3. Create the Bluetooth® Low Energy Sketch
6466

65-
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**
67+
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**
6668

6769
```cpp
6870
#include <ArduinoBLE.h>

0 commit comments

Comments
 (0)