Hello,
We are working with DIGI XBEE3 Smart Cellular module for LTE CAT M1/NB-IoT.
We are running micro-python script for cloud communication. And it is working fine.
Now, we want Cellular location information, so we found out that there is one command "AS" (Active Scanning), which can give us mcc,mnc, cell id information.
But when we are checking that command on console. it is giving as error.
Able to see the result on working mode console, by passing ATAS.
But not in micropython terminal.
rint(x.atcmd('atas',0))
Traceback (most recent call last):
File "<stdin>", line 24, in <module>
KeyError: atas
so, will this command work with micropython script?
If yes, how can we?
Thanks,
Reena