EYE SENSOR MESH/MTSMP1
Introduction
Wireless solutions open up new horizons for your business and help to keep an eye on your assets. Discover our brand-new and certified Bluetooth® Low Energy ID beacon model from Teltonika with robust waterproof casing and a long-lifetime battery. The model designed for a low-cost fast and easy configuration and integration to save precious time, resources, and ensure accountability.

About MTSID1
Perfect for traceability use cases, delivery tracking, monitoring of various movable objects in logistics (trailers, containers), agriculture (tractor attachments), and constructions (tools and inventory). Also, it suitable for indoor tracking solutions for items tracking in warehouses, hospitals, transport hubs and other types of industrial areas. EYE beacon supports iBeacon and Eddystone protocols. The device is fully compatible with the Teltonika firmware platform which provides extended functionality. Configure, scan, and update anytime anywhere with a dedicated Teltonika mobile app.
Product Specification
Features
| Battery and power | |
|---|---|
| Model | CR2450 |
| Type | Lithium, Manganese Dioxide (Li/MnO2) |
| Total Capacity | 600 mAh |
| Replaceable | No |
| Battery life (5 min) | 2 years* |
| Battery life (10 min), default | 3 years* |
| Battery life (30 min) | 6.5 years* |
| Battery life (60 min) | 10 years* |
*At ambient room temperature
| Dimensions and weight | |
|---|---|
| Dimensions | 56,6 mm x 38 mm x 13 mm |
| Weight | 19 g |
| Features | |
|---|---|
| Sensors | Temperature
Humidity Movement Magnet detection |
| Scenarios | Temperature tracking, Mobile objects tracking, Medical equipment tracking, Goods tracking |
| Sleep mode | Hibernate |
| Configuration and firmware update | Mesh network |
| Electronics | |
|---|---|
| Microcontroller | Silicon Labs EFR32BG22C224F512GM32-C |
| Certification & approvals | |
|---|---|
| Certificates | CE/RED (EU), RoHS (EU), REACH (EU), IP rating |
| Connectivity | |
|---|---|
| Wirepas | Wirepas Mesh v5.4 |
| Available transmission power levels | Up to 6 dBm |
| Casing | |
|---|---|
| Protection | IP67 |
| Mounting | Two mounting points on each side |
| Marking | Available branding customisation upon request |
| Environmental Requirements | |
|---|---|
| Humidity (non-condensing) | From 0% to 100% |
| Operational temperature | -20 °C / +60 °C (-4 °F / +140 °F) |
Dimensions
Value-adding Features
Hibernate mode
Hibernated mode means that the EYE device is OFF when shipping from the factory, preserving battery life. PLEASE NOTE that EYE devices are available in two modes: factory-activated (ON - Default) or Hibernated (OFF). You may order the device version which better suits your needs. Order codes are described on eye page
During hibernation, the device consumes very little power. So it is great for storing the device for a long time without battery drain. When the device is in hibernation mode, it will not be able to communicate with other devices in the network. The only way to wake up the device from hibernation is to wake up device with magnet. After wake up led blinks in the wake up pattern (100 ms high, 1 s low for ten times).
Value of hibernate mode
Hibernated versions of EYE devices simplify stock management for our partners while maximizing battery life.
1. Accelerated delivery times:
By stocking up on hibernated EYE devices, you ensure readiness to deploy EYE devices with full battery capacity at any moment. This proactive approach provides fastest possible service, increases your reputation for efficiency and positions you as an industry front runner, enhancing your competitive edge.
2. Mitigated project risks:
In scenarios where projects encounter unforeseen challenges, our hibernated EYE devices offer a buffer. Hibernate feature allows to safeguard your investments and potential revenue streams. This means that even if projects encounter delays or complications, you can still deploy EYE devices with full battery capacity, ensuring optimal performance when the time is right.
How to activate hibernated eye device?
Attach any magnet to sleeping device and wait for LED to blink.
NOTE: ANY MAGNET CAN BE USED
Now device is active.
How to send the device to hibernate mode?
If you want to put the EYE device back to hibernate mode after activation or simply pause its use, you may do that only via Mesh Network:
For whole class (MTSID1): F67E019A09FE070105019DF1C37A
For whole class (MTSMP1): F67E019A09FF070105019DF1C37A
Can All devices hibernate?
1. All EYE Beacons Mesh and Eye Sensors Mesh can hibernate.
Mounting recomendations
EYE Beacon Protocol overview
Parsing Custom 11/11 endpoint for Sensors data
Teltonika 11/11 ep is sent together with Wirepas 238/238 endpoint. So both packets are sent in the same interval. 11/11 ep packet follows static, dynamic, and offline periods set in Wirepas configuration.
| Parameter name | Value type | Type | Length | Endianness | Units | Conversion | Error code |
|---|---|---|---|---|---|---|---|
| Counter | uint16_t | 0x01 | 2 | Little | Count | - | - |
| Temperature | int32_t | 0x02 | 4 | Little | Celsius | value / 100 | 9cff3100 (3276700) |
| Humidity | uint32_t | 0x03 | 4 | Little | % | value / 1024 | 00fc0300 (255) |
| Axl x | int32_t | 0x05 | 4 | Little | mG | - | ffffff7f (2097152) |
| Axl y | int32_t | 0x06 | 4 | Little | mG | - | ffffff7f (2097152) |
| Axl z | int32_t | 0x07 | 4 | Little | mG | - | ffffff7f (2097152) |
| Pitch | int16_t | 0x08 | 2 | Little | Degree | - | ff7f (32767) |
| Roll | int16_t | 0x09 | 2 | Little | Degree | - | ff7f (32767) |
| Magnetic field | Bool | 0x0A | 1 | Little | - | 00 (False) or 01 (True) | - |
| Movement | Bool | 0x0B | 1 | Little | - | 00 (False) or 01 (True) | - |
e.g. what to look for in MQTT gw-event/received_data/<GATEWAY_NAME>/sink0/<NETWORK_ADDRESS>/11/11 data payloadParsed example of 11/11 Endpoint data payload: 0102C3830204C20100000304101C0100050420000000060400000000070430FCFFFF080201000902B4000A01000B0100
| Type | Parameter Name | Length | Raw Value | Parsed Value | Units | Notes |
|---|---|---|---|---|---|---|
| 0x01 | Error Code | 2 | C383 | 33731 | — | uint16 |
| 0x02 | Temperature | 4 | C2010000 | 4.50 | °C | value / 100 |
| 0x03 | Humidity | 4 | 101C0100 | 71.02 | % | value / 1024 |
| 0x05 | Axl X | 4 | 20000000 | 32 | mG | int32 |
| 0x06 | Axl Y | 4 | 00000000 | 0 | mG | int32 |
| 0x07 | Axl Z | 4 | 30FCFFFF | -976 | mG | int32 |
| 0x08 | Pitch | 2 | 0100 | 1 | ° | int16 |
| 0x09 | Roll | 2 | B400 | 180 | ° | int16 |
| 0x0A | Hall | 1 | 00 | False | — | boolean |
Note:
Counter is always sent in the wirepas network to make sure have correct order of packets.
Battery is sent through wirepas positioning endpoint (238/238).
Parsing standard 238/238 endpoint for Rssi and battery info
More detailed info about endpoint 238 Wirepas Positioning Application Reference Manual v1.5 : Measurement Message
| Parameter name | Type | Length | Endianness | Units | Conversion |
|---|---|---|---|---|---|
| Battery voltage | 0x05 | 2 | Little | Count | - |
| Tag RSSI measurement, 4 byte node address | 0x05 | variable | Little | Celsius | value / 100 |
e.g. what to look for in MQTT gw-event/received_data/<GATEWAY_NAME>/sink0/<NETWORK_ADDRESS>/238/238 data payload
Parsed example of 238/238 Endpoint data payload: 1000050A2300000068E89E89004E0402110C060A3C0000001100000001FF
| Type | Parameter Name | Length | Raw Value | Parsed Value | Units | Notes |
|---|---|---|---|---|---|---|
| 0x05 | Tag RSSI measurement, 4 byte node address | 10 | 2300000068E89E89004E | Node adress1: 35 (23 hex)
Rssi1: -52 dBm Node adress2: 9019112 (899EE8 hex) Rssi2: -39 dBm |
— | 4 bytes byte node address fallowed by Rssi
Rssi = value * -0.5 |
| 0x04 | Battery voltage | 2 | 110C | 3089 | mV |
Safety information
This message contains information on how to operate MTSID1 safely. By following these requirements and recommendations, you will avoid dangerous situations. You must read these instructions carefully and follow them strictly before operating the device!
1. To avoid mechanical damage, it is advised to transport the device in an impact-proof package.
2. In case of malfunction contact your Teltonika account manager or write to the technical support team over the Partner Portal/Helpdesk.
Certification & Approvals
| Certificates | Links | Valid for Model |
|---|---|---|
| FCC (USA) | Yes | All |
| CE/RED (EU) | Yes | All |
| RoHS (EU) | Yes | All |
| REACH (EU) | Yes | All |
| IP rating | Yes | All |
Memberships
| Name | Links |
|---|---|
| WEEE | Yes |
| Battery WEEE | Yes |
Nomenclature & Classification codes
| Name | Links |
|---|---|
| EAN UpdateDU | Yes |
| HS | Yes |
| ECCN | Yes |
External Links
Product Page
https://teltonika-gps.com/eye/ UpdateDU
Product Change Notifications
The latest Product Change Notifications can be found: Product Change Notifications UpdateDU
Software Errata
Firmware Errata: BTS firmware errata UpdateDU
Promotional Material
Product Promotional Material Page UpdateDU
Partner Providers Supporting Software
- TBA
Frequently asked questions (FAQ)
- TBA
Documents
- TBA
Additional information
For EOL policy please refer to link here.


