You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/10/25 07:33:09 UTC

[03/30] incubator-mynewt-site git commit: Moved up Bluetooth support to the top of feature list on the landing page and added a more detailed description including a link to the BLE User Guide.

 Moved up Bluetooth support to the top of feature list on the landing page and added a more detailed description including a link to the BLE User Guide.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/1b699f2d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1b699f2d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/1b699f2d

Branch: refs/heads/landingFormat
Commit: 1b699f2dc7a6a26c7da24030bc6b821c10c127aa
Parents: 1cc3504
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Oct 7 17:05:43 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Oct 7 17:05:43 2016 -0700

----------------------------------------------------------------------
 custom-theme/landing.html | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1b699f2d/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index 91ec13e..734de5f 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -14,28 +14,35 @@
 
         <div class="col-md-8 highlights">
 
-            <div class="row highlight">
+           <div class="row highlight">
                 <div class="col-md-6">
-                    <h2>Utilities</h2>
-                    <p>Utilities such as boot loaders, file systems, time-series data, JSON formatted log request/response, and more </p>
+                    <h2>Bluetooth Low Energy</h2>
+                    <p>Run Mynewt\u2019s BLE 4.2 stack NimBLE as a complete stack or choose only its host or its controller part.</p>
+                    <p>Mynewt offers NimBLE, a complete Bluetooth Low Energy 4.2 stack featuring source code for both host and controller subsystems. The standardized Hardware Controller Interface (HCI) allows you to mix and match Mynewt\u2019s host or controller portion with another vendor\u2019s controller or host implementation respectively, to suit your product hardware and application. 
+
+The controller implementation is available for a growing list of System on Chips (SoC). It is powerful and flexible, having demonstrated up to 32 concurrent BLE connections between a central and its peripherals. Since Mynewt\u2019s controller exposes several more configuration options than a typical SoC vendor\u2019s implementation, performance can be dramatically increased. For example, by maximizing the packet size and the connection event span in a connection interval using Mynewt, an nRF52 chip from Nordic Semiconductor can achieve 10x the throughput possible with the built-in Soft Device.
+
+Read more about NimBLE in the <a href="https://mynewt.apache.org/latest/network/ble/ble_intro/">BLE User Guide</a>
                 </div>
                 <div class="col-xs-8 col-md-6">
-                    <div class="truncate-image">
-                        <img src="/img/json_logs.png">
-                    </div>
+                    <img src="/img/NimBLE_throughput.png" style="width:66%">
                 </div>
             </div>
 
+
             <div class="row highlight">
                 <div class="col-md-6">
-                    <h2>Bluetooth Low Energy</h2>
-                    <p>High-performance networking stacks, starting with Bluetooth Low Energy 4.2 source code for both host and controller</p>
+                    <h2>Utilities</h2>
+                    <p>Utilities such as boot loaders, file systems, time-series data, JSON formatted log request/response, and more </p>
                 </div>
                 <div class="col-xs-8 col-md-6">
-                    <img src="/img/NimBLE_throughput.png" style="width:66%">
+                    <div class="truncate-image">
+                        <img src="/img/json_logs.png">
+                    </div>
                 </div>
             </div>
 
+
             <div class="row highlight">
                 <div class="col-md-6">
                     <h2>Highly Configurable</h2>