All Projects → machdep → nrf9160

machdep / nrf9160

Licence: other
LTE 4G link on nRF9160-DK (ARM Cortex-M33)

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to nrf9160

beboptwo4g
4G/LTE softmod for the Parrot Bebop 2
Stars: ✭ 50 (+150%)
Mutual labels:  gps, lte, 4g
bts-ce
Boda Telecom Suite Community Edition (BTS-CE) - An open source vendor and technology agnostic telecommunication network management platform
Stars: ✭ 28 (+40%)
Mutual labels:  lte, 4g
bts-ce-lite
BTS-CE-Lite (Boda-Lite) is a cross platform vendor and technology agnostic telecommunication network management desktop application
Stars: ✭ 24 (+20%)
Mutual labels:  lte, 4g
Atlas
🌎 Atlas is a set of APIs for looking up information about locations
Stars: ✭ 21 (+5%)
Mutual labels:  gps
ansible-role-ntp-gps
Ansible Role: NTP with GPS on Raspberry Pi
Stars: ✭ 15 (-25%)
Mutual labels:  gps
surger
⚡ Is there surge pricing around me right now?
Stars: ✭ 20 (+0%)
Mutual labels:  gps
aic-mobile-ios
Art Institute of Chicago Official Mobile App
Stars: ✭ 29 (+45%)
Mutual labels:  gps
automile-php
Automile offers a simple, smart, cutting-edge telematics solution for businesses to track and manage their business vehicles.
Stars: ✭ 28 (+40%)
Mutual labels:  gps
X-TRACK
A GPS bicycle speedometer that supports offline maps and track recording
Stars: ✭ 3,736 (+18580%)
Mutual labels:  gps
SDR-Detector
GSM Scanner, RTL-SDR, StingWatch, Meteor
Stars: ✭ 56 (+180%)
Mutual labels:  lte
GPSService
Demonstrates how to use a service to regularly update a activity with data via callback. Also allows the activity to call functions on the service.
Stars: ✭ 16 (-20%)
Mutual labels:  gps
ublox
Arduino and CMake library for communicating with uBlox GPS receivers.
Stars: ✭ 89 (+345%)
Mutual labels:  gps
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (+270%)
Mutual labels:  gps
gpx-interpolate
Python function to interpolate GPX data using piecewise cubic Hermite splines
Stars: ✭ 35 (+75%)
Mutual labels:  gps
Low power TTGO T-beam
Low power consumption for TTGO t-beam
Stars: ✭ 45 (+125%)
Mutual labels:  gps
SparkFun RTK Firmware
Centimeter precision GPS/GNSS using L1/L2 signals broadcast over Bluetooth SPP (using the ESP32) in an easy to use enclosure.
Stars: ✭ 38 (+90%)
Mutual labels:  gps
ergw
erGW - Erlang implementations of GGSN or P-GW
Stars: ✭ 72 (+260%)
Mutual labels:  lte
Compass
Compass is a GPS tracking server that stores data in flat files.
Stars: ✭ 105 (+425%)
Mutual labels:  gps
tp-link-modem-router
Goodies for TP-Link modem routers
Stars: ✭ 44 (+120%)
Mutual labels:  lte
srsRAN
Open source SDR 4G/5G software suite from Software Radio Systems (SRS)
Stars: ✭ 2,759 (+13695%)
Mutual labels:  lte

nRF9160

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

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

This app does not require zephyr, and uses MDEPX rtos.

Note: The latest modem firmware (version 1.3.1) is required.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].