Skip to content

Commit 07be0e1

Browse files
authoredJul 4, 2016
Merge pull request #5 from bridadan/link-updates
Sync links with repo rename
2 parents 3408b9a + 0c24c90 commit 07be0e1

File tree

12 files changed

+29
-27
lines changed

12 files changed

+29
-27
lines changed
 

‎BLE_BatteryLevel/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The sample application can be seen on any BLE scanner on a smartphone. If you do
1515

1616
- [LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.
1717

18-
Hardware requirements are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
18+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
1919

2020
## Building instructions
2121

22-
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
22+
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2323

2424
## Checking for success
2525

‎BLE_Beacon/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The sample application can be seen on any BLE scanner on a smartphone. If you do
1414

1515
- [LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.
1616

17-
Hardware requirements are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
17+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
1818

1919
## Building instructions
2020

21-
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
21+
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2222

2323
## Checking for success
2424

‎BLE_Button/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The sample application can be seen on any BLE scanner on a smartphone. If you do
2222

2323
- [LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.
2424

25-
Hardware requirements are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
25+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2626

2727
## Building instructions
2828

29-
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
29+
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
3030

3131
## Checking for success
3232

‎BLE_EddystoneObserver/readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
The Eddystone Observer scans for Eddystone beacons that are running the [Eddystone Service example](https://github.com/ARMmbed/ble-examples/tree/master/BLE_EddystoneService) (see there for general information about Eddystone beacons). It reads the advertising packets broadcast by these beacons, and prints a human-readable version of the advertised URLs to the serial console.
1+
The Eddystone Observer scans for Eddystone beacons that are running the [Eddystone Service example](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_EddystoneService) (see there for general information about Eddystone beacons). It reads the advertising packets broadcast by these beacons, and prints a human-readable version of the advertised URLs to the serial console.
22

33
# Running the application
44

55
## Requirements
66

7-
General hardware information is in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
7+
General hardware information is in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
88

9-
This sample requires two devices - one to [broadcast the beacon](https://github.com/ARMmbed/ble-examples/tree/master/BLE_EddystoneService) and one to scan for the broadcast. If you have more devices, you can use them as extra beacons.
9+
This sample requires two devices - one to [broadcast the beacon](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_EddystoneService) and one to scan for the broadcast. If you have more devices, you can use them as extra beacons.
1010

1111
You need a terminal program to listen to the observer's output through a serial port. You can download one, for example:
1212

@@ -18,9 +18,9 @@ You need a terminal program to listen to the observer's output through a serial
1818

1919
## Building instructions
2020

21-
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
21+
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2222

23-
1. Build and run the [Eddystone beacon](https://github.com/ARMmbed/ble-examples/tree/master/BLE_EddystoneService) on one or more other devices.
23+
1. Build and run the [Eddystone beacon](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_EddystoneService) on one or more other devices.
2424

2525
1. Build the Eddystone Observer application and install it on your board as explained in the building instructions. Leave the board connected to your computer.
2626

‎BLE_EddystoneService/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ You should install the *Physical Web* application on your phone:
2323
knowledge about BLE and Eddystone beacon specification out of the scope of this document.
2424

2525

26-
Hardware requirements are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
26+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2727

2828
## Building instructions
2929

30-
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
30+
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
3131

3232
### Working with nRF51-based 16K targets
3333

@@ -87,4 +87,4 @@ It is also important to note that during these 30 seconds, your device will not
8787
**figure 5** Display of URL advertised by your beacon using the *Physical Web* application version 0.1.856 on Android.
8888

8989

90-
**Note:** You can use the [Eddystone Observer](https://github.com/ARMmbed/ble-examples/tree/master/BLE_EddystoneObserver) sample instead of a phone application.
90+
**Note:** You can use the [Eddystone Observer](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_EddystoneObserver) sample instead of a phone application.

‎BLE_GAPButton/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The sample application can be seen on any BLE scanner on a smartphone. If you do
1616

1717
- [LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.
1818

19-
Hardware requirements are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
19+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2020

2121
## Building instructions
2222

23-
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
23+
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2424

2525
## Checking for success
2626

‎BLE_HeartRate/.mbed

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
ROOT=.
2+
TARGET=NRF51_DK
3+
TOOLCHAIN=GCC_ARM

‎BLE_HeartRate/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ You could also use a generic BLE scanners:
1616

1717
- [LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.
1818

19-
Hardware requirements are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
19+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2020

2121
## Building instructions
2222

23-
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
23+
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2424

2525
## Checking for success
2626

‎BLE_LED/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ The sample application can be seen on any BLE scanner on a smartphone. If you do
1919

2020
- [LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.
2121

22-
Hardware requirements are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
22+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2323

2424
*NOTE:* If you have more than a single mbed board (e.g. nrf51dk or mkit) you can
2525
run the BLE_LED and BLE_LEDBlinker at the same time. For more information please
2626
refer to the BLE_LEDBlinker demo.
2727

2828
## Building instructions
2929

30-
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
30+
Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
3131

3232
## Checking for success
3333

‎BLE_LEDBlinker/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ The example uses two applications running on two different devices:
66

77
1. The first device - the central - runs the application ``BLE_LEDBlinker`` from this repository. This application sends an on/off toggle over BLE.
88

9-
1. The second device - the peripheral - runs the application [``BLE_LED``](https://github.com/ARMmbed/ble-examples/tree/master/BLE_LED) to respond to the toggle.
9+
1. The second device - the peripheral - runs the application [``BLE_LED``](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_LED) to respond to the toggle.
1010

1111
The toggle simply turns the LED on the peripheral device on and off.
1212

1313
# Running the application
1414

1515
## Requirements
1616

17-
Hardware requirements are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
17+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
1818

1919
This example requires *two* devices.
2020

@@ -26,7 +26,7 @@ Please note: The application ``BLE_LEDBlinker`` in this repository initiate a co
2626

2727
**Tip:** You may notice that the application also checks the LED characteristic's UUID; you don't need to change this parameter's value, because it already matches the UUID provided by the second application, ``BLE_LED``.
2828

29-
Building instructions for all mbed OS samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
29+
Building instructions for all mbed OS samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
3030

3131
## Checking for success
3232

‎BLE_Thermometer/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ The sample application can be seen on any BLE scanner on a smartphone. If you do
2424

2525
- [LightBlue](https://itunes.apple.com/gb/app/lightblue-bluetooth-low-energy/id557428110?mt=8) for iPhone.
2626

27-
Hardware requirements are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
27+
Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
2828

2929
## Building instructions
3030

31-
Building instructions for all mbed OS samples are in the [main readme](https://github.com/ARMmbed/ble-examples/blob/master/README.md).
31+
Building instructions for all mbed OS samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).
3232

3333
## Checking for success
3434

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ __To build an example:__
5050
1. Clone the repository containing the collection of examples:
5151

5252
```
53-
$ git clone https://github.com/ARMmbed/ble-examples.git
53+
$ git clone https://github.com/ARMmbed/mbed-os-example-ble.git
5454
```
5555

5656

57-
**Tip:** If you don't have GitHub installed, you can [download a zip file](https://github.com/ARMmbed/ble-examples/archive/master.zip) of the repository.
57+
**Tip:** If you don't have GitHub installed, you can [download a zip file](https://github.com/ARMmbed/mbed-os-example-ble/archive/master.zip) of the repository.
5858

5959
1. Using a command-line tool, navigate to any of the example directories, like BLE_Beacon:
6060

0 commit comments

Comments
 (0)
Please sign in to comment.