NRF9151-DK-VIOT - Dev Kit Getting Started

Getting Started with the nRF-Connect-for-Desktop

The Nordic Semiconductor NRF9151-LACA-R7 and NRF9151-LACA-R are new to DigiKey. You can explore the operation of these cellular IoT and DECT NR+ applications using the NRF9151-DK-VIOT, which is bundled with the Velocity IoT VIOT-1SIM, offering high-performance, reliable global multi-network connectivity.

To get started:

  1. Install nRF Connect: go to nRF9151 DK setup guide and download and install nRF Connect for desktop

  2. Connect your nRF9151 DK to your PC or Mac and power on the DK

  3. Complete Setup in nRF Connect for Desktop: Open Quick Start in nRF Connect for Desktop and follow the instructions in the app.

Important for Mac/Linux users: Install J-link manually beforehand using the nRF Command Line Tools.

To set up your Velocity IoT SIM (VIOT-1SIM), follow the steps outlined below during the Quick Start configuration for proper activation. First, create an account on our standard platform at velocityiot.net and add your SIM.

Setting up Velocity IoT SIM (VIOT-1SIM) During Quick Start Setup

  1. Set up your SIM:
  • Create your account on velocityiot.net account
  • Add your SIM by entering its ICCID (found on the back of the SIM card).
  • See more details on the account creation process here

During account registration, a credit card is required for a $1 authorization hold. Our platform follows a “pay for what you use” policy—if there’s no SIM activity in a billing cycle, no charges will be applied.

New: Each SIM includes a free 100MB data allowance, shown as a $5.70 discount. Charges apply only after exceeding this amount. The discount is valid for 3 billing cycles before expiring.

  1. Insert SIM Card: power off your device, insert the SIM card in the slot following the correct orientation, and ensure it’s securely in place. Then power the device back on.

  2. Program nRF9151 DK with “AT Commands” application.

  3. Skip SIM setup steps in the Quick Start Guide.

  4. Open Serial Terminal to Evaluate AT commands.

  5. Program APN and register on the network.

Set APN (in CFUN=0 or CFUN=4 state)
AT+CGDCONT=0,“IP”,“flolive.net”,0,0,0,0,0
Response OK
Enable full functionality
AT+CFUN=1
Response OK
Check SIM ICCID
AT%XICCID
Response %XICCID: 89357110010778XXXXX
Check registration status
AT+CEREG?
AT+COPS?
Check IP address
AT+CGDCONT?
Response +CGDCONT: 0,“IP”,“flolive.net”,“100.64.133.222”,0,0
AT+CGPADDR=0
Response +CGPADDR: 0,“100.64.133.222”

  1. Other Device Settings
  • Set device as data centric: optimally, set your module to attach as a data-centric device. Refer to the manufacturer’s documentation for specific instructions.
  • Enable Device Roaming
    See our standard device setup instructions here

If you need additional support please contact support@velocityiot.io

2 Likes