Questions on LoRa

Hello,

My partner and I are doing a research on the LoRa protocol (on an MBED platform) and we are trying to build a mote using a STM32 Nucleo board with an I-NUCLEO-LRWAN1 expansion board.

We’ve followed a guide on github explaining how to create one using mbed , but it required us to add a device-eui, an application-eui and an application-key for an OTAA.

The question is where do we find those keys?

P.S. We haven’t gotten our LoRa gateway yet but we are planning on using the WAPS-232IS gateway.

Any help would be appreciated.

Thank you.


I suggest start HERE , that is if you are planning to use the TTN network.

howto register devices

  • register your gateway to ttn
  • register your node
  • create an application
  • add registered node to application
1 Like

Thank you for this guide. However, this does not explain where to find said keys.
We’d appreciate if anyone could help us with this part

You will find them if you follow @BoRRoZ “guide”! By adding the application you get the app key / id and by adding a device to the application you can get the device key / id.

1 Like