Hello, as per a previous thread I was informed that there exist a LoRa driver for the RFM95 (and therefore the SX1262). In the project me and my friend are working on we want to be able to connect to a service such as The Things Network, to be able to view and collect the output from our Wireless Stick V3 device through LoRa.
However, the TTN service requires that the end device (the IoT device) registers on the network using Over The Air Activation (OTAA) configuration. (
https://www.thethingsnetwork.org/docs/lorawan/end-device-activation/)
Our assumption is that the driver does not support this, based on our understanding after reading it.
Is there another way for us to test and verify that the device is able to send and recieve through LoRa? Or would it be possible to extend the driver to include OTAA configuration?