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: docs/getting_started/examples.md
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -60,23 +60,29 @@ These examples work on the K64F and GCC_ARM toolchain only.
60
60
61
61
[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.
62
62
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).
[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.
66
72
67
-
### Nanostack border router
73
+
####Nanostack border router
68
74
69
75
[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.
70
76
71
-
### Sockets
77
+
####Sockets
72
78
73
79
[Perform a transaction over TCP using the network-socket API](https://github.com/ARMmbed/mbed-os-example-sockets).
74
80
75
-
### Wi-Fi
81
+
####Wi-Fi
76
82
77
83
[Perform simple HTTP operations using the Wi-Fi interface](https://github.com/ARMmbed/mbed-os-example-wifi).
78
84
79
-
### Bluetooth Low Energy (BLE)
85
+
####Bluetooth Low Energy (BLE)
80
86
81
87
*[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.
82
88
@@ -93,3 +99,7 @@ These examples work on the K64F and GCC_ARM toolchain only.
93
99
* Beacons send a small amount of information to a nearby device. Try:
*[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.
0 commit comments