From 3088e9d5e65ce993ca68d0462fde398dd1f46aaa Mon Sep 17 00:00:00 2001 From: teresaVanDam Date: Mon, 5 Feb 2024 20:29:24 +0100 Subject: [PATCH] New indoor positioning and asset traking pages --- 00-index.md | 8 +- _includes/snippets/cs_features | 2 + _includes/snippets/newsletter | 14 +- _includes/snippets/two-cols-text-img-end | 5 + assets/themes/flat/css/crownstone-global.css | 6 +- business/05-indoor-positioning.md | 274 ++++-------------- business/06-asset-tracking.md | 193 ++++-------- images/asset-tracking/devices.svg | 1 + images/asset-tracking/power-consumption.svg | 1 + images/asset-tracking/rlt.svg | 1 + images/asset-tracking/scalability.svg | 1 + images/indoor-positioning-b2b/buildings.svg | 1 + images/indoor-positioning-b2b/costs.svg | 1 + images/indoor-positioning-b2b/energy.svg | 1 + .../indoor-positioning-b2b/firmware-dark.svg | 1 + images/indoor-positioning-b2b/hub-dark.svg | 1 + .../indoor-positioning-b2b/productivity-2.svg | 1 + .../indoor-positioning-b2b/productivity.svg | 1 + images/indoor-positioning-b2b/resources.svg | 1 + images/indoor-positioning-b2b/roi.svg | 1 + images/indoor-positioning-b2b/room-2.svg | 1 + images/indoor-positioning-b2b/sdk-dark.svg | 1 + images/indoor-positioning-b2b/security.svg | 1 + 23 files changed, 147 insertions(+), 371 deletions(-) create mode 100644 images/asset-tracking/devices.svg create mode 100644 images/asset-tracking/power-consumption.svg create mode 100644 images/asset-tracking/rlt.svg create mode 100644 images/asset-tracking/scalability.svg create mode 100644 images/indoor-positioning-b2b/buildings.svg create mode 100644 images/indoor-positioning-b2b/costs.svg create mode 100644 images/indoor-positioning-b2b/energy.svg create mode 100644 images/indoor-positioning-b2b/firmware-dark.svg create mode 100644 images/indoor-positioning-b2b/hub-dark.svg create mode 100644 images/indoor-positioning-b2b/productivity-2.svg create mode 100644 images/indoor-positioning-b2b/productivity.svg create mode 100644 images/indoor-positioning-b2b/resources.svg create mode 100644 images/indoor-positioning-b2b/roi.svg create mode 100644 images/indoor-positioning-b2b/room-2.svg create mode 100644 images/indoor-positioning-b2b/sdk-dark.svg create mode 100644 images/indoor-positioning-b2b/security.svg diff --git a/00-index.md b/00-index.md index 90d27b628..78cf9c9a0 100644 --- a/00-index.md +++ b/00-index.md @@ -118,7 +118,7 @@ Crownstone's technology is versatile, allowing us to cater to a diverse range of Crownstones pinpoint the location of individuals using Bluetooth tags or smart devices by measuring Bluetooth Low Energy signals. This enables to react to presence and proximity. Applications of indoor positioning include healthcare for patient tracking and smart buildings for improved security and automation. -{% include snippets/two-cols-text-img-end img='/images/position.jpg' img-alt='positioning' link-left='true' url='/business/indoor-positioning/' link-text='Explore further' %} +{% include snippets/two-cols-text-img-end img='/images/position.jpg' img-alt='positioning' link-left='true' url='/business/indoor-positioning' link-text='Explore further' %} {% include snippets/full-width-container-end %} @@ -131,7 +131,7 @@ Crownstones pinpoint the location of individuals using Bluetooth tags or smart d Crownstones scan for Bluetooth LE devices within a building. Attach off-the-shelf Bluetooth tags to assets, and Crownstones use Bluetooth mesh to communicate tag locations to a gateway. BLE asset tracking offers cost efficiency, enhanced security, scalability, and future-proofing. -{% include snippets/two-cols-text-img-end img='/images/assets.jpg' img-alt='assets' link='true' url='/business/asset-tracking/' link-text='Explore further' %} +{% include snippets/two-cols-text-img-end img='/images/assets.jpg' img-alt='assets' link='true' url='/business/asset-tracking' link-text='Explore further' %} {% include snippets/full-width-container-end %} @@ -144,7 +144,7 @@ Crownstones scan for Bluetooth LE devices within a building. Attach off-the-shel Crownstones extend their functionality to include energy monitoring on device level. Operating within a Bluetooth mesh network, they broadcast energy-related metrics such as current, voltage, power, and power factor to a central hub, facilitating data collection for further analysis. -{% include snippets/two-cols-text-img-end img='/images/e-monitoring.jpg' img-alt='energy monitoring' link-left='true' url='/business/energy-monitoring/' link-text='Explore further' %} +{% include snippets/two-cols-text-img-end img='/images/e-monitoring.jpg' img-alt='energy monitoring' link-left='true' url='/business/energy-monitoring' link-text='Explore further' %} {% include snippets/full-width-container-end %} @@ -157,7 +157,7 @@ Crownstones extend their functionality to include energy monitoring on device le Crownstone offers companies already providing alarm systems to enhance their product portfolio with our technology. Our solutions are tailored for technology providers in sectors such as mental care, elderly care, and the general office sector. -{% include snippets/two-cols-text-img-end img='/images/wireless.jpeg' img-alt='wireless' link='true' url='/business/wireless-alarms/' link-text='Explore further' %} +{% include snippets/two-cols-text-img-end img='/images/wireless.jpeg' img-alt='wireless' link='true' url='/business/wireless-alarms' link-text='Explore further' %} {% include snippets/full-width-container-end %} diff --git a/_includes/snippets/cs_features b/_includes/snippets/cs_features index 8ebbe09f3..435629fe6 100644 --- a/_includes/snippets/cs_features +++ b/_includes/snippets/cs_features @@ -16,11 +16,13 @@ cs_feature
+ {% if feature.title %}

{{ feature.title }}

+ {% endif %}

{{ feature.description }} diff --git a/_includes/snippets/newsletter b/_includes/snippets/newsletter index 7f83e8b37..ec8e26f1a 100644 --- a/_includes/snippets/newsletter +++ b/_includes/snippets/newsletter @@ -1,11 +1,11 @@ -

+
diff --git a/assets/themes/flat/css/crownstone-global.css b/assets/themes/flat/css/crownstone-global.css index 70ffd9469..3a7da5eb9 100644 --- a/assets/themes/flat/css/crownstone-global.css +++ b/assets/themes/flat/css/crownstone-global.css @@ -187,8 +187,8 @@ div.bannerContainerLarge { padding:0; overflow:hidden; width: 100%; - height: 50vw; - max-height: 50vh; + height: 40vw; + max-height: 40vh; min-height: 90px; } @@ -383,7 +383,6 @@ a.link-text-gray:hover{ } div.feature-icon-container{ - padding: 1.5rem !important; align-items: center; justify-content: center; } @@ -473,6 +472,7 @@ p.description-cs-features{ font-family: Lato, sans-serif; font-style: italic; font-size: 0.9rem; + line-height: 1.1rem; color: #003e52 !important; width: 100%; padding: 0; diff --git a/business/05-indoor-positioning.md b/business/05-indoor-positioning.md index 486012d6d..10031a413 100644 --- a/business/05-indoor-positioning.md +++ b/business/05-indoor-positioning.md @@ -2,61 +2,48 @@ layout: page title: Indoor Positioning header: Business +description: "Bluetooth LE for indoor positioning" group: [navigation-business-submenu, navigation-business-footer] -skip-newsletter: true -background-image: banner-indoor-positioning-b2b -permalink: business/indoor-positioning/ +large-background-image: banner-indoor-positioning-b2b banner-caption: Indoor positioning -architecture: - - title: Wireless fingerprints - description: The algorithms run on the smartphone. The integration of the Crownstone mobile fingerprinting SDK is moderately complex. Localization can be very accurate but is labor-intensive. It requires training the algorithm per room for different smartphones. - image: /images/indoor-positioning-b2b/smartphone.svg - image-alt: smartphone - - title: In-network localization - description: The algorithms run on the Crownstone mesh. The integration of the Crownstone mobile iBeacon SDK is relatively simple. Localization can be less accurate. This setup requires a hub to get the localization data towards your servers. This can also localize tags (no SDK required). - image: /images/indoor-positioning-b2b/network.svg - image-alt: network - - title: Crownstone as iBeacons - description: The default localization mechanisms on a smartphone are used. No Crownstone SDK is required. The Crownstones are configured as normal iBeacons. Localization accuracy depends on the smartphone libraries your developer use. - image: /images/indoor-positioning-b2b/ibeacons.svg - image-alt: iBeacons - - title: Centralized localization - description: The algorithms run on a Crownstone hub or in the cloud. Proximity information is communicated over Bluetooth mesh to a hub. Localization in real-time might be challenging (expect multiple-second delays). This can also localize tags (no SDK required). - image: /images/indoor-positioning-b2b/tag.svg - image-alt: ble tag +permalink: business/indoor-positioning +benefits: + - description: Enable precise and efficient space utilization + image: /images/indoor-positioning-b2b/occupancy.svg + - description: Optimize layouts + image: /images/indoor-positioning-b2b/room-2.svg + - description: Allocate resources effectively + image: /images/indoor-positioning-b2b/resources.svg + - description: Enhance overall productivity, safety, and security + image: /images/indoor-positioning-b2b/productivity.svg + - description: Reduce operating costs + image: /images/indoor-positioning-b2b/costs.svg +reasons: + - description: By 2025, about 70% of new commercial buildings worldwide are projected to adopt location systems. + image: /images/indoor-positioning-b2b/buildings.svg + image-alt: buildings + - description: Businesses implementing positioning systems anticipate an average ROI of 300% within the first three years. + image: /images/indoor-positioning-b2b/roi.svg + image-alt: roi increase + - description: Adopting location systems is forecasted to yield a 20-30% average energy reduction in smart buildings. + image: /images/indoor-positioning-b2b/energy.svg + image-alt: energy savings + - description: Implementation of location systems is projected to reduce security incidents by 25-35% in smart buildings. + image: /images/indoor-positioning-b2b/security.svg + image-alt: security + - description: Smart buildings with integrated location systems can increase employee productivity by up to 15% + image: /images/indoor-positioning-b2b/productivity-2.svg + image-alt: productivity solutions: - description: Support for the app developers to integrate our SDKs. - image: /images/indoor-positioning-b2b/sdk.svg + image: /images/indoor-positioning-b2b/sdk-dark.svg image-alt: sdk - description: Hubs and servers. We can provide hardware and cloud services. We can implement an uplink towards a custom interface on your backend. - image: /images/indoor-positioning-b2b/hub.svg + image: /images/indoor-positioning-b2b/hub-dark.svg image-alt: hub - description: Software updates and security patches for firmware over-the-air. - image: /images/indoor-positioning-b2b/firmware.svg + image: /images/indoor-positioning-b2b/firmware-dark.svg image-alt: firmware -software-modules: - - description: We can provide monitoring or maintenance services about Crownstones, the Crownstone network, hubs, or other hardware if required. - image: /images/indoor-positioning-b2b/monitoring.svg - image-alt: monitoring - - description: We can build dashboards if you have no application partner. - image: /images/indoor-positioning-b2b/dashboard.svg - image-alt: dashboards - - description: We can build apps if you have no app development partner. - image: /images/indoor-positioning-b2b/apps.svg - image-alt: apps - - description: We can integrate with building automation or energy management systems. - image: /images/indoor-positioning-b2b/building.svg - image-alt: building - - description: We can directly integrate with Bluetooth sensors from any nearby Crownstone making any Bluetooth sensor part of your smart building. - image: /images/indoor-positioning-b2b/sensor.svg - image-alt: sensor -areas: - - slogan: Workforce management - image: /images/indoor-positioning-b2b/workforce - - slogan: Workplace efficiency - image: /images/indoor-positioning-b2b/workplace - - slogan: Building automation - image: /images/indoor-positioning-b2b/automation --- @@ -64,223 +51,70 @@ areas: {% include snippets/slogan-begin %} - -Indoor positioning - -{% include snippets/slogan-end %} - - -{% include snippets/full-width-container-begin %} - -{% include snippets/centered-text-home-begin background='light'%} - -It's the ability of the Crownstones to know **where** someone is when carrying either a smart device or a Bluetooth tag. Crownstones use the position of these smart devices by measuring **Bluetooth Low Energy** signals. This makes it possible for the Crownstones to react to **presence and proximity**. - -{% include snippets/centered-text-home-end %} - -{% include snippets/centered-image-home img-size='small' img='/images/indoor-positioning-b2b/positioning' format='jpg' img-alt='positioning'%} - -{% include snippets/full-width-container-end %} - -{% include snippets/margin %} - - - -{% include snippets/slogan-begin background='blue' %} - -Requirements for indoor positioning - -{% include snippets/slogan-end %} - - - -{% include snippets/full-width-container-begin background="blue" %} - -{% include snippets/two-cols-text-img-begin background="blue"%} - -#### For Crownstones to perform indoor positioning the following is required: - -

 

- - -- We recommend one Crownstone module per 10 - 25m2 -- To have Bluetooth enabled in your smartphone or to carry a Bluetooth tag. - -{% include snippets/two-cols-text-img-end background="blue" img='/images/indoor-positioning-b2b/office.jpg' img-alt='office'%} - -{% include snippets/full-width-container-end %} - - -{% include snippets/slogan-begin %} - -The basics - +Revolutionize your space with advanced indoor positioning solutions {% include snippets/slogan-end %} {% include snippets/full-width-container-begin%} -{% include snippets/two-cols-centered-text-img-begin text-alignment='right' %} - -### Broadcast distance - -

 

- -A Crownstone or tag can broadcast from 5m to up to 50m while still contributing to indoor positioning. - -{% include snippets/two-cols-centered-text-img-end img='/images/indoor-positioning-b2b/broadcasting.svg' img-alt='broadcasting' %} - -{% include snippets/full-width-container-end %} - - -{% include snippets/full-width-container-begin%} - -{% include snippets/two-cols-centered-text-img-begin %} - -### Density - -

 

- -The more Crownstones, the higher the accuracy. As a rule of thumb, **two Crownstones** per room is sufficient for fingerprinting (see below). - -{% include snippets/two-cols-centered-text-img-end img='/images/indoor-positioning-b2b/room.svg' img-alt='room' %} - -{% include snippets/full-width-container-end %} - - -{% include snippets/full-width-container-begin%} - -{% include snippets/two-cols-centered-text-img-begin text-alignment='right' %} - -### Wireless fingerprints - -

 

- -The fingerprint classifier can learn to localize people **per room**. This is often more useful than so-called trilateration and an actual position in meters (or yards). - -{% include snippets/two-cols-centered-text-img-end img='/images/indoor-positioning-b2b/radar.svg' img-alt='radar' %} - -{% include snippets/full-width-container-end %} - - -{% include snippets/full-width-container-begin%} - -{% include snippets/two-cols-centered-text-img-begin %} - -### Latency - -

 

- -More Crownstones means fewer misclassifications which means algorithms can make their decisions faster. - -{% include snippets/two-cols-centered-text-img-end img='/images/indoor-positioning-b2b/latency.svg' img-alt='latency' %} - -{% include snippets/full-width-container-end %} - - -{% include snippets/full-width-container-begin%} - -{% include snippets/two-cols-centered-text-img-begin text-alignment='right' %} +{% include snippets/two-cols-text-img-begin%} -### Location and occupancy +### Unlocking efficiency with innovative indoor localization solutions for businesses -

 

+Location data serves as the cornerstone of smart buildings, facilitating efficient resource allocation and boosting productivity across various functions. Crownstones play a pivotal role in providing this essential location data, whether individuals carry smart devices or Bluetooth tags. -Data provided through our API can give information about the location of a user, or provide information about the occupancy per room. - -{% include snippets/two-cols-centered-text-img-end img='/images/indoor-positioning-b2b/occupancy.svg' img-alt='occupancy' %} +{% include snippets/two-cols-text-img-end img='/images/indoor-positioning-b2b/office.jpg' img-alt='office' link-left='true' url='/business/indoor-positioning/#contact' link-text='Explore possibilities' %} {% include snippets/full-width-container-end %} +{% include snippets/cs_features id='benefits'%} -{% include snippets/slogan-begin background='blue' %} -Architecture +{% include snippets/slogan-begin background='blue'%} +An integral solution {% include snippets/slogan-end %} -{% include snippets/full-width-container-begin background='blue'%} +{% include snippets/full-width-container-begin background='blue' %} {% include snippets/centered-text-home-begin background='dark'%} -Crownstone supports at least **four ways** to integrate indoor localization. +In addition to our localization solutions, we are also able to offer the following {% include snippets/centered-text-home-end %} {% include snippets/full-width-container-end %} -{% include snippets/two-items-in-a-row %} +{% include snippets/three-items-in-a-row id='solutions' background='dark'%} -{% include snippets/slogan-begin %} +{% include snippets/full-width-container-begin %} -A complete solution +{% include snippets/circles-bg-begin img='/images/circles_1.png' bg-position='center' %} +{% include snippets/slogan-begin id="contact"%} +Get in contact {% include snippets/slogan-end %} +{% include snippets/two-cols-text-img-begin text-alignment='right'%} -{% include snippets/full-width-container-begin %} - -{% include snippets/centered-text-home-begin background='light'%} +Ready to unlock the full potential of your business space? **Contact us** today to explore the countless possibilities for optimizing your operations and enhancing productivity. Don't wait any longer to revolutionize your space. Connect with **Aad** to schedule a free meeting! -Along with our solutions we can also provide the following +{% include snippets/two-cols-text-img-end img='/images/team/aadnales.jpg' img-alt='aad nales' btn='true' btn-contact='aad' btn-text='Schedule a meeting'%} -{% include snippets/centered-text-home-end %} +{% include snippets/circles-bg-end %} {% include snippets/full-width-container-end %} -{% include snippets/three-items-in-a-row id='solutions'%} - - - {% include snippets/slogan-begin background='blue' %} -Software modules - -{% include snippets/slogan-end %} - -{% include snippets/three-items-in-a-row id='software-modules' background='dark' %} - - -{% include snippets/slogan-begin %} - -Application areas - -{% include snippets/slogan-end %} - - -{% include snippets/margin %} - -{% include snippets/three-frames-in-a-row id='areas' no-arrow='true' no-link='true' %} - -{% include snippets/margin %} - - -{% include snippets/slogan-begin %} - -Support +Why incorporating positioning systems is crucial for your buildings? {% include snippets/slogan-end %} -{% include snippets/global-container-begin size="small" %} - -{% include snippets/contact-option-begin img="/images/contact/email.svg" img-alt="email-icon" title="Send us an email" %} - -For general questions drop us an email. We'd love to help you! - -{% assign email = ".rocks, stone, crown, @, sk, a" | split: ", " %} -{% include snippets/contact-option-end email=email subject="Support: Indoor positioning"%} - - -{% include snippets/contact-option-begin img="/images/contact/phone.svg" img-alt="phone-icon" title="Give us a call" %} - -Interested in our technology? Then talk with us, we're all ears! - -{% include snippets/contact-option-end tel="true" %} - -{% include snippets/global-container-end %} +{% include snippets/three-items-in-a-row id='reasons' background='dark' %} \ No newline at end of file diff --git a/business/06-asset-tracking.md b/business/06-asset-tracking.md index 530eda455..ab006179c 100644 --- a/business/06-asset-tracking.md +++ b/business/06-asset-tracking.md @@ -4,43 +4,45 @@ title: Asset Tracking header: Business description: "Bluetooth LE for asset tracking" group: [navigation-business-submenu, navigation-business-footer] -skip-newsletter: true -permalink: business/asset-tracking -background-image: banner-asset-tracking +large-background-image: banner-asset-tracking banner-caption: Asset Tracking +permalink: business/asset-tracking benefits: - - title: Reduce employee searching time - img: /images/asset-tracking/time.svg - img-alt: reduce time - - title: Reduce size of inventory - img: /images/asset-tracking/inventory.svg - img-alt: reduce inventory - - title: Improve asset availability - img: /images/asset-tracking/asset.svg - img-alt: asset availability - - title: Increase efficiency and productivity - img: /images/asset-tracking/efficiency.svg - img-alt: efficiency - - title: Improve customer satisfaction - img: /images/asset-tracking/customer.svg - img-alt: customer satisfaction + - description: Reduce employee searching time + image: /images/asset-tracking/time.svg + - description: Reduce size of inventory + image: /images/asset-tracking/inventory.svg + - description: Improve asset availability + image: /images/asset-tracking/asset.svg + - description: Increase efficiency and productivity + image: /images/asset-tracking/efficiency.svg + - description: Improve customer satisfaction + image: /images/asset-tracking/customer.svg benefits-ble: - - img: /images/asset-tracking/bluetooth.svg - img-alt: bluetooth icon - title: "Tags are very power-efficient. They are also low-priced and can be waterproof." - - img: /images/asset-tracking/buildings.svg - img-alt: buildings - title: "Bluetooth offers high accuracy compared to GPS. Allowing to track assets indoors." - - img: /images/asset-tracking/ble-tags.svg - img-alt: ble tags - title: "BLE tags can have many shapes: buttons, tiles, cards, etc." -areas: - - slogan: Health care - image: /images/asset-tracking/health - - slogan: Collaborative workspaces - image: /images/asset-tracking/lab - - slogan: Hospitality - image: /images/asset-tracking/hotel + - title: Low Power Consumption + description: BLE technology is designed for efficient power usage, enabling prolonged battery life for tracking devices + image: /images/asset-tracking/power-consumption.svg + image-alt: power-consumption icon + - title: Wide Compatibility + description: BLE is widely supported across various devices, providing seamless connectivity and integration options. + image: /images/asset-tracking/devices.svg + image-alt: devices + - title: Cost-Effectiveness + description: BLE tags are typically more affordable compared to other tracking technologies + image: /images/asset-tracking/ble-tags.svg + image-alt: ble tags + - title: Scalability + description: BLE asset tracking systems scale effortlessly to support various assets and devices + image: /images/asset-tracking/scalability.svg + image-alt: scalability + - title: Precision Tracking + description: Bluetooth offers high accuracy compared to GPS. Allowing to track assets indoors + image: /images/asset-tracking/buildings.svg + image-alt: buildings + - title: Real-Time Monitoring + description: It provides real-time visibility into asset location, enabling proactive management and enhanced security + image: /images/asset-tracking/rlt.svg + image-alt: real-time tracking --- @@ -48,41 +50,29 @@ areas: {% include snippets/slogan-begin %} - -Bluetooth Asset Tracking - +Enhance asset management with our asset tracking solutions {% include snippets/slogan-end %} {% include snippets/full-width-container-begin%} {% include snippets/two-cols-text-img-begin%} -**Crownstones are also able to scan for any Bluetooth LE device in a building.** +### Crownstones are also able to scan for any Bluetooth LE device in a building. -

 

+Attach off-the-shelf Bluetooth tags to assets, and Crownstones use Bluetooth mesh to communicate tag locations to a gateway. BLE asset tracking offers cost efficiency, enhanced security, scalability, and future-proofing. -You can use off-the-shelf Bluetooth tags attached to your assets and the Crownstones communicate over **Bluetooth mesh** the location of those tags towards a gateway. Subsequently, we work together with partners or customers to **integrate** this asset tracking information into your system or cloud. - -{% include snippets/two-cols-text-img-end img='/images/asset-tracking/cs-bluetooth.png' img-alt='cs bluetooth' %} +{% include snippets/two-cols-text-img-end img='/images/asset-tracking/technology.jpg' img-alt='technology' link-left='true' url='/business/asset-tracking/#contact' link-text='Explore possibilities'%} {% include snippets/full-width-container-end %} - -{% include snippets/slogan-begin %} - -Benefits of asset tracking - -{% include snippets/slogan-end %} - - -{% include snippets/benefits-list %} +{% include snippets/cs_features id='benefits'%} {% include snippets/slogan-begin background='blue' %} -Our technology +Explore some of our use cases {% include snippets/slogan-end %} @@ -92,111 +82,40 @@ Our technology {% include snippets/two-cols-text-img-begin background="blue"%} -### Crownstone offers a solution for indoor asset tracking - -

 

- -The signal strengths with which the assets are observed are communicated over Bluetooth mesh. - -- We support up to 32 Crownstones per hub. -- We support up to 256 assets across all our hubs. +### Reducing search time and operational costs for hospitals -This all depends also on update frequency and latency. Please, contact us with the specific requirements for your application. +Crownstone, in collaboration with our partner Blyott, has created a Bluetooth-based asset tracking system that is generating cost savings for the healthcare industry. This solution minimizes expenses and search time by efficiently tracking assets, resulting in enhanced operational efficiency and financial savings ... -{% include snippets/two-cols-text-img-end background="blue" img='/images/asset-tracking/technology.jpg' img-alt='technology'%} +{% include snippets/two-cols-text-img-end background="blue" img='/images/asset-tracking/health.jpg' img-alt='hospital' link-left='true' url='https://crownstone-labs.com/projects/blyott/' link-text='Read more'%} {% include snippets/full-width-container-end %} -{% include snippets/slogan-begin %} - -How it works - -{% include snippets/slogan-end %} - - -{% include snippets/margin %} - - -{% include snippets/global-container-begin %} - -{% include snippets/how-it-works-begin img="/images/asset-tracking/ble-tag.png" img-alt="bluetooth tag" title="Bluetooth tags" %} - -Bluetooth Low Energy tags are attached to **high-value assets**. For example, wheelchairs, IV pumps in hospitals, and other devices. - -{% include snippets/how-it-works-end %} - - -{% include snippets/how-it-works-begin img="/images/asset-tracking/built-ins.png" img-alt="Crownstones" title="Crownstones" %} - -Crownstones are configured with mesh **security keys** and a **filter** that defines which assets have to be tracked. +{% include snippets/full-width-container-begin %} -{% include snippets/how-it-works-end %} - -{% include snippets/how-it-works-begin img="/images/asset-tracking/hub.png" img-alt="Crownstone hub" title="A Gateway" %} - -A hub is configured to obtain the encrypted data from the Crownstones and to send this data **upstream** to the cloud. - -{% include snippets/how-it-works-end %} - -{% include snippets/global-container-end %} - - -{% include snippets/slogan-begin %} - -Why Bluetooth LE for asset tracking? +{% include snippets/circles-bg-begin img='/images/circles_1.png' bg-position='center' %} +{% include snippets/slogan-begin id="contact"%} +Get in contact {% include snippets/slogan-end %} +{% include snippets/two-cols-text-img-begin text-alignment='right'%} -{% include snippets/benefits-list id='benefits-ble' %} - - - -{% include snippets/slogan-begin %} - -Application areas - -{% include snippets/slogan-end %} +Ready to optimize your asset management and boost productivity? **Reach out** to us today to explore the myriad possibilities for streamlining your operations. Don't hesitate to transform your asset-tracking strategy. Contact **Aad** now to arrange a meeting! +{% include snippets/two-cols-text-img-end img='/images/team/aadnales.jpg' img-alt='aad nales' btn='true' btn-contact='aad' btn-text='Schedule a meeting'%} -{% include snippets/margin %} +{% include snippets/circles-bg-end %} -{% include snippets/three-frames-in-a-row id='areas' no-arrow='true' no-link='true' %} +{% include snippets/full-width-container-end %} -{% include snippets/margin %} {% include snippets/slogan-begin %} -Support +Why to use BLE for asset tracking? {% include snippets/slogan-end %} - -{% include snippets/centered-text-home-begin background='light'%} - -We can deliver additional support such as **configuration** within your backend or by providing a **custom uplink** towards your backend on a case-by-case basis. -We can also provide you with a service level agreement for your application which defines monitoring services for our hardware or our services, includes updates of the Crownstone hub software, or implement other application demands. - -{% include snippets/centered-text-home-end %} - - -{% include snippets/global-container-begin size="small" %} - -{% include snippets/contact-option-begin img="/images/contact/email.svg" img-alt="email-icon" title="Send us an email" %} - -For general questions drop us an email. We'd love to help you! - -{% assign email = ".rocks, stone, crown, @, sk, a" | split: ", " %} -{% include snippets/contact-option-end email=email subject="Support: Asset tracking"%} - - -{% include snippets/contact-option-begin img="/images/contact/phone.svg" img-alt="phone-icon" title="Give us a call" %} - -Interested in our technology? Then talk with us, we're all ears! - -{% include snippets/contact-option-end tel="true" %} - -{% include snippets/global-container-end %} +{% include snippets/three-items-in-a-row id='benefits-ble' %} \ No newline at end of file diff --git a/images/asset-tracking/devices.svg b/images/asset-tracking/devices.svg new file mode 100644 index 000000000..f20e43246 --- /dev/null +++ b/images/asset-tracking/devices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/asset-tracking/power-consumption.svg b/images/asset-tracking/power-consumption.svg new file mode 100644 index 000000000..28ac2b466 --- /dev/null +++ b/images/asset-tracking/power-consumption.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/asset-tracking/rlt.svg b/images/asset-tracking/rlt.svg new file mode 100644 index 000000000..7f80dee36 --- /dev/null +++ b/images/asset-tracking/rlt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/asset-tracking/scalability.svg b/images/asset-tracking/scalability.svg new file mode 100644 index 000000000..89b990e44 --- /dev/null +++ b/images/asset-tracking/scalability.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/buildings.svg b/images/indoor-positioning-b2b/buildings.svg new file mode 100644 index 000000000..2b8176617 --- /dev/null +++ b/images/indoor-positioning-b2b/buildings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/costs.svg b/images/indoor-positioning-b2b/costs.svg new file mode 100644 index 000000000..2a40c3ba5 --- /dev/null +++ b/images/indoor-positioning-b2b/costs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/energy.svg b/images/indoor-positioning-b2b/energy.svg new file mode 100644 index 000000000..f2f9c2921 --- /dev/null +++ b/images/indoor-positioning-b2b/energy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/firmware-dark.svg b/images/indoor-positioning-b2b/firmware-dark.svg new file mode 100644 index 000000000..f46eafdb5 --- /dev/null +++ b/images/indoor-positioning-b2b/firmware-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/hub-dark.svg b/images/indoor-positioning-b2b/hub-dark.svg new file mode 100644 index 000000000..36781c2b7 --- /dev/null +++ b/images/indoor-positioning-b2b/hub-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/productivity-2.svg b/images/indoor-positioning-b2b/productivity-2.svg new file mode 100644 index 000000000..176766bb3 --- /dev/null +++ b/images/indoor-positioning-b2b/productivity-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/productivity.svg b/images/indoor-positioning-b2b/productivity.svg new file mode 100644 index 000000000..bdc0857a0 --- /dev/null +++ b/images/indoor-positioning-b2b/productivity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/resources.svg b/images/indoor-positioning-b2b/resources.svg new file mode 100644 index 000000000..175df814e --- /dev/null +++ b/images/indoor-positioning-b2b/resources.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/roi.svg b/images/indoor-positioning-b2b/roi.svg new file mode 100644 index 000000000..fb358d2a6 --- /dev/null +++ b/images/indoor-positioning-b2b/roi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/room-2.svg b/images/indoor-positioning-b2b/room-2.svg new file mode 100644 index 000000000..2fcf4be53 --- /dev/null +++ b/images/indoor-positioning-b2b/room-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/sdk-dark.svg b/images/indoor-positioning-b2b/sdk-dark.svg new file mode 100644 index 000000000..90fac3126 --- /dev/null +++ b/images/indoor-positioning-b2b/sdk-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/indoor-positioning-b2b/security.svg b/images/indoor-positioning-b2b/security.svg new file mode 100644 index 000000000..436f1f234 --- /dev/null +++ b/images/indoor-positioning-b2b/security.svg @@ -0,0 +1 @@ + \ No newline at end of file