nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

How to Interface nRF9160 with external MCU for nb-IOT control using AT commands?

Hi,

I have this development board https://www.nordicsemi.com/Products/Development-hardware/nRF9160-DK .  I would like to use development board as nb-IOT modem and other MCU to control it send data over  nb-IOT modem using AT commands, it is possible to do this? 

I have tested this board with nRF desktop software using 2G network and AT command. 

As of now, I don't  have nb-IOT sim card available to test, so not able to test. 

Query targeting MCU interface : 

1) Which RX, TX pin of nRF9160 would be used to control over MCU? 

2) Which SDK should I use for AT command functionality? 

3) what other changes are needed to work with nb-IOT network ? 

please suggest if there is any reference example available for this purpose.

Any help will be appreciated. 

Thanks & Regards,

Ashvin

Parents Reply Children
  • Hi

    Thanks for your reply. 

    I am able change UART2 pins to another pins and tested with at commands.  UART communication is working now.

    Now, I am trying to detect the SIM card in custom board with AT commands, but getting error in response. I think SIM_1V8 voltage is not getting generated from nRF91.

    I am not using eSIM.

    Test case : 

    Measuring Voltage on SIM_1V8 (Pin 49) in DK : 

    1) When sim card is connected with DK board and sending AT commands AT+CFUN=1, I am getting 1V8 on P30.

    2) When sim card is not connected with DK board and sending same commands, I am not getting 1V8 on P30.

    3) Only connecting sim card but not getting voltage on P30.

    Is there any SIM_DET pin is being used inside DK board? which is being used for sim inserted into  socket or not.

    I have checked layout of DK board for sim detect but did not found any pin which is connected to sim socket.

    I am following this ref links for sim interface

    NOTE: SIM_1V8 is not getting generated in custom board.

    Custom board AT test. 

    AT 
    
    OK
    AT+CFUN=1
    
    OK
    AT+CFUN?
    
    +CFUN: 1
    OK
    AT+CPIN?
    
    ERROR

     

  • Can you create a separate ticket for these questions? They seem to deviate a bit from the original question.

Related