RN2483 programming
I'm not totally sure about this, but i think you'll need the information on page 38 of the Command Reference: http://ww1.microchip.com/downloads/en/DeviceDoc/40001784B.pdf 2.5.1 radio rx...
View ArticleRN2483 programming
This is not Class C. It does receive any messages sent but it does not do encryption so you would have to do that yourself which is not what you want if you have RN2483. My advise is to wait until...
View ArticleOpen-source LoRaWAN network-server
For the moment I only test with one node. The first trial is positive. Good job!Your initiative of an open lora server is awersome!
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
txpk is the one in the specification I have. Search for AN.LS.13 on the forum for the application note. Also note it's not a json array but a json object. 5.1.2 The root { "txpk":{..} } I mean the...
View ArticleRN2483 programming
Ok, thanks for the clarification! Then it would seem to me that perhaps the "easiest" way would be to get a chipset that provides raw access to the SX1272/SX1276 chip. Or the Nemeus MM002, which was...
View ArticleWhat could this error be?
Hi all, I am using two libelium SX1272 on a raspberry pi 2 with arduino bridge from cookinghacks. I want them to communicate with each other and eventually to exchange data for other purposes. But for...
View ArticleRN2483 programming
Totally Agree,Nemeus M002 is the only available device doing class C until now.However, There is some class A source code for the Atmega328. I think it won't be hard to transform it to class C...
View ArticleRaspberry Pi LoRaWAN Gateway Board
Our stock was just sent from our factory. We should be shipping from Link Labs by the end of the week.
View ArticleRaspberry Pi LoRaWAN Gateway Board
Thanks, hopefully our order should turn up in the next 2 weeks.
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
ndarkness: whereas that section states {{"txpk": {"moteeui":"2010103","txmsgid": "1","trycount":5,"txsynch": "false","ackreq":"true","userdata":"port":1,"payload":"aGk="}}}} Not quite... The contents...
View ArticleLooking for gateway owner in Apeldoorn
Hi, I ordered the LoraShield for Arduino today to investigate the operation of LoraWan.I live in Ugchelen and hope I can use the Incaa or InterAct gateway to connect my shield.It would be great to...
View ArticleLooking for gateway owner in Apeldoorn
platenspeler: Location is Woudhuis/Zutphensestraat/Kasteellaan. Eui: "1DEE1C34E8E5388D". @platenspeler I see your gateway is not sending latitude and longitude in its status messages to TTN. I'm going...
View ArticleConvincing someone to use their roof for a gateway
I might have the possibility to get permission to install a TTN gateway on a high building in my city. I however need to convince the owners/managers that it is for a good purpose. I therefore need to...
View Article[ic880a+RaspBerryPI] How to add ACK feature?
I've built the experimental branches of lora_gateway and packet_forwarder from under the Lora-net GitHub organisation. Configuring libloragw for native SPI, with lora_pkt_fwd using the basic global...
View ArticleConvincing someone to use their roof for a gateway
I'm in exactly the same situation. First it might help to have a look at the people network around the decision makers and see if you have someone in your personal network who is in more direct...
View ArticleDid you try everynet gateway with TTN?
Hi, there is a quite affordable gateway offered by http://everynet.com/ did anybody ever test it?
View ArticleDid you try everynet gateway with TTN?
All what I found on their website is a lorawan device and data management service. I didn't found anything about hardware offering...
View ArticleDid you try everynet gateway with TTN?
Where did you find that offer? From their FAQ: Where do I buyeverynet-compatible devices? We don’t sell devices directly. Instead, you can buy them from manufacturers around the world. Any...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
JamesC: If the payload is coming through verbatim then you are expected to perform the encryption and they are just providing you with a basic delivery mechanism.If the packet is not correctly...
View Article