Connection p2p with two RN2483 and LoRaWan gateway
HI @sergiosena, I have followed the configuration that you provided in your link,in my both TTU. One is acting as rx and the other as tx as I mentioned in the answer to @a.valero , however, I got the...
View ArticleIs anyone already working on the PetFinder use case?
Arjan, It seems - for urban settings- there is a LoRa based tracker you can purchase.iotatracker.com ... $149 includes a "home base station" aka gateway. small.. so it appears to have a limited range...
View ArticleIs anyone already working on the PetFinder use case?
another one that uses LoRa and GPS.. wheresnellie.comthe home base (gateway).. doesn't appear to share gateways but has a bit better range on the radio.
View ArticleNode with ESP8266 and RFM95W
davemee: Seems a lost opportunity for some lightweight, low-cost use cases. Davemee - Why not ask your friendly Microchip salesman to bundle an 8-pin PIC12 to run the application and drive the RN2483...
View ArticleGateway not showing up in list
Hi, I just finished setting up my gateway, but it's not showing up in the list of gateways. The packet forward log file looks clean. No errors and it seems to be able to connect for up and downstream...
View ArticleSmallest expected node
Anyway...I found this topic and looks like it's the same controller...
View ArticleConnection p2p with two RN2483 and LoRaWan gateway
OK then it is waiting to get something, however I am sending and it does not receive anything yet. Now I have both devices with radio set iqi on and it seems not working, the say way i had them before...
View ArticleGateway not showing up in list
@johan or @htdvisser may be able to help debugging.In short, if it doesn't end up in the TTN API, no gateway status messages are being received (but node data packets may arrive).
View ArticleRequest for Comments: Network Architecture
pz1: What stops you from showing this in a reference implementation, so users of the present implementation can test your views? Fair enough. There will now be a slight delay... To ensure...
View ArticleRequest for Comments: Network Architecture
I think @pz1 has a good point. The network architecture we're developing may not be the golden solution for all use-cases. If we had to define a solution that is perfect for everyone, we would end up...
View ArticleRequest for Comments: Network Architecture
aledmorris: To ensure compatibility, can someone point me to the the code for TTN's Handler? All code is in https://github.com/TheThingsNetwork/ttn, but a lot will change until summer.
View ArticleConnection p2p with two RN2483 and LoRaWan gateway
Just a photograph of the two RN2483 modules and how they are connected.From the code I cannot make up why it doesn't work, perhaps the phyical setup is wrong.Otherwise I don't know it. I was able to...
View ArticleConnection p2p with two RN2483 and LoRaWan gateway
IMG_0005.JPG480x640 97.3 KB I don't have anything connected to it, they were able to connect to the gateway indeed, but I only have two modules, so it would not be enough, further, if I disable the...
View ArticleConnection p2p with two RN2483 and LoRaWan gateway
@scl how does your code look like? I mean the sending and receiving part My set up in both nodes is this Serial.print("Pausing mac: "); Serial1.write("mac pause\r\n"); delay(50); while...
View ArticleRequest for Comments: Network Architecture
htdvisser: All code is in https://github.com/TheThingsNetwork/ttn I don't see the Handler there, can you be more specific? Thanks Aled
View ArticleRequest for Comments: Network Architecture
https://github.com/TheThingsNetwork/ttn/tree/develop/core/components/handler and github.com TheThingsNetwork/ttn/blob/develop/core/components/handler/handler.go // Copyright © 2016 The Things Network...
View ArticleSetting up Multitech Conduit Gateway for TTN
I configured my new Conduit using the Wiki instructions, but I'm having issues. The first issue is that my gateway is not listed at http://thethingsnetwork.org/api/v0/gateways/ but the packet forward...
View Article