So I ordered the following two antennas for testing:
https://www.digikey.ca/product-detail/en/abracon-llc/APAMS-131/535-12921-ND/5226442
https://www.digikey.ca/product-detail/en/abracon-llc/APAMS-103/535-12093-ND/4155858
So far I’ve had no luck with either of them. I’ve been testing in a location with weak 3G signal that comes and goes, but the EDGE network is pretty persistent.
I can connect with the standard Particle taoglas antenna. I’ll paste the output from the Particle test below. With the above antennas I’m trying to test, the +UEONS command rarely returns any of the networks that Particle antenna finds.
UPDATE: I wanted to note that I’m using a test program written by @rickkas7 found here: https://github.com/rickkas7/CellularHelper
TEST OUTPUT:
Turning on uBlox modem...
Cellular.on() took 480 ms to run
manufacturer=u-blox
model=SARA-U270
firmware version=23.20
ordering code=SARA-U270-00S-00
IMEI=***********************
IMSI=***********************
ICCID=***********************
----------------------------------
Now getting network registration status
----------------------------------
--------------------------------------------------
----> Sending command: AT+CREG?
+CREG: 0,1
OK
----------------------------------
Now trying to get a list of all the carriers that the modem can see
----------------------------------
--------------------------------------------------
----> Sending command: AT+UEONS
+UEONS: (2,"ZANTEL-TZ","ZANTEL","64003",2,"",""),(2,"ZANTEL-TZ","ZANTEL","64003",0,"",""),(3,"64009","64009","64009",2,"",""),(1,"TIGO - TZ","TIGO","64002",2,"",""),(1,"TIGO - TZ","TIGO","64002",0,"",""),(3,"64009","64009","64009",0,"",""),(1,"64007","64007","64007",2,"",""),(3,"celtel","celtel","64005",0,"",""),(3,"VodaCom","VodaCom","64004",0,"","")
OK
----------------------------------
Now trying to get an IP address!
----------------------------------
Got an IP address in 2290 milliseconds
running cellular tests
operator name= Zantel
rssi=6, qual=2
service rat=UMTS mcc=640, mnc=3, lac=e8 ci=158913 band=UMTS 2100 dlf=10662 ulf=9712
ping 8.8.8.8=1
dns device.spark.io=0.0.0.0
attempting to connect to the Particle cloud...
connected to the cloud in 18920 milliseconds
running cloud tests
tests complete!
press the MODE button to disconnect from the cloud and repeat tests
------------------------------------------
END OF TEST OUTPUT