Mikrotik wAP LTE kit

46418c1292a486ac4b6dd337881efbb4.jpg
 
Now I'm tempted to get one, like like decent kit. Is the enclosure weather proof?
 
Scoop seem to stock them.

It looks like there are two cutouts the size of an SMA connector next to the power connector which could be used for external antennae.

This would be so nice for a failover LTE connection.
 
So we purchased 2 x SMA Female To U.FL Connector and a A-XPOL-0006. Poynting will shorten the cable on request (ships with 10m).

I initially made the mistake of connecting the cables to the two headers on the board. Turns out these are "used only for factory Wireless calibration" according to Mikrotik support. So you need to remove the hot glue and the internal antennas and connect them directly to the mPCIe card. The glue is pretty simple to remove but connecting the U.FL connectors can be a bit fiddly. A decent set of long nose pliers will help. I also found a use for the Mikrotik sticker ;)

IMG_6151_resize.jpg
Connecting to the card

IMG_6152_resize.jpg
Something to keep them in place ;)
 
Last edited:
Oh and I probably managed a good 10 dBi gain over the internal antennas.

Internal antennas supposedly offer somewhere in the range of 2 - 4.5 dBi gain, but I think they are pretty useless, especially when compared side-by-side with a Huawei B315.
 
You can send AT commands to the LTE modem from the terminal. :D

Request manufacturer identification:
Code:
[admin@MikroTik] > /interface lte at-chat lte1 input="AT+CGMI" 
  output: +CGMI: "MikroTik"

Request revision identification:
Code:
[admin@MikroTik] > /interface lte at-chat lte1 input="AT+CGMR" 
  output: +CGMR: "MikroTik_CP_2.160.000_v001"

Request model identification:
Code:
[admin@MikroTik] > /interface lte at-chat lte1 input="AT+CGMM" 
  output: +CGMM: "R11e-LTE"

You can also send USSD, but the command takes a while to complete, so you need to add "wait=yes" or you only get back "OK":
Code:
[admin@MikroTik] > /interface lte at-chat lte1 input="AT+CUSD=1,\"*101#\",15" wait=yes            
  output: OK +CREG: 1, 51, 25cd684, 2 +CGREG: 1,"0051","025cd684",6,10 +CEREG: 0 +CREG: 1, 51, 25cd684, 6 +CUSD: 0,
          "417661696c61626c652042616c616e63653a205220302e3030202e446174613a203132383632332e3334204d422e4d69646e6967687420446174613a2031323132372e3
          938204d422e20596f7520617265206f6e207468652045617379436861742074617269666620", 0

The returned USSD response is a string of ASCII hexadecimal digits.

0x410x760x610x690x6c0x610x620x6c0x650x200x420x610x6c0x610x6e0x630x65
Available Balance

I haven't figured out if it's possible to get the output in plain ASCII.
 
Last edited:
You can send AT commands to the LTE modem from the terminal. :D

Request manufacturer identification:
Code:
[admin@MikroTik] > /interface lte at-chat lte1 input="AT+CGMI" 
  output: +CGMI: "MikroTik"

Request revision identification:
Code:
[admin@MikroTik] > /interface lte at-chat lte1 input="AT+CGMR" 
  output: +CGMR: "MikroTik_CP_2.160.000_v001"

Request model identification:
Code:
[admin@MikroTik] > /interface lte at-chat lte1 input="AT+CGMM" 
  output: +CGMM: "R11e-LTE"

You can also send USSD, but the command takes a while to complete, so you need to add "wait=yes" or you only get back "OK":
Code:
[admin@MikroTik] > /interface lte at-chat lte1 input="AT+CUSD=1,\"*101#\",15" wait=yes            
  output: OK +CREG: 1, 51, 25cd684, 2 +CGREG: 1,"0051","025cd684",6,10 +CEREG: 0 +CREG: 1, 51, 25cd684, 6 +CUSD: 0,
          "417661696c61626c652042616c616e63653a205220302e3030202e446174613a203132383632332e3334204d422e4d69646e6967687420446174613a2031323132372e3
          938204d422e20596f7520617265206f6e207468652045617379436861742074617269666620", 0

The returned USSD response is a string of ASCII hexadecimal digits.

0x410x760x610x690x6c0x610x620x6c0x650x200x420x610x6c0x610x6e0x630x65
Available Balance

I haven't figured out if it's possible to get the output in plain ASCII.

Do you know if it's possible to change the identify of this device, to make it look like one of the supported LTE routers on the RAIN network?
 
I've got a number of these units at great prices, should anyone still be interested
 
Top
Sign up to the MyBroadband newsletter
X