Skip to content

Commit dbb3450

Browse files
committed
Adding examples
1 parent 3737813 commit dbb3450

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

docs/getting_started/examples.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,29 @@ These examples work on the K64F and GCC_ARM toolchain only.
6060

6161
[Getting started](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-client/): a basic example of mbed Client for mbed OS. It demonstrates how to register a device with mbed Device Connector, how to read and write values, and how to deregister.
6262

63-
### mesh
63+
### Connectivity
64+
65+
* [HTTP](http://github.com/armmbed/mbed-os-example-http) and [HTTPS] (https://github.com/ARMmbed/mbed-os-example-tls/blob/master/tls-client/main.cpp).
66+
* [MQTT](https://developer.mbed.org/teams/mqtt/code/HelloMQTT/).
67+
* [CoAP](https://github.com/armmbed/mbed-os-example-coap).
68+
69+
#### mesh
6470

6571
[Join a device to an insecure 6LoWPAN-ND or Thread network](https://developer.mbed.org/teams/mbed-os-examples/code/nanostack-border-router). This is the simplest use of the mesh networking stack.
6672

67-
### Nanostack border router
73+
#### Nanostack border router
6874

6975
[Use the generic mbed border router and create a 6LoWPAN-ND or Thread network](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-mesh-minimal/). Your 6LoWPAN or Thread devices can access to internet using this gateway.
7076

71-
### Sockets
77+
#### Sockets
7278

7379
[Perform a transaction over TCP using the network-socket API](https://github.com/ARMmbed/mbed-os-example-sockets).
7480

75-
### Wi-Fi
81+
#### Wi-Fi
7682

7783
[Perform simple HTTP operations using the Wi-Fi interface](https://github.com/ARMmbed/mbed-os-example-wifi).
7884

79-
### Bluetooth Low Energy (BLE)
85+
#### Bluetooth Low Energy (BLE)
8086

8187
* [Battery level](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-BatteryLevel/): use the Battery Level service to transmit a device's battery level.
8288

@@ -93,3 +99,7 @@ These examples work on the K64F and GCC_ARM toolchain only.
9399
* Beacons send a small amount of information to a nearby device. Try:
94100
* [BLE beacon](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon/).
95101
* [Eddystone beacon](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-EddystoneService/). Try it with the [Eddystone observer](https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-EddystoneObserver/), which scans for beacons.
102+
103+
### Peripherals
104+
105+
[On developer.mbed.org](https://developer.mbed.org/teams/mbed_example/)

0 commit comments

Comments
 (0)