This is an automated email from the ASF dual-hosted git repository.

aditi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a30cff3  updated landing page to announce BLE mesh and LoRa
a30cff3 is described below

commit a30cff38756e64271e324c07b9459a74abfc25e8
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Fri Sep 15 13:44:04 2017 -0700

    updated landing page to announce BLE mesh and LoRa
---
 custom-theme/img/NimBLE_conn.png    | Bin 30168 -> 32151 bytes
 custom-theme/img/combo_ble_lora.png | Bin 0 -> 193382 bytes
 custom-theme/img/lora_config.png    | Bin 0 -> 161649 bytes
 custom-theme/landing.html           |  28 ++++++++++++++++++++--------
 4 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/custom-theme/img/NimBLE_conn.png b/custom-theme/img/NimBLE_conn.png
index ae9fa70..781075d 100644
Binary files a/custom-theme/img/NimBLE_conn.png and 
b/custom-theme/img/NimBLE_conn.png differ
diff --git a/custom-theme/img/combo_ble_lora.png 
b/custom-theme/img/combo_ble_lora.png
new file mode 100644
index 0000000..9bb04a9
Binary files /dev/null and b/custom-theme/img/combo_ble_lora.png differ
diff --git a/custom-theme/img/lora_config.png b/custom-theme/img/lora_config.png
new file mode 100644
index 0000000..85057ce
Binary files /dev/null and b/custom-theme/img/lora_config.png differ
diff --git a/custom-theme/landing.html b/custom-theme/landing.html
index 42cb5e1..65fd0c2 100644
--- a/custom-theme/landing.html
+++ b/custom-theme/landing.html
@@ -3,22 +3,33 @@
     <div class="col-xs-12 highlights">
 
         <div class="highlight">
-            <img src="/img/concurrent_conn.png">
-                
+            <img src="/img/combo_ble_lora.png">
+    
             <h2>Built for wireless</h2>
 
-            <p> Meet your application’s demands with open source networking 
stacks e.g. Bluetooth Low Energy 5 </p>
+            <p> Meet your application’s demands from a choice of open source 
networking stacks e.g. Bluetooth Low Energy 5, Bluetooth Mesh, Wi-Fi, LoRaWAN, 
and more... </p>
 
             <ul>
-              <li> Flexible, powerful BLE implementation (NimBLE)</li>
+              <li> Flexible, powerful BLE 5 implementation (NimBLE)</li>
                 <ul>
                   <li> Full stack, host only, or controller only - your choice 
</li>
                   <li> Maximum throughput of 2Mbps </li>
-                  <li> Up to 32 concurrent connections </li>
-                  <li> Multiple active connections in simulatenous central and 
peripheral roles </li>
+                  <li> 32+ concurrent connections, multiple connections in 
simulatenous central and peripheral roles </li>
                   <li> <a href="pages/ble/">More on NimBLE...</a> </li>
                 </ul>
-              <li> Additional connectivity options include WiFi </li>
+              <li> LoRa PHY and LoRaWAN support </li>
+                <ul>
+                  <li> LoRa PHY radio / transceiver (SX1276) </li>
+                  <li> LoRaWAN protocol for Class A and Class C endpoints </li>
+                  <li> API for application use with a sample app </li>
+                </ul>
+              <li> Bluetooth Mesh </li>
+                <ul>
+                  <li> Foundation Models (server role) </li>
+                  <li> Provisioning bearers: PB-ADV and PB-GATT </li> 
+                  <li> Advertising and GATT bearers for message transport </li>
+                  <li> Optional Relay and Proxy features </li>
+                </ul>
               <li> Native support for TCP/IP, UDP </li>
               <li> Supports protocols for constrained networks e.g. CoAP and 
6LoWPAN </li>
             </ul>
@@ -55,7 +66,8 @@
               <li> Image management module to enable efficient, failure-aware, 
and reliable remote firmware updates </li>
               <li> Logging modules that can be invoked at various levels of 
granularity, including specialized reboot logs </li>
               <li> Richly instrumented statistics modules for OS components 
and network interfaces </li>
-              <li> Modularity for selective, optimized composition to extract 
the best performance from the hardware platform </li>
+              <li> Easy to use sensor framework to plug in a variety of 
sensors  </li> 
+              <li> Auto-discovery and management using OIC1.1, the IoT 
platform standard from OCF (Open Connectivity Foundation) </li>
               <li> <a href="latest/os/os_user_guide/"> More on managment 
utilities...</a></li>
             </ul>
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].

Reply via email to