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

# ZA 3510

> ZA 3510 Zone-anker op batterij met optionele voedingsadapter

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/infrastructure/images/ZA_3510_No_Plug_S.png?fit=max&auto=format&n=W-UskwQvZFv0YXIw&q=85&s=50706429c46cd5a57c0b7096f22a2a71" width="200" data-path="docs/spec_sheets/infrastructure/images/ZA_3510_No_Plug_S.png" />
</Frame>

<AccordionGroup>
  <Accordion title="ZA 3510 Installation manual EN (pdf)" icon="file">
    **Description**: ZA 3510 Installation manual EN<br />
    **Access level**: end-user<br />
    **Reference**: SDOC-498608282-1042<br />
    **Download**:  [PDF](https://cloud.sensolus.com/documentation/dms/SDOC-498608282-1042)

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

    <div style={{display: "none"}} data-pdf-text="true">
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      October 24, 2024 9:58 AM
      Installation and activation manual ZA 3510
      Put the cable onto the connector.
      Only the black plastic piece will go
      into the connector. Do not force this
      Tighten the connection by gently
      screwing the cable into the connector.
      Do not force this as well.
      Guidelines for mounting the tracker can be found in the Sensolus documentation center.
      Installing the the zone anchor
      Activation of the zone anchor
      Hold a magnet for about 5
      seconds on top of the logo on the
      zone anchor.
      You will first see a red LED. Do
      not remove the magnet yet.
      When the green LED is blinking
      you can remove the magnet. The
      zone anchor  is ready for use.
      Attach the zone anchor on the wall
      Power the zone anchor.
      Plug into the netpower
      Activation of the zone anchors is preferably done with clear skies, and not inside (e.g. factory or warehouse).
      Zone anchors are not activated when delivered to your premises.  Their subscription in the platform will start within six month of purchase.
      Check if the power cable is connected
      well.
      The zone anchor can operate independently on its internal battery or you can connect the zone anchor to
      the standard electrical network using a power cable and adapter.
      If you use the internal battery you can skip this.

      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      October 24, 2024 9:58 AM
      General installation advice
      Avoid blocking the tracker’s view
      with thick metal or carbonfibre
      walls. They weaken or block the
      radiofrequency signals.
      Install the tracker vertically, with
      the logo facing up.
      Place the tracker around 3 meter\
      high on a wall to ensure scanning
      coverage.
      Concrete has an impact on the
      range of Bluetooth signals.
      Water absorbs the Bluetooth
      signals, Large amounts of
      water will impact the range and
      detectability of the zone anchor
      Place the tracker around 3 meter\
      high on a wall to ensure scanning
      coverage.
      Concrete
      Water
      Metal
      Conditions and surrounding materials
      Anchor placement for zone detection

      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      October 24, 2024 9:58 AM
      Troubleshooting the zone anchor

      1. Put the magnet on the zone anchor for less than 5 seconds
      2. The possible LED feedback options are:
         Red LED:
         Zone anchor is not activated
         Green LED:
         Zone anchor is activated and
         working properly
         No LED:
         Zone anchor is not functioning
         (probably dead battery -> contact
         support)
         Red LED is blinking:
         Zone anchor is busy
         Force new configuration download on the zone anchor
         Hold a magnet for about 5
         seconds on top of the logo on the
         zone anchor.
         You will see a green LED.
         You will see a red and green LED.
         Now remove the Magnet
         Green LED is blinking for
         minimum 30 seconds.
         Checking for new configurations
         You see a green LED: New
         configuration setting received
         You see a red LED:
         No new  configuration received.
         A firmware can be uploaded on the zone anchor. Queue the firmware in the Sensolus platform first.
    </div>
  </Accordion>

  <Accordion title="EOL TRACK1210 ZA3510 notice (pdf)" icon="file">
    **Description**: End-of-life notification for the TRACK 1210 and ZA 3510<br />
    **Access level**: partner<br />
    **Reference**: SDOC-498608282-1318<br />
    **Download**:  [PDF](https://cloud.sensolus.com/documentation/dms/SDOC-498608282-1318)

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

    <div style={{display: "none"}} data-pdf-text="true">
      Ghent, 12/dec, 2025
      Dear Partner, Valued Customer,

      This letter is the official notification that the following products will be discontinued as
      detailed below:

      Product types:\
      TRACK 1210  Vehicle tracker with external power option (NB-IOT only)
      ZA 3510\
      Zone Anchor with external power option (NB-IOT only)

      Reason / background:
      End-of-Life of the product has been decided by product management. They are
      replaced by the NB-IOT/LTE-M combo products (see below).

      Replacement products:
      TRACK 1215  Vehicle tracker with external power option (NB-IOT/LTE-M)
      ZA 3515\
      Zone Anchor with external power option (NB-IOT/LTE-M)

      Thank you for reviewing the above information. Should you have any questions, please
      contact the Sensolus representative in your area.

      Johan Criel\
      CTO and Product Lead at Sensolus
    </div>
  </Accordion>

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

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

    <div style={{display: "none"}} data-pdf-text="true">
      ZA 3510
      Zone-anker - batterij- of netstroom gevoed - NB-IoT EU & VS (zonder stroomadapter)
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      Het extern gevoede zone-anker met back-upbatterij
      voor de lokalisering van assets uitgerust met
      Bluetooth-tag trackers in een afgebakende zone. Het
      zone-anker scant continu wanneer het op netstroom
      werkt.
      Geïnstalleerd op een vaste locatie
      Scant Bluetooth Low Energy tag trackers
      NB-IoT
      Europa en Noord-Amerika
      Back-upbatterij
      IP67
      Brandvertragend
      IK 09
      Netstroom gevoed
      130×72×36 mm
      212g
      Connectiviteit
      NB-IoT
      •
      Energiezuinige zendontvanger
      •
      Interne omnidirectionele antenne
      •
      Bidirectionele communicatie
      •
      NB-IoT-banden: Europa/Noord-Amerika
      •
      Gegevensherstel
      •
      OTA firmware-update (NB-IoT)
      Bluetooth Low Energy (BLE)
      •
      Bluetooth Low Energy 5.0
      •
      Draadloze firmware-update (BLE)
      Activering en montage
      •
      Activeringshandleiding
      •
      Gaten 7x9mm (⁹/₃₂ \&#42; ²³/₆₄ in) voor schroeven of klinknagels.
      115 mm (4¹⁷/₃₂ in) afstand tussen de centra van de
      montagegaten.
      •
      Instructies voor de montage van het apparaat zijn
      beschikbaar in het Sensolus documentatiecentrum.

      ZA 3510
      Zone-anker - batterij- of netstroom gevoed - NB-IoT EU & VS (zonder stroomadapter)
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      Mechanica & Design
      Antennes
      Alle antennes zijn intern
      Water- en stofweerstand
      IP67
      Afmetingen
      130x72x36 mm
      (5⅛ x 2⁵³⁄₆₄ x 1²⁷⁄₆₄ in)
      Slagvastheid
      IK09
      Gewicht
      218 gram (7,68 oz)
      Valschok en trillingen
      EN 60068
      Kleur
      Wit
      Bedrijfstemperatuur
      -20°C tot 60°C
      (-4°F tot 140°F)\&#42;
      De specificaties met betrekking tot de bedrijfstemperatuur zijn afhankelijk van
      de toepassing, de installatieomstandigheden en omgevingsfactoren zoals
      blootstelling aan zonlicht. Neem voor meer informatie contact op met Sensolus.
      De batterijlevensduur kan worden beïnvloed wanneer apparaten gedurende
      langere perioden op de uiterste waarden van dit bereik worden gebruikt.
      Behuizing
      •
      PBT/PC 29 TM-Z2 FR UV LS
      •
      Brandvertragend
      •
      UV-gestabiliseerd
      Stroomvoorziening
      •
      220-230 V Europa
      •
      110-115 V Noord-Amerika
      •
      Voedingskabellengte 2 meter
      •
      AES-versleutelde firmware
      •
      Firmware-update staat alleen ondertekende
      firmware-images toe
      Back-upbatterij
      Levensduur back-upbatterij tijdens scannen
      Gebruik de Sensolus-batterijcalculator om de levensduur van
      de back-upbatterij te beoordelen, die varieert op basis van het
      specifieke gebruiksscenario.
      Kenmerken back-upbatterij
      •
      Door gebruiker vervangbaar batterijpak (Li-SoCl2) 12.000
      mAh
      •
      2,94 gram (0,1037 oz) lithium
      Certificeringen
      Regelgevend
      •
      CE
      •
      FCC
      •
      IC
      Bluetooth 5.0
      Declaratie-ID D068598
      Omgeving
      IK9
      Elektrische veiligheid
      EN 62368-1

      ZA 3510
      Zone-anker - batterij- of netstroom gevoed - NB-IoT EU & VS (zonder stroomadapter)
      [www.sensolus.com](http://www.sensolus.com) | [info@sensolus.com](mailto:info@sensolus.com)
      Gebruikersinteractie
      Apparaatactivering
      Magnetische activering
      LED-terugkoppeling
      Groene en rode LED-terugkoppeling op het apparaat
      Externe instellingen synchroniseren
      •
      Direct: Magnetische activering
      •
      Periodiek: Geen gebruikersinteractie vereist
      Beheerservices
      Diagnostiek
      •
      Voorspelling batterijlevensduur
      •
      Gedetailleerd energieverbruik
      •
      Geolocatiediagnostiek
      •
      Installatie
      •
      Communicatiekwaliteit
      Beheer
      •
      OTA firmware-updates via NB-IoT en BLE
      •
      Externe configuratie
      •
      Lokalisering zone-anker met Sensolus smartphone-app
      Toepassingsservices
      •
      Scannen van Bluetooth-tag trackers
      •
      Functioneert als beheerde geobeacon
      Tag tracking scannen
      •
      Scannen van Bluetooth-tag trackers
      •
      Functioneert als beheerde geobeacon
      Neem contact op met Sensolus wanneer meer dan 2.000 Bluetooth-tag trackers
      tegelijk gescand moeten worden
      Firmware-configuratie
      Scanconfiguraties voor Bluetooth-tag trackers
      •
      Scan- en verzendinterval
      •
      RSSI-scandrempel van de Bluetooth-tag tracker
      •
      Gescande Bluetooth-tag trackers filteren op UUID
      Gebruiken als geobeacon
      Ingeschakeld of uitgeschakeld
      Beveiliging
      •
      Apparaatspecifieke versleutelingssleutels
      •
      End-to-end payload-versleuteling Chacha 20
      •
      AES-versleutelde firmware
      •
      Firmware-update staat alleen ondertekende
      firmware-images toe
      Accessoires
      De ZA 3510 wordt geleverd zonder stroomadapter. Sensolus
      heeft stroomadapters voor EU, VK en VS.
      •
      ADPT 8500 EU - ZA 3510 netstroom adapter EU-versie
      •
      ADPT 8501 UK - ZA 3510 netstroom adapter VK-versie
      •
      ADPT 8502 US - ZA 3510 netstroom adapter VS-versie
    </div>
  </Accordion>

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

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

    <div style={{display: "none"}} data-pdf-text="true">
      October 24, 2025 11:06 AM
      [www.sensolus.com](http://www.sensolus.com) |  [info@sensolus.com](mailto:info@sensolus.com)
      Net power adaptor EU version
      ADPT 8500 EU
      100 - 240 V
      50/60 Hz
      Power input
      Voltage
      Frequency
      Power adapter featuring a power plug designed for use in
      mainland Europe, complete with a 2-meter long cable.
      IP 67 connector to ZA 3510
      Europe
      Certifications
      0,18 A
      Current
      CE
      Europe
      Mechanics & design
      Size
      55.1 x 24.1 x 35.5 mm
      Color
      White
      wall-mount, 2 pin, EU
      Input plug
      0°C to 50°C
      Operating temperature
      0,1 W
      No load power consumption
      Yes
      RoHS
      Cable
      ·
      UL 2464, 24 AWG
      ·
      2 meter long
      Plug
      4 pins with screwable M5 connector
    </div>
  </Accordion>

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

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

    <div style={{display: "none"}} data-pdf-text="true">
      October 24, 2025 11:06 AM
      [www.sensolus.com](http://www.sensolus.com) |  [info@sensolus.com](mailto:info@sensolus.com)
      100 - 240 V
      50/60 Hz
      Power input
      Voltage
      Frequency
      Power adapter featuring a power plug designed for use in
      the USA, complete with a 2-meter long cable.
      IP 67 connector to ZA 3510
      USA
      Certifications
      0,18 A
      Current
      FCC part 15: Class B for radiated and conducted emissions
      USA
      Mechanics & design
      Size
      55.1 x 24.1 x 35.5 mm
      Color
      White
      wall-mount, 2 pin, US
      Input plug
      0°C to 50°C
      Operating temperature
      0,1 W
      No load power consumption
      Net power adaptor USA version
      ADPT 8502 USA
      Yes
      RoHS
      Cable
      ·
      UL 2464, 24 AWG
      ·
      2 meter long
      Plug
      4 pins with screwable M5 connector
    </div>
  </Accordion>

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

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

    <div style={{display: "none"}} data-pdf-text="true">
      October 24, 2025 11:06 AM
      [www.sensolus.com](http://www.sensolus.com) |  [info@sensolus.com](mailto:info@sensolus.com)
      Net power adaptor EU version
      ADPT 8501 UK
      100 - 240 V
      50/60 Hz
      Power input
      Voltage
      Frequency
      Power adaptor featuring a power plug designed for use in
      UK, complete with a 2-meter long cable.
      IP 67 connector to ZA 3510
      UK
      Certifications
      0,18 A
      Current
      CE
      Europe
      Mechanics & design
      Size
      55.10 x 49.50 x 42.49 mm
      Color
      White
      wall-mount, UK
      Input plug
      0°C to 50°C
      Operating temperature
      0,1 W
      No load power consumption
      Yes
      RoHS
      Cable
      ·
      UL 2464, 24 AWG
      ·
      2 meter long
      Plug
      4 pins with screwable M5 connector
    </div>
  </Accordion>
</AccordionGroup>

Zie de [installatie-instructies](/nl/docs/spec_sheets/installation_instructions).

Voedingsadapters:
