Looking for gateway owner in Apeldoorn
All mine Single Channel most, used for testing. The one mentioned is the only compliant TTN gateway. If I knew how to set Lat/Lon in the Lorank gateway. Maarten
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
40 00 00 00 00 80 a1 00 01 e1 1d 2f ec 63 7a b7 e7 19 45 bf a6 45 e1 ac 0a mhdr dev addres fCtrl fCnt port Data mic base64 is somthing like this QAAAAACAoQAB4R0v7GN6t+cZRb+mReGsCg== for the payload
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
the data is encrypted https://www.lora-alliance.org/portals/0/specs/LoRaWAN%20Specification%201R0.pdfpage 24 the rest (mhdr/devaddres/...port and mic) is standard hex.
View Article[ic880a+RaspBerryPI] How to add ACK feature?
Right, so after looking at: github.com/TheThingsNetwork/lora_gateway Added IMST+RPi platform by gonzalocasas on 12:00AM - 30 Dec 15 changed 5 files with 30 additions and 4 deletions. I found I needed...
View ArticleSoftware defined radio project for lora
It would be interesting in that you could experiment with many parallel RX/TX paths and an SDR implementation would be a very useful tool for fostering understanding and maybe even driving adoption. I...
View ArticleLoRaWAN shield for Arduino UNO?
Hi, All, Thanks for the discussion on this topic and this forum. We have made an instruction of the use of Lora Shield in TTN network. The instruction is in: Lora Shield Instruction for TTN It...
View ArticleUse Lora Shield, Arduino and RPi to Build a single channel LoRaWAN Gateway...
Hi, All, We have collect different pcs of Info from the forum and made an instruction of the use of Lora Shield in TTN network. The instruction is in: Lora Shield Instruction for TTN It includes:* How...
View ArticleLoRaWAN shield for Arduino UNO?
Hey Dragino, We are three students from University of Applied Sciences in Leiden, we are currently working on a project involving LoRa. We are very interested in testing your LoRa shield (the 868Mhz...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
arjanvanb: That might be true when sending it to a Kerlink network server, which will then convert it into a "txpk":{...} message for you and send that to the gateway. But it's not likely to be true...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
Continuing the discussion from Trying to understand basic packet forwarder on Kerlink Gateway: scle: You are sending the message wrongly (only sending character 'A' in this way).But I have succeeded...
View ArticleExperimental VBB.IOT Server with OTAA Support
OMG how can this be with no answers? Hi @JamesC, I'm currently working with LoRa and find your work interesting. Please contact me in order to exchange some opinions. Since I see you have been around...
View ArticleHackster Poke-e-mom project features LoRa with links to TTN
Hi All, I created this Hackster project as part of the 'Worlds largest Arduino Maker Challenge' Poke-e-mom hackster project The project has a nice overview of LoRa a fun use case of a Poke...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
Hi @ndarkness, I didn't use any software, just by hand with some help of the LoRaWAN specification and some software. But the software wouldn't be too difficult I guess. There are some basic steps to...
View ArticleOpen-source LoRaWAN network-server
Hi @brocaar, nice job. We have a KerLink LoRa gateway at work. I will try to redirect this to an instance of your server. Just one question, since I'm quite new to docker. Do your DockerFiles for...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
Hi @scle I have been following your steps for this message payload QAMBAQKAWwABp5+scHk= I have decoded base64 payload above with your suggested website, and I got this 1000000 | 00000011 | 00000001 |...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
I suggest you check out the specification, you forgot to generate the blocks {Ai} (only one block since the payload length is 1 byte). Ai = 0x01 (1) | 0x00 0x00 0x00 0x00 (4) | Dir (1) | DevAddr (4) |...
View Article[OFFICIAL] TheThingsNetwork.org & Community Pages
Everyone now has a public profile page, like this one: http://thethingsnetwork.org/u/turiphro/ You'll be able to find someone's communities, gateways, and profile picture.To upload a profile picture...
View ArticleHackster Poke-e-mom project features LoRa with links to TTN
Awesome! We will share it. Feel free to include the TTN logo and the TTN Gateway and UNO.
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
Sorry @scle I am not good at that, how is a block composed of? As far as I can see mine should be A1 = 0x01 | 0x00 0x00 0x00 0x00 | 0x01 | 0x1E 0xAB 0xF7 | 0x80 0x5B 0x00 | 0x00 | 0x01? = 0x01 | 0x00...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
That is true:A1 = 0x01 | 0x00 0x00 0x00 0x00 | 0x00 | 0x03 0x01 0x01 0x02 | 0x5B 0x00 0x00 0x00 | 0x00 | 0x01S1 = 0xe6 | (15 more bytes)Payload = 0xA7 (0b10100111) S1 XOR Payload = 0x41 => 'A' in...
View Article