Skip to content

Implementation of the packet forwarder for Pycom LoPy/Fipy boards

Notifications You must be signed in to change notification settings

CampusIoT/lopy-nano-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pycom LoPy LoRaWAN nano gateway

Adapted from https://docs.pycom.io/tutorials/lora/lorawan-nano-gateway https://github.com/pycom/pycom-libraries.git (examples/lorawan-nano-gateway/)

Added

  • LED blink while connecting to Wifi SSID network.
  • LED blink while connecting to NTP server for setting time.
  • LED blink while receiving a LoRa frame.

Setup

  • set SERVER and PORT into config.py
  • set WIFI_SSID and WIFI_PASS into config.py
  • set LORA_FREQUENCY, LORA_GW_DR and LORA_NODE_DR into config.py

Installation

TBD

Version

CURRENT_SHORT_COMMIT=$(git rev-parse --short HEAD)
echo $CURRENT_SHORT_COMMIT
c88fd9b

TODOLIST

Licence

Pycom Licence v2.2 https://github.com/pycom/pycom-libraries/blob/master/license/Pycom%20Licences%20v2.2.pdf

About

Implementation of the packet forwarder for Pycom LoPy/Fipy boards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages