Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Device OS to initialize BG95-S5 modems #2842

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Conversation

scott-brust
Copy link
Member

Problem

Device OS fails to init BG95-S5 modem due to failing AT+CPIN? commands. See discussion here

Solution

Skip querying CPIN for BG95-S5 modems.
Note: At time of manufacture, the device will boot with no NCPID. So Quectel NCP client will be configured with PLATFORM_NCP_UNKNOWN.
After the NCPID has been programmed, and the client is turned on, we need to query OTP for the NCPID in order to know that the unit has a BG95S5 and should skip the AT+CPIN? commands.

Steps to Test

Run DVOS + msom provisioning firmware

Example App

Use provisioning firmware

References

Links to the Community, Docs, Other Issues, etc..


Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA (Info here)
  • Problem and Solution clearly stated
  • Run unit/integration/application tests on device
  • Added documentation
  • Added to CHANGELOG.md after merging (add links to docs and issues)

Copy link
Member

@technobly technobly left a comment

Choose a reason for hiding this comment

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

LGTM, please see my comments.

@scott-brust scott-brust added this to the 6.2.1 milestone Dec 2, 2024
@scott-brust scott-brust merged commit 8ab9506 into develop Dec 3, 2024
13 checks passed
@scott-brust scott-brust deleted the fix/bg95s5-init branch December 3, 2024 23:19
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.

2 participants