All Projects → gluedig → nrf52-lora

gluedig / nrf52-lora

Licence: other
LoRa node on nRF52

Programming Languages

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

Projects that are alternatives of or similar to nrf52-lora

arduino-primo-tutorials
Here some tutorials to explain and show how to make use of the new features of the Arduino Primo and Arduino Primo Core, such as Wifi, BLE, NFC, InfraRed and various sensors. Hope you can find this helpful to create amazing stuff, save the planet or make a cool project to look smart at the dinning table with your uncles.
Stars: ✭ 12 (-50%)
Mutual labels:  nordic, nrf52832, nrf52
WisBlock
Quickstart, tutorials and examples for the RAKwireless WisBlock product line.
Stars: ✭ 95 (+295.83%)
Mutual labels:  lora, lorawan, nrf52
Upylorawan
ESP32 using MicroPython meets LoRa and LoRaWAN.
Stars: ✭ 121 (+404.17%)
Mutual labels:  lora, lorawan
ZJ-SDK-RT-Thread-NORDIC
基于RT-Thread操作系统在子敬电子ZJ-TEK系列开发板的软件开发包
Stars: ✭ 68 (+183.33%)
Mutual labels:  nordic, nrf52832
Laf
This project intends to provide a series of tools to craft, parse, send, analyze and crack a set of LoRaWAN packets in order to audit or pentest the security of a LoraWAN infrastructure.
Stars: ✭ 119 (+395.83%)
Mutual labels:  lora, lorawan
Esp32 Paxcounter
Wifi & BLE driven passenger flow metering with cheap ESP32 boards
Stars: ✭ 844 (+3416.67%)
Mutual labels:  lora, lorawan
Floranet
LoRaWAN Network Server
Stars: ✭ 30 (+25%)
Mutual labels:  lora, lorawan
Lora Serialization
LoraWAN serialization/deserialization library for The Things Network
Stars: ✭ 120 (+400%)
Mutual labels:  lora, lorawan
Chirpstack Network Server
ChirpStack Network Server is an open-source LoRaWAN network-server.
Stars: ✭ 1,231 (+5029.17%)
Mutual labels:  lora, lorawan
IOS-Nordic-Thingy
iOS Library and example application for Thingy:52™
Stars: ✭ 60 (+150%)
Mutual labels:  nordic, nrf52
Beelan Lorawan
A LoRaWAN library for compatible arduino board
Stars: ✭ 87 (+262.5%)
Mutual labels:  lora, lorawan
Lorawan Server
Compact server for private LoRaWAN networks
Stars: ✭ 667 (+2679.17%)
Mutual labels:  lora, lorawan
Lua Rtos Esp32
Lua RTOS for ESP32
Stars: ✭ 621 (+2487.5%)
Mutual labels:  lora, lorawan
Cayennelpp
Library for Arduino compatible with Cayenne Low Power Payload
Stars: ✭ 51 (+112.5%)
Mutual labels:  lora, lorawan
Lorawan Stack
The Things Stack, an Open Source LoRaWAN Network Server
Stars: ✭ 504 (+2000%)
Mutual labels:  lora, lorawan
Ttn
The Things Network Stack V2
Stars: ✭ 440 (+1733.33%)
Mutual labels:  lora, lorawan
Ttgo T Beam Car Tracker
TTGO-T-Beam Arduino Car Tracker - ESP32 + LoRa + GPS + GSM (optional)
Stars: ✭ 106 (+341.67%)
Mutual labels:  lora, lorawan
Chirpstack Gateway Bridge
ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
Stars: ✭ 324 (+1250%)
Mutual labels:  lora, lorawan
Chirpstack Application Server
ChirpStack Application Server is an open-source LoRaWAN application-server.
Stars: ✭ 356 (+1383.33%)
Mutual labels:  lora, lorawan
Workshops
Workshops for The Things Network
Stars: ✭ 74 (+208.33%)
Mutual labels:  lora, lorawan

LoRa MAC class A node on Nordic nRF52

Hardware

Developed and tested on Nordic's PCA10040 DK and Semtech's SX1276MB1MAS

Modifications

Cut SB7 (LED3) and SB8 (LED4) - used for DIO4&5

Software

Built using Nordic's SDK v13.0.0 and gcc version 5.4.1 Using S132 Softdevice v4.0.2

Debug prints using Segger's RTT mechanism.

Configuration

Set LORAWAN_APPLICATION_EUI and LORAWAN_APPLICATION_KEY in config/Comissioning.h Device EUI is taken from nRF unique device ID (FICR DEVICEADDR).

Building

Modify SDK_ROOT in Makefile to point to Nordic's SDK root Make sure nrfjprog is in PATH run make flash_softdevice && make flash

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].