Replies: 2 comments 2 replies
-
I don't think the ussue has anything to do with the sim card or network in general, the modem stops responding to AT commands, and times out. Likely a UART, UART flow control, or CMUX issue. The simplest way to diagnose the issue is to attatch a logger to the UART tx and rx pins, and see if anything is actually sent when the script starts timing out |
Beta Was this translation helpful? Give feedback.
-
Actually, I'm still seeing timeout errors, again at the
AFAIK I can't directly connect to the modem - nrf52840 uart connection. But maybe there's a way to get more logging in software? Really not sure how to further debug this issue. |
Beta Was this translation helpful? Give feedback.
-
I received a brand new RAK5010 board (nrf52840). I connected GPS and LTE antennas to corresponding ipex connectors and inserted a working SIM card with data from Claro (Dominican Republic). I am powering the board through USB connection.
I then connect to the board using SEGGER debugger and build/flash the "Cellular modem" sample using Nordic VSCode extension. Here's what I then see in RTT logs:
It seems to be stuck in a loop at
AT+CREG?
. I tried changingCONFIG_MODEM_CELLULAR_APN
inboards/rak5010_nrf52840.conf
toCONFIG_MODEM_CELLULAR_APN="internet.ideasclaro.com.do"
but it didn't help. There is no LTE-m or nb-iot in Dominican Republic so I expect the modem to connect to EGPRS. I used the RAK5010 firmware and connected via UART to try some UART commands and confirm that it's seeing the networks:Am I doing something wrong or is there maybe an issue with the Quectel BG95 driver?
Beta Was this translation helpful? Give feedback.
All reactions