iām running a TTN server in my localhost, i wonna know if it works as a region cause iām running my own router and not connected to the ttn-handler-eu anymore.
This is my router info :
id: mynetwork-router
tls: true
key-dir: router/
auth-servers:
ttn-account-v2: āhttps://account.thethingsnetwork.orgā
Iām sorry, I was referring to extracting data from TTN to your server, but using a TTN router. Iām not sure of how to help you with that, Iām also relatively new with LoRaWAN.
If anyone knows the answer Iād also like to know how to do it
Is there any option to send my data as acknowledgement to LoraModules?
I am using my own server which is getting data regularly from TTN. So I want to send a command(data) to my Lora Devices through TTN. If I use TTN Console I can easily send confirmed message to specific device, is there an API provides this facility so that I can send data from my server?
Sorry for that long time, I didnāt have Internet access. Iām not quite sure of where did I find the EUI, Iām going to take a look to see if I find it so I can help you, that shouldnāt be a problem I hopeā¦
Yes, I think thereās a way to do that, but it may not be recommendable to send many downlink messages from your server (using TTN) to your nodes.
How did you implement your server? For example, I used the Node.js client library for that, taking a look at the library youāll see how to send downlink messages, am I right?
I have implemented HTTP integration in my application. But the only thing I want to use from this integration is to schedule downlink messages to my devices.
Can you please help what do I need to enter in the fields such as
Process ID: As far as I think, it is user defined.
URL; what would be the endpoint url(I am unable to understand here what does it mean by endpoint url)
Method: POST
Authorization : I guess this is also user defined.
I am a bit confused what is the Endpoint url here.
The main motive for me to use this integration is to independently use this integration and schedule downlink messages to devices, using my own web application.
I had never tried to implement the HTTP integration, but I tried yesterday to see how it works. As far as I know, youāre right, the Process ID is user-defined and the Authorization is optional. However, Iām not sure about the field URL.
I tried what you were trying to do, and I also got the ā502 Bad Gatewayā error. Then, I tried to use the URL of a Channel I created some months ago in ThingSpeak (https://thingspeak.com/), and it sends data from TTN to Thingspeak via HTTP (however, you were interested in downlink). Finally I tried to introduce the IP address of a server I created (http://xxx.xxx.xxx.xxx:8080/) in the URL field and it works, I receive a JSON from TTN and I suppose that sending downlink data to end-devices would not be a problem.
Iām also starting with TTN and so on, I hope these options can help you. Anyway, Iām sure some other people know the answer
Thanks @celiagarridoh, just received the json data at my server using the step you had provided. The json data included the downlink url which is working perfectly to send downlink data. Great help !
Can we change the operational frequency of RN2903 Lora Module?
As of now its being operated on 868 Mhz and in India this band is not licence free. TTN says it works on 865-867 Mhz but my module frequency does not change?
Any help
Any idea if TTN supports 2 different Ports for uplink and downlink?
Currently it allows 1700 port on the Gateway to uplink and downlink. Can we change downlink port other than 1700?