Skip to content

Conversation

@peter-pycom
Copy link
Contributor

No description provided.

print(lte.send_at_cmd('AT+CEREG=2'))
```

This adjusts the CEREG value in the LTE modem. Older firmwares (1.20.2.r1 and earlier) expect this value to be 2. This had always been the default value and so it just worked. Starting with version v1.20.2.r2 the firmware expects a value of 1 and it also configures it that way. So, this also just works.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could explain what the CEREG does?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha. I thought I'm already rambling way too much :) ok. I can add more

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or perhaps describe the error condition, what happens / does not happen with an incorrect CEREG value

@gijsio gijsio merged commit 312062c into publish Feb 26, 2021
@gijsio gijsio deleted the lte_cereg branch March 15, 2021 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants