EM160R-GL antenna pin outs?
Forum rules
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: EM160R-GL antenna pin outs?
For MIMO:
Pair M with D/G
2nd pair M1 and M2.
If all single antennas, then it doesnt matter really.
Never use only one antenna. Always use matched pairs of antennas.
If using only 2 antennas. Use M and D/G. Then use the AT command:
to turn off 4x4 MIMO.
Pair M with D/G
2nd pair M1 and M2.
If all single antennas, then it doesnt matter really.
Never use only one antenna. Always use matched pairs of antennas.
If using only 2 antennas. Use M and D/G. Then use the AT command:
Code: Select all
AT+QCFG="lte4x4mimo/disable",1
-
- Posts: 5
- Joined: Tue Dec 29, 2020 12:22 pm
- Has thanked: 0
- Been thanked: 1 time
Re: EM160R-GL antenna pin outs?
Question, if someone wanted to turn the mimo back on would it be:
AT+QCFG="lte4x4mimo/disable",0 ?
AT+QCFG="lte4x4mimo/disable",0 ?
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: EM160R-GL antenna pin outs?
I believe so, yestheoriginalgiga wrote: ↑Sat Jan 23, 2021 3:16 pm Question, if someone wanted to turn the mimo back on would it be:
AT+QCFG="lte4x4mimo/disable",0 ?
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: EM160R-GL antenna pin outs?
Great. Thanks for the info. I am still contemplating my build. When I initially set up my EM160, I will only have a single 2x2 panel antenna. It may be a while before I spend the extra $230 to get the second antenna. Sounds like I could just run it in 2x2 mode (for lack of better term) until I get the full 4x4 antenna setup working.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: EM160R-GL antenna pin outs?
Thank you for the link. Very interesting. Do you have any thoughts on a 4x4 all-in-one panel vs twin 2x2 panels?Didneywhorl wrote: ↑Fri Feb 05, 2021 4:56 pm Could go straight to the 4x4 MIMO: https://thewirelesshaven.com/shop/antennas/4g-lte ... onnectors/
Re: EM160R-GL antenna pin outs?
Has anyone here actually managed to get their EM160R to switch to 2x2 MIMO mode? Every time I try it I get an error.
If I query the current setting it shows that the disable setting is off (i.e. 4x4 is enabled):
When I try to turn that setting on to disable mimo 4x4, it throws an error.
Have any of you actually gotten this to work? If so, is there some other setting you need to tweak to allow 4x4 mimo to be disabled?
If I query the current setting it shows that the disable setting is off (i.e. 4x4 is enabled):
Code: Select all
AT+QCFG="lte4x4mimo/disable"
+QCFG: "lte4x4mimo/disable",0
OK
Code: Select all
AT+QCFG="lte4x4mimo/disable",1
ERROR
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: EM160R-GL antenna pin outs?
Less to deal with and easier to aim. Not sure theres any difference in performance. Preference I guess.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: EM160R-GL antenna pin outs?
wh31415 wrote: ↑Fri Feb 12, 2021 2:51 pm Has anyone here actually managed to get their EM160R to switch to 2x2 MIMO mode? Every time I try it I get an error.
If I query the current setting it shows that the disable setting is off (i.e. 4x4 is enabled):When I try to turn that setting on to disable mimo 4x4, it throws an error.Code: Select all
AT+QCFG="lte4x4mimo/disable" +QCFG: "lte4x4mimo/disable",0 OK
Have any of you actually gotten this to work? If so, is there some other setting you need to tweak to allow 4x4 mimo to be disabled?Code: Select all
AT+QCFG="lte4x4mimo/disable",1 ERROR
What modem firmware are you using again?
I've heard the earlier versions don't work with this command, but I tried with A05 and it isnt working. I wonder if it is dependent on certain parameters. hmmmm...... <squirrelWheels>
Re: EM160R-GL antenna pin outs?
I see the string "A05" in the revision number, so I assume that's A05?Didneywhorl wrote: ↑Sat Feb 13, 2021 8:17 pm What modem firmware are you using again?
I've heard the earlier versions don't work with this command, but I tried with A05 and it isnt working. I wonder if it is dependent on certain parameters. hmmmm...... <squirrelWheels>
Code: Select all
ATI
Quectel
EM160R-GL
Revision: EM160RGLAUR02A05M4G
OK
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: EM160R-GL antenna pin outs?
Yes. Generally the only parts that change on updates are in bold and underlined: EM160RGLAUR02A05M4G
Re: EM160R-GL antenna pin outs?
I think I figured out what is the problem (I use EM160RGLAUR02A05M4G). You have to run the commandDidneywhorl wrote: ↑Sat Feb 13, 2021 8:17 pm What modem firmware are you using again?
I've heard the earlier versions don't work with this command, but I tried with A05 and it isnt working. I wonder if it is dependent on certain parameters. hmmmm...... <squirrelWheels>
AT+QCFG="lte4x4mimo/swmethod",0
to control lte4x4mimo via AT commands
and only after that
AT+QCFG="lte4x4mimo/disable",1
or
AT+QCFG="lte4x4mimo/disable",0
If you try to execute AT+QCFG="lte4x4mimo/disable",X without calling AT+QCFG="lte4x4mimo/swmethod",X first it simply does not work.
Re: EM160R-GL antenna pin outs?
Good point. I didn't think of that. Matter of fact there are A LOT of settings in Quectel modems that are handled in this way. You must first 'enable' the ability to change a setting to be able to actually change the setting. IMO, the most important command for checking signal strength/integrity seems disabled by default on the modems that I've seen. "CSI" channel state information which tells you several things such as how many MIMO streams are running "RI", modulation scheme "MCS", channel quality indicator "CQI" are all turned off by default for some reason.