Check which radio system on the chip via Python code?
-
Purchased four different modules, wipy, sipy, lopy and fipy, is it possible to check if the radio system on the chip is either none, SigFox, LoRa or LTE-M via api/python code?
-
@bigboy20769 I see at least two options:
- call the respective init methods in a
try
block - call
os.uname
and check the type of module
- call the respective init methods in a