How can it be pushed data from LoRa gateway to TTU mote?
Hi @scle Thanks for replying, is that for any kind of device within the network? I mean, I can understand that mechanism for the motes/node but is that the same for the Gateway? Because it that case I...
View ArticleWho owns the network?
Have a read https://medium.com/@mala/the-investigative-powers-bill-britain-wants-you-to-hack-your-customers-450815f50552#.d9kj7foml
View ArticleM-Linux versus node-RED
The best option for TTN is AEP but running as packet forwarder that way your get the free device HQ cloud service form MT. This allows you to remote re-boot and do remote firmware upgrades,If your...
View ArticleM-Linux versus node-RED
Well, I am running poly forwarder on my mLinux converted to AEP.You don't need to enable Packet forwarder through AEP's gui that would disabled your local net/app servers.You can just modify the...
View ArticleTTN in Geneva/Tunis
Hey, I have already this setup in Tunisia (RPi + ic880a concentrator) and it is working pretty well. I can see all the frames that I send from my motes on the TTN server. The only issue I am finding...
View Article[ic880a+RaspBerryPI] How to add ACK feature?
Thanks again x893. Does this V2 protocol need a class C lorawan device?
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
Hi @ndarkness, After each uplink (from mote to gateway) the network opens a downlink after one second (from gateway to mote) and another one after two seconds. Your TTU mote listens after one second...
View ArticleTTN in Geneva/Tunis
I am in Sfax but I go to Tunis frequently. I've sent you a private message to give you my email and phone number...
View ArticleLoRaWAN shield for Arduino UNO?
Hey @veldman it seems I got the LoRa-LMIC-1.51 working now. However it feels a bit as a shady solution. I explain the steps I took to make it work. I compared the Arduino program of the LoRa-LMIC-1.51...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
Hi @scle Now I can understand it better, thanks! However, after reading LoRaWan spec, I have a nother question more related to the real implementation in the TTU, since in order to check whether or...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
Hi @scle I have maganed to send receive a message from the server, following your advice and the spec. But still I am not doing it completely correct since the server is waiting for my ACK to the sent...
View ArticleParse data
Is there a small script, to decode packets locally? I'm having problems with the LoRaMAC-node stack. My gateway sees packages, forwards them but I don't see them on api/nodes/. According to wireshark...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
I am also trying to get data from a gateway to mote. Are you sending data on rfch =0; ? because it looping here if i do that on a mote (not the one i use).which gateway interface is that?
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
Hi @flits No I am sending data on channel 10, I think it remains looping since the server requires an ACK according to the manual, so if the mote doesn't give it back seems to be stack, that's my...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
according to this manualhttp://ww1.microchip.com/downloads/en/DeviceDoc/40001784E.pdfmac tx type> <portno> <data>would be able to response mac_rx <portno> <data>but here i...
View ArticleLoRaWAN shield for Arduino UNO?
My shady solution was kinda working. However I experienced quite some lost of packages. Therefor I tried another (similar) library: arduino-lmic. After editing the device address and the right DIO...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
That is fine, that means that your data was sent properly in that port towards the gateway. Now you have to manage to send data from your gateway, when your geteay sends out something your mote will...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
Just in case you missed it, from The Things Network 2016 Update, emphasis mine: Fair Access Policy: Practice Golden rule: 30 seconds air-time per device per day For 10 bytes of payload, this...
View Article