You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
(sysname='FiPy', nodename='FiPy', release='1.20.1.r2', version='v1.11-06dfad0 on 2019-11-30', machine='FiPy with ESP32', lorawan='1.0.2', sigfox='1.0.1', pybytes='1.3.0')
This issue occurred when I attempted to update the LTE modem firmware using the SD card method.
I was attempting to change the firmware to NB-IoT and then realised that I actually needed Cat-M1 and tried to change back.
The exact steps I performed are as follows.
Note that all firmware versions were downloaded from the official pycom download page.
I used NB1-41019 and CATM1-5.2-48829 for the following commands.
This upgrade appeared to work.
I only tried running lte.send_at_cmd("AT+SQNCTM=?") and got a valid output.
After this, I realised that I actually did need Cat-M1, so went to switch back:
>>>frommachineimportSD; importos>>>sd=SD()
>>>os.mount(sd, '/sd')
>>>sqnsupgrade.run('/sd/CATM1-5.2-48829-1.dup', load_fff=False) # as instructed to do so here: https://docs.pycom.io/updatefirmware/ltemodem/<<<WelcometotheSQN3330firmwareupdater [1.2.6] >>>>>>FiPywithfirmwareversion1.20.1.r2AttemptingATwakeup...
Sessionopened: version1, maxtransfer8192bytesSending416448bytes: [########################################] 100%Waitingformodemtofinishtheupdate...
<<<===DONOTDISCONNECTPOWER===>>>Resetting.........................................................................................
..................................................................................................
..................................................................................................
...............................................................................................Traceback (mostrecentcalllast):
File"<stdin>", line1, in<module>File"sqnsupgrade.py", line1018, inrunFile"sqnsupgrade.py", line905, inupgradeFile"sqnsupgrade.py", line725, in__runFile"sqnsupgrade.py", line150, inwait_for_modemOSError: Timeoutwaitingformodemtorespond!
At no point did the FiPy lose power.
I didn't even touch the FiPy during this process.
After this, it is no longer possible to communicate with the modem:
(sysname='FiPy', nodename='FiPy', release='1.20.1.r2', version='v1.11-06dfad0 on 2019-11-30', machine='FiPy with ESP32', lorawan='1.0.2', sigfox='1.0.1', pybytes='1.3.0')
This issue occurred when I attempted to update the LTE modem firmware using the SD card method.
I was attempting to change the firmware to NB-IoT and then realised that I actually needed Cat-M1 and tried to change back.
The exact steps I performed are as follows.
Note that all firmware versions were downloaded from the official pycom download page.
I used NB1-41019 and CATM1-5.2-48829 for the following commands.
Changing to NB-IoT firmware
This upgrade appeared to work.
I only tried running
lte.send_at_cmd("AT+SQNCTM=?")
and got a valid output.After this, I realised that I actually did need Cat-M1, so went to switch back:
At no point did the FiPy lose power.
I didn't even touch the FiPy during this process.
After this, it is no longer possible to communicate with the modem:
What went wrong here?
Is it possible to recover my modem?
Thank you!
The text was updated successfully, but these errors were encountered: