> ## 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.

# TAG 2001

> TAG 2001

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} />

<Frame>
  <img src="https://mintcdn.com/sensolus/W-UskwQvZFv0YXIw/docs/spec_sheets/trackers/images/TAG-2001.png?fit=max&auto=format&n=W-UskwQvZFv0YXIw&q=85&s=d79661eb68ceec01ef3bae6a7df2c950" width="200" data-path="docs/spec_sheets/trackers/images/TAG-2001.png" />
</Frame>

<AccordionGroup>
  <Accordion title="TAG 2001 spec sheet EN (pdf)" icon="file">
    **Description**: TAG 2001 spec sheet EN<br />
    **Access level**: public<br />
    **Reference**: SDOC-498608282-129<br />
    **Download**:  [PDF](https://cloud.sensolus.com/documentation/dms/SDOC-498608282-129)

    <iframe src="https://cloud.sensolus.com/documentation/dms/SDOC-498608282-129?viewer=true" style={{width: '100%', height: '881px', border: 'none', margin: 0, padding: 0}} />

    <div style={{display: "none"}} data-pdf-text="true">
      June 25, 2025 10:10 AM
      [www.sensolus.com](http://www.sensolus.com) |  [info@sensolus.com](mailto:info@sensolus.com)
      TAG 2001-REV2
      40,5 mm
      17,6 mm
      IP67
      Water & dust resistance
      Size
      40,5 x 58 x 17.6 mm
      Weight
      22 gram
      Color
      White
      Casing
      ABS plastic
      -20°C to +60°C
      Operating temperature
      Battery
      · Up to 10 years battery life, actual battery life may be reduced by extreme temperatures.
      · User replaceable CR2477Xbatteries
      Connectivity
      Mechanics & design
      Certifications
      · CE
      · FCC
      Mounting
      Instructions for mounting the device are available in the Sensolus documentation center.
      · Bluetooth QDID/EPL
      58 mm
      TAG 2001 is a rugged location tag tracker built for reliable,
      long-term asset tracking in harsh environments.
      Using Bluetooth Low Energy (BLE) technology, it enables
      the localization of assets when in range of Sensolus devices
      with smart BLE gateway capabilities.
      Up to 10 years of battery life
      IP67
      BLE iBeacon advertising
      Transmission range
      Strong emission power (+4dBm) enables detection at ranges of 50m or more.
      Actual detection range is strongly influenced by physical environment.
    </div>
  </Accordion>

  <Accordion title="3D-file TAG 2001 (stp)" icon="file">
    **Description**: 3D-file of the TAG 2001 in STP format<br />
    **Access level**: end-user<br />
    **Reference**: SDOC-498608282-688<br />
    **Download**:  [STP](https://cloud.sensolus.com/documentation/dms/SDOC-498608282-688)
  </Accordion>

  <Accordion title="TAG 2001 (pdf)" icon="file">
    **Description**: <br />
    **Access level**: public<br />
    **Reference**: SDOC-498608282-1407<br />
    **Download**:  [PDF](https://cloud.sensolus.com/documentation/dms/SDOC-498608282-1407)

    <iframe src="https://cloud.sensolus.com/documentation/dms/SDOC-498608282-1407?viewer=true" style={{width: '100%', height: '881px', border: 'none', margin: 0, padding: 0}} />

    <div style={{display: "none"}} data-pdf-text="true">
      TAG 2001
      BLE Location Tag Tracker
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      Rugged location tag tracker built for reliable, long-term
      asset tracking in harsh environments. Using Bluetooth
      Low Energy (BLE) technology, it enables the
      localization of assets when in range of Sensolus
      devices with smart BLE gateway capabilities.
      BLE iBeacon advertising
      Up to 10 years battery life
      IP67 rated
      40.5 × 58 × 17.6mm
      22g
      Connectivity
      Technology
      Bluetooth Low Energy (BLE) iBeacon
      Transmission Range
      50 meters or more at +4dBm emission power. Actual
      detection range is strongly influenced by physical
      environment.
      Mechanics & Design
      Dimensions
      40.5 × 58 × 17.6mm
      Weight
      22 grams
      Color
      White
      Casing Material
      ABS plastic
      Water & Dust Resistance
      IP67
      Operating Temperature
      -20°C to +60°C
      Power
      Battery Type
      User replaceable CR2477X batteries
      Battery Life
      Up to 10 years. Actual battery life may be reduced by extreme
      temperatures.
      Certifications
      Regulatory
      •
      CE
      •
      FCC
      •
      Bluetooth QDID/EPL
    </div>
  </Accordion>

  <Accordion title="Installation and activation manual TAG 2001 (pdf)" icon="file">
    **Description**: <br />
    **Access level**: public<br />
    **Reference**: SDOC-498608282-1388<br />
    **Download**:  [PDF](https://cloud.sensolus.com/documentation/dms/SDOC-498608282-1388)

    <iframe src="https://cloud.sensolus.com/documentation/dms/SDOC-498608282-1388?viewer=true" style={{width: '100%', height: '881px', border: 'none', margin: 0, padding: 0}} />

    <div style={{display: "none"}} data-pdf-text="true">
      Installation and activation manual TAG 2001
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      October 30, 2024
      Activation
      The TAG 2001 is already activated when you receive it. No activation steps are required.
      Verify activation
      To verify if the tag is activated, perform the following steps in a dark environment:
      1
      Open the tag by
      removing the cover.
      →
      2
      Press the small button
      inside the tag.
      →
      3
      A blue LED will light
      up, confirming the tag
      is activated.
      4
      Close the tag again by
      replacing the cover.
      Mounting the TAG 2001
      Guidelines for mounting the tracker can be found in the Sensolus Documentation center.
      Mounting with screws, rivets, or bolts
      The TAG 2001 has mounting holes for affixing with rivets, screws, or bolts. The spacing between the mounting holes is 49mm.

      Installation and activation manual TAG 2001
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      October 30, 2024
      Important mounting warning
      Do not install the TAG 2001 close to magnets. Magnets can interfere with the tag\&#39;s operation.
      Edit tag information with the mobile app
      The Sensolus mobile app allows you to edit the name, tags, and picture of a TAG 2001.
      Download the Sensolus mobile app from the App Store or Google Play.
      Open the Sensolus smartphone app and login with your credentials. Go to the tag you want to edit via the asset list, map, or
      search function. In the search function, use the QR code scanner to open the tag details page. Tap on the edit icon. You can
      now edit the name, tags, and picture of the tag. Save the settings by tapping the save icon.

      Installation and activation manual TAG 2001
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      October 30, 2024
      Safety advice – device subjected to strong mechanical impact
      Risk of delayed battery failure and chemical hazard
      If a device has been hit, crushed, or struck by a heavy object (for example a forklift, container, pallet, or falling load), the
      internal components and battery may be damaged even if no external damage is visible. Such damage can result in delayed
      overheating, leakage, or failure.
      If a device has been subjected to a strong mechanical impact, the following mandatory safety actions must be taken:
      \#
      Action
      Details
      1
      Do not touch the device
      Do not move, lift, open, shake, or inspect the
      device immediately after the impact. Internal
      damage may cause delayed reactions.
      2
      Keep a minimum safety distance
      Maintain a clear distance of at least 5 meters
      from the device. Keep all personnel away
      during this period.
      3
      Wait at least 10 minutes
      The device must remain untouched and
      undisturbed for a minimum of 10 minutes
      following the impact. This waiting time
      allows potential delayed thermal or chemical
      reactions to become evident.
      4
      Observe from a safe distance
      Watch for warning signs: smoke, vapor, or
      unusual odor; heat generation; fluid leakage;
      hissing, cracking, or popping noises.
      5
      After the waiting period
      If any abnormal condition is observed,
      isolate the area immediately and notify
      responsible safety or supervisory personnel.
      The device must be quarantined and
      handled according to battery safety and
      disposal procedures. The device must not be
      used.
      A device may appear undamaged and still be unsafe. Normal operation after impact does NOT mean the device is safe.
      Failure to follow this safety advice may result in serious injury, fire, or chemical exposure.
    </div>
  </Accordion>
</AccordionGroup>

For installation instructions, see [Installation instructions](/docs/spec_sheets/installation_instructions).

Earlier revision:

<Accordion title="TAG 2001 REV 1 spec sheet EN (pdf)" icon="file">
  **Description**: TAG 2001 REV 1 spec sheet EN<br />
  **Access level**: public<br />
  **Reference**: SDOC-498608282-882<br />
  **Download**:  [PDF](https://cloud.sensolus.com/documentation/dms/SDOC-498608282-882)

  <iframe src="https://cloud.sensolus.com/documentation/dms/SDOC-498608282-882?viewer=true" style={{width: '100%', height: '881px', border: 'none', margin: 0, padding: 0}} />

  <div style={{display: "none"}} data-pdf-text="true">
    January 22, 2024 11:07 AM
    [www.sensolus.com](http://www.sensolus.com) |  [info@sensolus.com](mailto:info@sensolus.com)
    BLE tag standard
    TAG 2001-REV1
    BLuetooth 5.0 compatible
    Range up to 60 meter
    Up to 7 years of battery life
    IP67
    40,5 mm
    17,6 mm
    The standard low-cost  BLE tag.
    IP67
    Water & dust resistance
    Size
    40,5 x 58 x 17.6 mm
    Weight
    22 gram
    Color
    Black
    Casing
    ABS plastic
    -20°C to +70°C (Battery limit)
    Operating temperature
    Battery
    · Up to 7 years of battery life depending on transmission power
    · User replaceable CR2477 batteries
    Connectivity
    Transmission power
    Up to 60 meter.
    BLE advertisement period
    4 seconds at + 4dBm
    Mechanics & design
    Certifications
    · CE
    · FCC
    Mounting
    ·
    Double sided tape
    ·
    Screws
    ·
    No not mount close to magnets
    · Bluetooth QDID/EPL
    58 mm
  </div>
</Accordion>
