WTE MReX-SatLink User Manual

Low power satellite iot gateway
Hide thumbs Also See for MReX-SatLink:
Table of Contents

Advertisement

Quick Links

MReX-SatLink User Manual v3.80 Firmware
MReX-SatLink
LOW POWER SATELLITE IOT GATEWAY
User Manual
Page 1 of 89
© WTE Limited, 2023 – Christchurch New Zealand

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MReX-SatLink and is the answer not in the manual?

Questions and answers

Summary of Contents for WTE MReX-SatLink

  • Page 1 MReX-SatLink User Manual v3.80 Firmware MReX-SatLink LOW POWER SATELLITE IOT GATEWAY User Manual Page 1 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 2: Table Of Contents

    12-Volt Switched Power Supply....63 *ASCII_CMD.........29 Example Implementation......64 *ASCII_STATUS........30 External Modbus Sensor......64 Protocols............31 Additional Notes........67 WT Protocol..........31 Low Battery Protection......67 Support for Multiple Messages....32 System Error Codes........67 Serial Only Output........33 Troubleshooting........67 Page 2 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 3 Installation..........74 Disclaimer..........82 Cables Supplied.........74 Manufacturing marking and labels.....83 Connecting to the MReX-SatLink....75 Maintenance..........83 MReX SatLink Dimensions......77 Product End Of Life........84 Antenna.............79 Product Warranty........85 Omni antenna...........79 Specifications..........86 Directional antenna........79 Page 3 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 4: Introduction

    Introduction Thank you for choosing the MReX-SatLink. The MReX-SatLink is a weatherproof, solar powered remote data gateway ideal for shifting data out of isolated and/or hazardous locations. The unit can be fitted with a range of modems, allowing for the use of satellite, cellular or short- range messaging options.
  • Page 5: Safety Information

    CAUTION indicates a hazardous situation which, if not avoided, could result in minor or moderate injury NOTICE NOTICE is used to address practices not related to physical injury. Page 5 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 6 • voltages. The MReX must be connected to a certified, suitably rated low voltage DC supply. Failure to follow these instructions can result in death or serious injury Page 6 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 7 Store and handle the radio equipment in dry, clean safe environment • Handle the equipment with care • Care when stacking boxes must be taken to not damage part of the radio, such as connect- ors. Page 7 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 8 For more information about where you can drop off your waste equipment for recycling, contact the dealer from whom you originally purchased the product. Page 8 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 9: Operation

    MReX-SatLink User Manual v3.80 Firmware Operation When power is applied to the MReX-SatLink, there is a start-up period of 6 seconds before the mo- dem is checked for queued messages to transmit. On startup the following string is transmitted via both the RS422 serial connection and the internal TTL connection: WTE MReX-SatLink vXX.XX –...
  • Page 10: Configuration

    MReX-SatLink User Manual v3.80 Firmware Configuration To configure the MReX-SatLink unit, connect to the unit RS422 serial port. Alternatively, configura- tion can be performed through the internal TTL connector. For details on using this connection, refer to section Internal Hardware -> Internal TTL Serial Connection. Parameters can be changed using any common serial terminal program.
  • Page 11 Note: Some configuration options are only applied to the unit on startup. It is a good practice to restart the unit after changing configuration to avoid unexpected behaviour. This can be achieved by removing power to the unit or sending the *REBOOT<CR> command. Page 11 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 12: Transmit Commands

    This setting applies to the RS422 connection and to periodic messages. Usage: *TX_PROTO=PPPP<CR> Where: PPPP is the protocol to be used, either ASCII or MODBUS. Default value MODBUS. Example: *TX_PROTO=MODBUS<CR> Page 12 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 13: Periodic_Msg

    1 will be enabled up until the transmission is complete. Periodic messages are compatible with the variable content macro system, as described in the sec- tion Protocols->Variable Content Macros. Page 13 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 14: Periodic_Alarm

    MM is the absolute minute value at which the alarm will trigger, regardless of configured alarm mode. If alarm is configured for periodic mode, this will not affect the spacing between alarms. Default 0. Page 14 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 15 Note that when configuring periodic alarms using shorter periods (1 – 3 hours), it is recommended to enable partial message appending for modem-transmitted messages to avoid unnecessarily high battery consumption. For more information see section ASCII Protocol -> Multiple Message Queueing. Page 15 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 16: Alarm_Timezone

    To set the time zone to NZST (UTC + 12): *ALARM_TIMEZONE=+12:00<CR> To set the time zone to ACST (UTC + 9:30): *ALARM_TIMEZONE=+09:30<CR> To set the time zone to EST (UTC – 5): *ALARM_TIMEZONE=-05:00<CR> Page 16 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 17: Tx_Pwr

    Examples : Setting MReX to transmit at 10mW (10dBm ±2dBm): *TX_PWR=20<CR> Setting MReX to transmit at 50mW (17dBm ±2dBm): *TX_PWR=55<CR> Setting MReX to transmit at 100mW (20dBm ±2dBm): *TX_PWR=80<CR> Page 17 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 18: Tx_Baud

    XXXX is the desired baud rate, either 512_12 for 512 baud with 12kHz channel spacing or 1200_12 for 1200 baud with 12kHz channel spacing. Both baud rates use 2 level FSK modu- lation. Default value 1200_12. Example: *TX_BAUD=1200_12<CR> Page 18 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 19: Receive Commands

    XXXX is the desired baud rate, either 512_12 for 512 baud with 12kHz channel spacing or 1200_12 for 1200 baud with 12kHz channel spacing. Both baud rates use 2 level FSK modu- lation. Default value 1200_12. Example: *RX_BAUD=1200_12<CR> Page 19 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 20: Rx_Enable

    ▪ POSCAG_N must be used in order to receive numeric messages. ▪ WTE_EN must be used in order to receive 8 bit characters (POSCAG_A transmits 7 bit characters only). Example: *RX_MODE=POSCAG_A<CR> Page 20 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 21: Rx_Range

    *CH_BUSY sets the channel busy level for the configured channel. Usage: *CH_BUSY=BB<CR> Where: BB is the signal level from 0 to -130 (in dBm) (default -80). Example: *CH_BUSY=-100<CR> Page 21 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 22: Rx_Suffix

    Content Macros for more information). Strings can be up to 100 characters long. Default value is an empty (zero-length) string. For more information about how this feature oper- ates, see Protocols -> RF Link Message Queuing. Example: *RX_SUFFIX=BATT:**05<CR> Page 22 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 23: Base Commands

    *DEFAULTS<CR> *VER *VER sends the MReX sign on message back to the user. This is useful to determine the model and serial number of the unit. Usage: *VER<CR> Page 23 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 24: Rssi

    ▪ 115200 B enables or disables low power serial operation: ▪ 0 to disable low power serial operation (default) ▪ 1 to enable low power serial operation Example: *RS422_OPTS=9600,1<CR> Page 24 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 25: Store Forward Commands

    Duplicate reject only tests the previous 5 messages in the historic transmit queue. Example: To configure to use a 2 second clearing delay after each transmission and 10 second message du- plicate reject: *STORE_FWD=20,10<CR> Page 25 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 26: Swarm Modem Commands

    15000 is not recommended. A value of 0 is legitimate, and will result in the modem remaining powered indefinitely. DD is reserved for future use. Page 26 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 27 Messages received via RF link that conform to the ASCII protocol are also ap- pended (see Protocols -> RF Link Message Queuing for details on this behaviour). FF is reserved for future use. Example: *SWARM_OPTS=21600,0,21600,0,0,0<CR> Page 27 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 28: Modbus Protocol Commands

    B = Starting register to read from device (0 – 65535) (default 0). C = Number of registers to be read from device (1 – 2, 0 to disable this request) (default 0). Example: *MASTER_MODBUS=1:10,0,2<CR> Page 28 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 29: Ascii Protocol Commands

    Usage: *ASCII_CMD=N<CR> Where: N = Number corresponding to a specific operation: ▪ 1 to cycle power to installed modem ▪ 2 to clear all queued messages Example: *ASCII_CMD=2<CR> Page 29 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 30: Ascii_Status

    Cleared on system restart. B = Swarm modem uptime (in seconds). Reset when modem is powered down. C = Total unit uptime (in seconds). Reset when power is applied to the MReX-Satlink. D = Successful Swarm transmission count.
  • Page 31: Protocols

    WT protocol messages and standard configuration commands in addition to their specific formats. WT Protocol The WT Protocol is the default protocol used by WTE products. It allows for a variety of over the air transport methods (such as POCSAG paging) to be used and a variety of baud rates. The user may choose to use this protocol for direct message transmissions.
  • Page 32: Support For Multiple Messages

    RIC codes 0201234 and 0005647 as a 1200 baud POCSAG message. WT1234560A10WT1222222A10WT0201234A11WT0005647A11<SPACE>TEST<CR> 4 messages will be transmitted, batched in 2 transmissions, one for 512 baud messages and an- other transmission for the 1200 baud messages. Page 32 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 33: Serial Only Output

    To send the message “HEARTBEAT” out the serial port once every 30 seconds, use the following command: *TX_PERIODIC=1:30,0,0,WTS<SPACE>HEARTBEAT<CR> This will result in the following message HEARTBEAT<CR> being send out of the RS422 connection by the SatLink unit once every 30 seconds. Page 33 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 34: Modbus Rtu

    MReX-SatLink User Manual v3.80 Firmware Modbus RTU The MReX-SatLink can accept messages for transmission using the Modbus RTU protocol, connec- ted through the RS422 port. Default configuration sets a Modbus device ID of 0x4E (configurable using the *MODBUS com- mand). On power reset all Swarm messages not transmitted after the Swarm Tx Expiry Time will be dropped from the outgoing message queue.
  • Page 35: Function Codes

    40257 Single Register 16- Write Mul- Write Message Buffer (192 bytes) 0x0300 – 0x03BF 40769-40960 tiple Registers Write Message Buffer And Transmit 0x0400 – 0x04BF 41025-41216 (192 bytes) Page 35 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 36: Modbus Mapping Table

    Message Buffer Len (set when loading the message buffer) 40769 Append to Message Buffer (Send after special func- R/W 16 tion command 0x11). Allows multiple messages to be sent per swarm transmission. Page 36 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 37: Minimum Operation Requirements

    • come very long. Message queues are automatically cleared on successful transmission. • Change auto drop expiry times. Provides options for auto discarding messages should they become old. Page 37 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 38: Efficient Transmission Mode

    In this example the Modbus ID is configured to be 0x4e (default). Payload is “Hello2” (with NO trailing padding byte). 4E 10 04 00 00 03 06 48 65 6C 6C 6F 32 2B 97 Page 38 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 39: Ascii Protocol

    ASCII Protocol Overview The MReX-SatLink can accept messages for transmission over the Swarm network using the plain- text ASCII protocol. This protocol is used over the external RS422 connection, and consists of a con- figurable start character, followed by the message payload. The default start character for the ASCII protocol is ‘$’.
  • Page 40: Periodic Message Integration

    Note that the transmission sequence byte is only applied to the very end of the transmission, and not for each appended message. Page 40 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 41 For ease of use, it is recommended to include an easily recognisable separator at the start or end of each message, as the partial message appending functionality does not apply any additional formatting. The above example uses a comma character for this purpose. Page 41 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 42: Modbus Master Operation

    SatLink and the external master unit. Con- figuring the SatLink to operate with the ASCII protocol instead allows for easy access and reading of external Modbus slave devices. Page 42 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 43: Rf Link Message Queuing

    RF Link Message Queuing Overview The MReX-SatLink supports the queuing messages received over its RF link for transmission via the fitted modem. This mode of operation is useful for monitoring one or more remote sensors that are not easily accessible under normal circumstances.
  • Page 44: Example - Appended Messages

    Note that if message appending is enabled, then ASCII protocol messages queued both through local periodic messages and incoming RF messages will all be appended into the same transmis- sion. Page 44 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 45: Variable Content Macros

    If no timestamp has been acquired since startup, this macro will return the number of seconds since the unit powered up, also formatted as a 4-byte hex value Page 45 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 46: Examples

    JSON format commonly used by IOT services. The above example could be easily be modified to produce a JSON string with the command ${ “BATT”:“**05”, “VOLTAGE”:“**A3”, “M1”:“**MMMM01” } which will produce the message { “BATT”:“3.60”, “VOLTAGE”:“01FF”, “M1”:“00007F04” } Page 46 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 47: Timestamp Macros

    2 hours later, if no other timestamp has been received from the modem, then the resulting mes- sage will be { “timeRef”:“20230415123456”, “minCount”:“0078” } Where the minCount value of 0078 represents 120 minutes since receiving the timestamp spe- cified by timeRef. Page 47 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 48: Modbus Register Macros

    FFFE is the last SNR reported by the fitted modem (-3 dBm, represented as two’s comple- ment). FF80 is the current RSSI detected by the MReX module transceiver (-128 dBm, represented as two’s complement) Page 48 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 49: Optional Modems

    M138 replacement. Typically would be used to rapidly test a Swarm M138 system without needing to wait up to 2 hours for data to be exchanged. Page 49 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 50: Modem Indicators

    WTE-PCI-Cell Modem: Once powered (indicated by the blue MReX-Satlink LED) the red LED is initially OFF. While waiting for network registration, the red LED is turned ON (for up to one minute typically). After registration failure, or successful operation, the red LED is turned OFF.
  • Page 51: Internal Hardware

    Internal Hardware Internal Board The MReX-SatLink internals consist of one main board (pictured left) containing a WTE-MReX mod- ule, a PCIe slot for a modem and holders for 3 HHR-380A NiMH batteries. The unit optionally in- cludes an additional breakout board (pictured right, fitted onto the main board) which contains screw terminals for analog and digital I/O, power input, power output and RS422 connections.
  • Page 52: Status Leds

    MReX-SatLink User Manual v3.80 Firmware Status LEDs The MReX-SatLink is fitted with four status LEDs on the top-right corner of the internal PCB. The function of each LED is outlined in the table below: Ref # Color Function Solid on indicates that the MReX module is cur- rently transmitting via RF.
  • Page 53: Modem Installation

    MReX-SatLink User Manual v3.80 Firmware Modem Installation By default, the MReX-SatLink does not come pre-installed with any form of modem, satellite or otherwise. It is recommended when installing a modem to use anti-static measures to reduce the risk of static damage to the SatLink or the modem being installed.
  • Page 54 GPS antenna are required for a Swarm modem to function. For specific instructions/specifications for antennae, refer to the user manual for the modem being installed. Page 54 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 55: Power Connection

    MReX-SatLink User Manual v3.80 Firmware Power Connection The MReX-SatLink can optionally be powered by an external 12V 3A power supply, accessible via either the internal VIN+/GND pins or to the corresponding screw terminals (if fitted with the I/O breakout board). Note that if batteries are fitted internally, they will be charged by the external power supply and will provide temporary power to the unit in the event of external power loss.
  • Page 56: Rs422 Serial Connection

    MReX-SatLink User Manual v3.80 Firmware RS422 Serial Connection The MReX-SatLink is fitted with an RS422 serial output, accessible via either the pictured pins or through the corresponding screw terminals (if fitted with the I/O breakout board).The default baud rate for this connection is 9600. For configuration information, see the section Base Commands ->...
  • Page 57: Internal Ttl Serial Connection

    MReX-SatLink User Manual v3.80 Firmware Internal TTL Serial Connection Although the MReX-SatLink can be configured via the RS422 interface, the unit may also be con- figured via the internal serial connection that can be accessed using the optional TTL to USB ad- apter board.
  • Page 58 Insert the TTL to USB adapter into the header labelled Prog1, found in the top-left corner of the device. Connect to the SatLink using the WTE Serial Terminal with a baud rate of 115200. The WTE Serial Terminal is available for download at https://www.wte.co.nz/tools. This baud rate is fixed and can- not be reconfigured.
  • Page 59: Unit I/O

    Failure to follow these instructions will result in equipment failure and will void the unit warranty. The WTE SatLink is equipped with multiple input and output options for the purposes of measure- ment and control. These include four digital inputs, four open-drain outputs and eight analog in- puts.
  • Page 60: Digital Inputs

    (see section Modbus for further details) or through the message macro functionality (see sub-section Macros of the Protocols section for further details). Digital inputs are accessible via the terminals labelled In0 – In3. Page 60 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 61: Analog Inputs

    Failure to follow these instructions will result in equipment failure and will void the unit warranty. There are 8 analog inputs available on the MReX-SatLink, with different inputs designed to operate over different input voltage ranges. Analog input values are represented as 10-bit integers (0-1024) which range proportionally between 0V and the maximum allowed voltage of a given input.
  • Page 62: Digital Outputs

    This can be used to control power to an external device, such as a sensor, which may other- wise consume a large amount of current unnecessarily. The maximum rated sink current of each individual output is 100mA. Page 62 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 63: 12-Volt Switched Power Supply

    MReX-SatLink User Manual v3.80 Firmware 12-Volt Switched Power Supply The MReX-SatLink is equipped with a 12V 100mA switched supply, which can be used to power ex- ternal devices such as sensors directly. This output is accessible via the terminal labelled VOUT.
  • Page 64: Example Implementation

    JSON string, along with the unit battery voltage. The sensor is powered from the 12V 100mA switched supply voltage for 30 seconds prior to reading out the sensor value. A block diagram for this system is shown below: Page 64 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 65 For this example, the character denoting the start of an ASCII protocol message is ‘$’. *RS422_OPTS=9600,0<CR> • The SatLink unit must be configured to operate at 9600 baud over the RS422 connection. Low power operation is disabled. Page 65 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 66 SatLink battery voltage will be transmitted to the Swarm network every 6 hours. An example message (assuming a sensor Modbus register value of 250000 and a battery voltage of 3.6V) would be: {“DATA”:“0003D090”, “BATT”:“3.60V”} Page 66 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 67: Additional Notes

    The onboard message FIFO is full and has had to discard the most recent message. The SatLink unit coprocessor does not have any firmware loaded. Any error codes not listed in the above table are for WTE internal use only and should be reported to support if encountered.
  • Page 68: Updating Unit Firmware

    Updating Unit Firmware NOTICE Only perform firmware updates if directed to by WTE Ltd. or an associated distributor. Damage to the unit resulting from failure to follow these instructions will void the unit warranty. If possible, perform firmware updates with an external 12V power supply attached to avoid loss of power during the firmware update process.
  • Page 69 With the USB TTL adapter connected to the internal TTL Serial connector, open the WTE MReX Firmware Uploader. Press Select Hex and navigate to the .hex file provided by WTE Ltd. or associated distributor. The hex file should follow the naming convention eMReX-SatLink_vXX-XX.hex where XX-XX is the revi- sion number of the provided firmware hex file.
  • Page 70 Installation for instructions on how to completely power down the unit). 3. Open the COM port. 4. Power up the unit. The firmware update process will then commence within a few seconds of powering up the unit. Page 70 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 71 WTE Serial Terminal program and restart the unit using the *REBOOT command. Updating Coprocessor Firmware With the USB TTL adapter connected to the internal TTL Serial connector, open the WTE MReX Firmware Uploader. In the bottom-left corner of the application, select the drop-down menu labelled MReX and select the option AUX1.
  • Page 72 MReX-SatLink User Manual v3.80 Firmware Press the Select Hex button and navigate to the .ax1 file provided by WTE or associated distributor. Note that only .ax1 format files will be available for selection. All SatLink coprocessor firmware files have this format.
  • Page 73 RS422 connection, fully power down the unit for 10 seconds (see section Internal Hard- ware -> Modem Installation for instructions on how to fully power down the unit) before power- ing the unit up and repeating the above steps. Page 73 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 74: Installation

    MReX-SatLink User Manual v3.80 Firmware Installation The MReX-SatLink typically is supplied with an integrated solar panel. In order to charge the in- ternal battery, it should be located so that it receives at least a few hours of direct sunlight each day.
  • Page 75: Connecting To The Mrex-Satlink

    Damage to the unit caused by failure to follow these instructions will void the unit warranty. By default, the MReX-SatLink has no external connectors fitted due to the wide variety of potential use-cases. The internal PCB of the SatLink has been designed with the ability to drill holes for con- nectors into the sides and back of the case in mind.
  • Page 76 After removing, place the PCB on a soft, anti-static surface to avoid damage to in- ternal components. For information regarding internal connectors and their functions, see Internal Hardware. Page 76 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 77: Mrex Satlink Dimensions

    MReX-SatLink User Manual v3.80 Firmware MReX SatLink Dimensions Top view Bottom View Note: Images are not to scale. All dimensions are in millimetres (mm) Page 77 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 78 MReX-SatLink User Manual v3.80 Firmware Drilling template Page 78 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 79: Antenna

    Since the signals are fo- cused/concentrated into a direction it also increase the overall performance of the system. This is mainly used for fixed transmitter and receiver locations. Page 79 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 80: Antenna Elevation

    = the height of your antenna in feet. Working with metric units this formula becomes: √ km=2.17∗ 0.305∗h Where: km = range in kilometres, = the height of your antenna in metres. Page 80 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 81 6dB increase in link budget (either increase in TX power, or increase in RX sensitivity). From testing, these ranges can be expected from a 20dBm transmitter at the indicated elevation. (credit to www.offshoreblue.com for some range calculation details) Page 81 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 82: Disclaimer

    It is the users responsibility to ensure local regulations are adhered to. In no event shall WTE Limited be liable for any incidental, special, indirect or consequential dam- ages, harm to any person, lost profits or lost data, harm to your equipment, cost of procurement of substitute goods, technology or services, any claims by third parties (including but not limited to any defense thereof), any claims for indemnity or contribution, or other similar costs.
  • Page 83: Manufacturing Marking And Labels

    Maintenance No User-Serviceable Components. Servicing is only to be performed by WTE Limited, or agent ap- pointed by WTE Limited. Servicing outside of the warranty period is at the discretion of WTE Lim- ited. Page 83 of 89...
  • Page 84: Product End Of Life

    For more information about where you can drop off your waste equipment for recycling contact your local dealer or city council Please recycle this device responsibly. Page 84 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 85: Product Warranty

    MReX-SatLink User Manual v3.80 Firmware Product Warranty WTE Limited products are warranted for a period of 12 months after purchase date against faulty workmanship or materials. Return the product, all freight paid by the customer and the product will be repaired or replaced.
  • Page 86: Specifications

    Integrated Solar Panel: 5V, 530mA in full sunlight. Full battery charge from depleted in approximately 8 hours full sun. Internal Battery: NiMH 3.6V, 3700 mAh (3 x HHR-380A cells) Page 86 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 87 Laboratory Test Results: Base and mobile station compliant. Testing completed March 2020. This product incorpor- • ates the WTE MReX-460 Telemetry Transceiver Module, upon which compliance is based. Page 87 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 88 Digital Outputs: Open-drain. • Maximum rated sink current 100mA per output. • Maximum rated voltage 24V. • Switched 12V Output: • 12V output. Maximum source current 100mA. • Page 88 of 89 © WTE Limited, 2023 – Christchurch New Zealand...
  • Page 89 MReX-SatLink User Manual v3.80 Firmware Page 89 of 89 © WTE Limited, 2023 – Christchurch New Zealand...

Table of Contents