Pycom WiPy 3.0 Manual page 97

Hide thumbs Also See for WiPy 3.0:
Table of Contents

Advertisement

1.4.3.2 The Things Network
from network import LoRa
import ubinascii
lora = LoRa()
print("DevEUI: %s" % (ubinascii.hexlify(lora.mac()).decode('ascii')))
Once the device has been added, change the
depending on user preference. This option can be found under the
Register a Nano-Gateway
You can also setup your Pycom module to act as a gateway with The Things Network. The
code required to do this can be found here.
Inside the TTN Console, there are two options,
and then click on
Gateways
of a new nano-gateway.
On the Register Gateway page, you will need to set the following settings:
Activation Method
Applications
. This will allow for the set up and registration
register Gateway
between
and
OTAA
tab.
Settings
and
. Select
Gateways
ABP
97

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WiPy 3.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

SipyGpyLopyLopy4Fipy

Table of Contents