Skip to content
/ nrf9160 Public

LTE-M, NB-IoT and GPS on nRF9160-DK (ARM Cortex-M33)

Notifications You must be signed in to change notification settings

mdepx/nrf9160

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nRF9160

Nordicsemi nRF9160 is an ARM Cortex-M33 SiP (system in package) with support for LTE-M, NB-IoT and GPS.

This demo app establishes a connection to an HTTP server using Nordic BSD sockets.

This app does not require zephyr, instead it uses MDX RTOS.

Note: The latest modem firmware (version 1.3.3) is required. Note: This was tested on nRF9160-DK v1.1.0.

For nRF9160-DK connect micro usb cable to J4 usb socket.

This app depends on the secure bootloader for nRF9160.

Set up your environment

$ sudo apt install gcc-arm-linux-gnueabi
$ export CROSS_COMPILE=arm-linux-gnueabi-

Get sources and build the project

$ git clone --recursive https://github.com/machdep/nrf9160
$ cd nrf9160
$ make clean all

Program the chip using nrfjprog

$ make dtb
$ make flash

alt text

See the firmware for an alternative board: alt text

About

LTE-M, NB-IoT and GPS on nRF9160-DK (ARM Cortex-M33)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published