vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.93k stars 715 forks source link

ublox sara-u201 get current network #513

Closed FStefanni closed 3 years ago

FStefanni commented 3 years ago

[ x] I have read the Troubleshooting section of the ReadMe

What type of issues is this?

[ ] Request to support a new module

[ ] Bug or problem compiling the library [ ] Bug or issue with library functionality (ie, sending data over TCP/IP) [x ] Question or request for help

What are you working with?

Modem: U-BLOX SARA U201 Main processor board: esp32 TinyGSM version: 0.10.9

Scenario, steps to reproduce

Hi,

I am trying to implement the AT commands to set/get the network technology for U-BLOX SARA U201. It seems that AT+URAT does the job for setting the preferences, as suggested by @SRGDamia1 (https://github.com/vshymanskyy/TinyGSM/issues/504#issuecomment-792872276), but it does not seems correct for getting the actually current network in use (the read just return the values set as preferences).

I have searched the AT manual, but I was unable to find the answer. Can anyone help please?

Btw, if I succeed in implementing this feature, I'll provide a pr.

Regards.

FStefanni commented 3 years ago

I am going to close this: I have been unable to find the solution...

Currently there is a TODO in the UBLOX lib code.