We are using the GSM1400 as the data connection for our outdoor counters, for the most part everything works as it should. We are using a universal 2/3/4G SIM card that has no problem connecting to EE, O2, Vodafone (we are in the UK).
The issue is when the module connects to the Three network (UK) or recently to Airtel (Jersey). The only difference I can see is that they only use the 2100MHz band. The modem seems to connect (it can be seen on the network providers portal) but I can not open a data connection.
I'm using one of the examples that I have modified for my needs. The unit fails to connect in the gsmAccess.begin/gprs.attachGPRS functions.
Looking at the Arduino documentation and product page 2100MHz is not mentioned, When I look at the band management application it does include UTMS 2100MHz band and the SARA-U201 documentation also mentions 2100MHz support.
I have tried to use the band management utility sketch to change the band but if I run the sketch again it always shows the default 'GSM_MODE_EGSM_DCS' as the current band. The U201 documentation does mention it is an NVR parameter but I'm not sure if it is saved or reset each time the module is started.
The board does have a good 5V supply that is only enabled when data needs to be sent (to save battery), we have used this for the last couple of years will no issues, it just seems to be the 2100MHz band that is causing issues.
My questions are:
- Does the GSM1400 support the 2100MHz band.
- Is the band management setting stored in the U201 modem or is it something that needs to be set each time The U201 documentation does mention it is an NVR parameter
Any words of advice or suggestions would be most appreciated.