Skip to content

First test project on LoRaWAN using a LoPy from Pycom

License

Notifications You must be signed in to change notification settings

kiddigital/lora-test1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lora-test1

First test project on LoRaWAN using a LoPy from Pycom

Add a file called 'myconfig.py' into a 'lib' subdirectory which should contain the following:

import binascii

cfg = {}
cfg['app_eui'] = binascii.unhexlify('<hexvalueofthe_app_eui>')
cfg['app_key'] = binascii.unhexlify('<hexvalueofthe_app_key>')

Fill in the info of your application and you should be good to go.

About

First test project on LoRaWAN using a LoPy from Pycom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages