Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

LTE broken in 1.20.0.rc11 - regression from 1.20.0.rc10 #303

@stanleypa

Description

@stanleypa

Please include the following information when submitting a bug report:

G01
Pycom MicroPython 1.20.0.rc11

LTE no longer works. I can no longer even get the ccid (see code below) and no longer get a connection.

This worked with rc10 and I tried to go back to that but it doesn't exist in

https://software.pycom.io/downloads/GPy.html

Why not?

I went back to rc8 and the ccid code below and connection worked again.

    self.lte            = LTE()
    self.thread_at_cmd('AT^RESET')
    LTE.reconnect_uart()
    self.lte.init()
    for i in range(3):
        self.ccid=self.lte.iccid()
        print ("ccid = " + str(self.ccid))
        if self.ccid:
           break
        time.sleep(1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions