GPY LTE
-
Hello
I am following a tutorial online and trying to import LTE ()from network import LTE
in my gpy. The problem I have is that I get an error like
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name LTE
Why doesn’t my gpy recognize the LTE module?
Extra info: I am using pyscan expansion board, windows 10.
Thank you.
-
@robert-hh
I used this link https://software.pycom.io/downloads/GPy.html and the pycom firmware update wizard.I can now include LTE. Thank you very much for your help.
-
@Israel So please upgrade the Pycom firmware and the firmware of the LTE modem to the latest release.
Pycom firmware
https://docs.pycom.io/gettingstarted/installation/firmwaretool.html
Modem Firmware:
https://docs.pycom.io/tutorials/lte/firmware.html
Even if the doc here mentions V1.18.1.r1, ubgrade the pycom firmware to the most recent version.
-
@robert-hh said in GPY LTE:
mware
Hey,
The version is(sysname='GPy', nodename='GPy', release='1.10.1.b1', version='v1.8.6-843-gd3b69c78-dirty on 2017-11-18', machine='GPy with ESP32')
I am trying to upgrade the gpy fimware (following coreelectronics' guide), thinking it may help. The problem is that the upgrade itself includes LTE.
-
@Israel Which version of the firmware are you using? You get that by either pressing Ctrl-B or calling uos.uname()