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
Need help?
Do you have a question about the WiPy 3.0 and is the answer not in the manual?
Questions and answers