Hi,
I'm working with a custom board build with an nrf9161, I've created my board from nrf9161dk board (change some pin and defintion), I'm able to flash and build? I can use my custom led, my i2c bus, so I thought my custom board is well defined.
Right now I'm trying to use onomondo softsim profile, but ùy softsim never connect. To debug I've tried to do this here but same result not working. Just to know I have tried my source code with nordic nrf9160dk and it's working I'm able to have lte event and I can see my sim connected on onomondo, so the bug is not on my code...
Here is AT command I have tried :
[00:00*** Booting nRF Connect SDK v3.5.99-ncs1-1 *** [00:00:00.326,324] <inf> nrf_modem: Initializing libmodem 2.6.1-lte-11b6ed4846a8 [00:00:00.570,983] <inf> nrf_modem: RPC ready [00:00:00.619,964] <inf> gcg: Waiting for LTE connect event. > AT OK > AT+CEREG? +CEREG: 5,4 OK +CEREG: 2,"E29D","09891B07",7 [00:03:30.427,307] <inf> gcg: LTE cell changed: Cell ID: 159980295, Tracking area: 58013 //always got only this event only, and look strange this event take always some time to come.. > AT+CEREG? +CEREG: 5,2,"E29D","09891B07",7 // should have +CEREG: 1,5 from onomondo tutorial OK > AT+CESQ +CESQ: 99,99,255,255,16,58 OK > AT+CEREG=1 OK > AT+COPS? +COPS: 0 OK > AT+CGDCONT=1,"IP","onomondo" OK > AT+CGACT=1,1 ERROR > AT+CGMR mfw_nrf91x1_2.0.1 OK
I can upload my board definition, tell me. Don't understand why it's working on 9160dk and not on my board, maybe bad board definition, I hope it's not an hardware issue with my custom board
Thanks for help