Skip to content

imec-idlab/LoRaMac-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a port of the Lora-net LoRaWAN stack implementation to work on the EFM32 Giant Gecko (STK3700) hardware with a HopeRF RFM95W radio (which is compatible with the SX1276).

Note that some parts were not ported (e.g. I2C and GPS), only the code required to use the radio and the uart are implemented.

To compile one of the apps, update Makefile.local (or set the TARGET environment variable) and run make from the root directory. To compile e.g. the class A end-device code from src/apps/LoRaMac/classA/EFM32GG_STK3700, the TARGET variable should be LoRaMac/classA.

About

Fork of the LoRa-net reference LoRaMAC-node implementation that adds support for the EFM32GG-STK3700 / RFM95W hardware platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.0%
  • C++ 1.6%
  • Other 0.4%