Hello, I am looking for either the full network module used in the Xbee 3 XBXC3 micropython variant (preferred as then I can solve more of my problems as they arise) or at least a full list of keyword arguments that you can pass to the config.
The module in question is: network.Cellular()
The function is config()
the arguments are what I am looking for. A Full list would be nice. The source of the network module would be better.
I am looking for all available commands in place of ‘operator.’ There are some in the documentation but not all. I really want at least the dB value of the cellular signal (or equiv).
Again, if anyone knows the location of the network module this version of micropython uses I would be happier. No doubt it is somewhere simple I just can’t seem to find it.
These provide examples but not a full list of accepted arguments. The documentation you suggested covers some of the commands. The pycharm help directs to these resources.
Thanks for replying. It is still unresolved.
Looking for the complete list or the github where the digi micropython is compiled from (if that exists). In this git i would expect to see a modified network module. In that C code you should see the accepted arguments.
If this list does not cover any particular parameters you wish to configure, you can always use xbee.atcmd() to perform the configuration using our AT commands.
In the meantime, I have put in a note internally that we should put this list into the Digi MicroPython guide.