> ## Documentation Index
> Fetch the complete documentation index at: https://doc.sensolus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hardware Overview

> Complete technical documentation for Sensolus hardware including trackers, sensors, infrastructure and accessories

export const HeaderBadge = ({type, checkDms = false}) => {
  function addGroupBadge(h1Id) {
    const h1Element = document.getElementById(h1Id);
    if (!h1Element) {
      console.error(`Element with ID "${h1Id}" not found`);
      return;
    }
    if (h1Element.querySelector('.header-badge')) {
      console.warn('Header badge already exists on this element');
      return;
    }
    const badge = document.createElement('span');
    badge.className = 'header-badge';
    var badgeText;
    var badgeColor;
    switch (type) {
      case 'public':
        badgeText = 'Public';
        badgeColor = '#858585ff';
        break;
      case 'end-user':
        badgeText = 'End-User';
        badgeColor = '#0071a1';
        break;
      case 'multi-org':
        badgeText = 'Multi-Org';
        badgeColor = '#0071a1';
        break;
      case 'partner':
        badgeText = 'Partner';
        badgeColor = '#0071a1';
        break;
      case 'partner-pricing-eu':
        badgeText = 'Partner-EU';
        badgeColor = '#0071a1';
        break;
      case 'partner-pricing-us':
        badgeText = 'Partner-US';
        badgeColor = '#0071a1';
        break;
      case 'partner-pricing-world':
        badgeText = 'Partner-World';
        badgeColor = '#0071a1';
        break;
      case 'sensolus-internal':
        badgeText = 'Sensolus only';
        badgeColor = '#ffa858';
        break;
      default:
        badgeText = type;
        badgeColor = '#ffa858';
    }
    badge.textContent = badgeText;
    badge.style.cssText = `
        background-color: ${badgeColor};
        color: white;
        padding: 0.3em 0.8em 0.3em 0.8em;
        border-radius: 6px;
        font-size: 0.4em;
        margin-left: 20px;
        vertical-align: middle;
    `;
    h1Element.appendChild(badge);
  }
  function checkDocumentationServerAccess(type) {
    fetch('https://cloud.sensolus.com/documentation/user', {
      method: 'GET',
      headers: {
        'Accept': 'application/json'
      },
      credentials: 'include'
    }).then(response => {
      if (!response.ok) {
        console.error('Could not fetch documentation server user:', response);
      }
      return response.json();
    }).then(user => {
      const compatibleGroups = {
        "NORMAL": ["end-user", "public"],
        "PUBLIC": ["public"],
        "PARTNER": ["partner", "public", "end-user", "multi-org"],
        "MULTI_ORG": ["multi-org", "public", "end-user"],
        "SYSTEM": ["public", "end-user", "multi-org", "partner", "sensolus-internal"]
      };
      const allowedGroups = compatibleGroups[user.orgType] || [];
      const compatiblePriceListGroups = {
        "EU": ["partner-pricing-eu"],
        "US": ["partner-pricing-us"],
        "WORLD": ["partner-pricing-eu", "partner-pricing-us", "partner-pricing-world"]
      };
      allowedGroups.push(...compatiblePriceListGroups[user.orgType === "SYSTEM" ? "WORLD" : user.priceList] || []);
      if (!allowedGroups.includes(type)) {
        if (user.orgType === 'PUBLIC') {
          window.location.href = '/login?redirect=' + encodeURIComponent(window.location.pathname);
        } else {
          window.location.href = '/logout';
        }
      }
      addGroupBadge("page-title");
    }).catch(error => {
      console.error('Could not fetch documentation server user:', error);
      addGroupBadge("page-title");
    });
  }
  useEffect(() => {
    console.info("adding badge");
    addGroupBadge("page-title");
  });
  useEffect(() => {
    console.info("checking server access for type" + type);
    if (type && type !== 'public' && checkDms) {
      checkDocumentationServerAccess(type);
    }
  }, [type]);
  return <></>;
};

<HeaderBadge type={'public'} checkDms={false} />

<Note>
  This section contains comprehensive technical documentation for all Sensolus hardware components.
  For product overviews and marketing information, visit the [Sensolus website](https://www.sensolus.com/hardware/)
</Note>

## What You'll Find Here

This hardware documentation section provides detailed technical specifications, installation guides, and reference materials for the complete Sensolus IoT ecosystem.

### Trackers

Our core tracking devices designed for various asset types and use cases:

* **TRACK Series** - Industrial-grade trackers with multiple connectivity options
* **TAG Series** - Compact BLE tags for indoor and short-range tracking

Each tracker specification includes power consumption details, environmental ratings, connectivity options, and dimensional drawings.

### Sensors

Environmental and operational sensors that integrate with our tracking ecosystem:

* **Temperature Sensors** (SENSE-T series) - For cold chain and environmental monitoring
* **Humidity & Temperature Sensors** (SENSE-HT series) - Combined environmental sensing
* **Current Sensors** (SENSE-CUR series) - For monitoring equipment usage
* **Fuel Level Sensors** (SENSE-FL series) - For tank and vehicle monitoring
* **Motion Sensors** (SENSE-M series) - For movement and vibration detection

### Infrastructure

Gateway and connectivity devices that form the backbone of your tracking network:

* **Gateways** (GB series) - Fixed infrastructure for BLE to cellular communication
* **Zone Antennas** (ZA series) - For creating detection zones and improving coverage
* **Coverage Gateways** (CG series) - Mobile gateway solutions

### Accessories

Supporting hardware to complete your installation:

* **Battery Packs** - Extended power solutions for various tracker models
* **Power Adapters** - Regional power supplies (EU, UK, USA)
* **Mounting Solutions** - Magnetic mounts and brackets
* **Cables and Connectors** - Connection accessories for different installations

### Asset-Specific Installation

Detailed installation guides organized by asset type:

* **Installation Manuals** - Step-by-step guides for specific asset types
* **Installation Videos** - Visual guides for complex installations
* **Drill Templates** - Printable templates for precise mounting
* **Best Practices** - Installation tips for optimal performance

## How to Use This Documentation

Each hardware component page includes:

* **Technical Specifications** - Detailed electrical, mechanical, and environmental specifications
* **Dimensional Drawings** - Accurate measurements for installation planning
* **Connection Diagrams** - Wiring and connectivity information
* **Compliance Information** - Certifications and regulatory compliance details
* **Ordering Information** - Part numbers and configuration options

<Tip>
  Use the navigation menu on the left to browse by hardware category, or use the search function to find specific model numbers or specifications.
</Tip>

## Quick Reference

Looking for something specific?

* **Comparing tracker models?** Start with the Trackers section
* **Need installation guides?** Check Asset-Specific Installation
* **Setting up infrastructure?** Browse the Infrastructure section
* **Looking for accessories?** Find compatible options in the Accessories section

## Support Resources

For additional support:

* Technical questions: Contact your Sensolus support representative
* Installation assistance: Refer to the asset-specific installation guides
* Compatibility questions: Check the technical specifications for supported features
