You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/libraries/BLE/examples/ble_A_Hello_World_Program/Readme.md
+33-33Lines changed: 33 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
#ble_a_Hello_World_Program : Setup
2
2
3
-
The Hello_World_Program uses BLE to send a string, "Hello World, works", from the Arduino board to the peer Bluetooth low energy device.
4
-
The peer can be the nRF UART app running on iOS or Android or PC (See the Master Emulator -> Examples -> nRFUART, this is installed as part of the Master control panel Windows tool)
3
+
The Hello_World_Program uses Bluetooth low energy to send the string "Hello World, works" from the Arduino board to the peer. The peer can be the nRF UART app running on iOS, Android, or a PC (see the nRFUART example that is installed as part of the Master Control Panel Windows tool).
5
4
6
-
The Arduino IDE or equivalent and Arduino board are working. You can use the "Getting Started" pages on http://arduino.cc to get help and to troubleshoot.
7
-
Once you have confirmed that the Aduino board and IDE are working:
8
-
* Connect the nRF8001 to the Arduino (using either a shield or with direct wiring)
9
-
* Open the ble_a_Hello_World_Program sketch (.ino file) in the IDE or equivalent
10
-
* Verify that the pin connections are correct for the shield in the sketch.
11
-
This will vary depending on the shield that you use.
5
+
Before you begin connecting the nRF8001 development kit board, you must make sure the Arduino IDE or equivalent and Arduino board are working. You can use the "Getting Started" pages on http://arduino.cc to get help and troubleshoot.
6
+
7
+
Once you have confirmed that the Arduino board and IDE are working:
8
+
9
+
1. Connect the nRF8001 to the Arduino (using either a shield or with direct wiring).
10
+
2. Open the ble_a_Hello_World_Program sketch (.ino file) in the IDE or equivalent.
11
+
3. Verify that the pin connections are correct for the shield in the sketch.
12
+
13
+
**Note:** This will vary depending on the shield that you use.
12
14
13
15
<code>
14
16
/*
@@ -32,31 +34,29 @@ This will vary depending on the shield that you use.
0 commit comments