-
Notifications
You must be signed in to change notification settings - Fork 7.4k
modem: Cellular modem sample fails with RAK5010 board (quectel bg95 modem) #88686
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
Comments
Hi @olalonde! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
After analyzing the logs with ChatGPT:
I know that there is not LTE-m or nb-iot in Dominican Republic so I expect the modem to connect to a 2G network. Does the driver only support connecting to a LTE network? |
@olalonde the cellular network supported are defined in an enum and are delcared as such:
As you can see, only LTE alongside the other LTE variants that you already cannot use are defined in |
I am not sure what you mean... The enum you copy pasted includes non LTE technologies like GSM. Where do you see that only LTE is supported? |
As a response to Based on To the dial-script commands try adding |
Hi. I have the same issue described by this ticket, I would like to report the output of these commands:
I would also like to help on debugging this issue. regards. |
Describe the bug
It seems there is an issue with the quectel bg95 modem driver at the
AT+CREG?
command. It gets stuck there and times out.To Reproduce
Build and flash the cellular modem sample on a RAK5010-M-BG95 board.
I'm using a valid Claro (Dominican Republic) SIM card in an area with EGPRS signal.
Expected behavior
L4 should connect in time.
Impact
showstopper
Logs and console output
Environment (please complete the following information):
Additional context
See discussion: #88678
The text was updated successfully, but these errors were encountered: