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/11/05 04:47:42 UTC

[21/50] 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/65b6e0b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/65b6e0b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/65b6e0b2

Branch: refs/heads/master
Commit: 65b6e0b21716f25c1dbc73107a969eb3321873b9
Parents: 2ef81aa
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Oct 7 17:05:43 2016 -0700
Committer: Gavin Jefferies <ga...@runtime.io>
Committed: Tue Oct 11 14:04:32 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/65b6e0b2/custom-theme/landing.html
----------------------------------------------------------------------
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index df9fc3c..d87f350 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>