SPN version of the Kerlink IoT gateway
@steinire Do you receive the gateway? then is there some documentation or technical details regarding this product? and how much does it cost?Thank you
View ArticleUse Cases in Agriculture
@flavio and @dataino.it, I just recently joined the things network and have an interest in using iot in agriculture. I can see the potential for agriculture and farming in south east asia. Have you...
View ArticleLMIC-1.51 fitting in Arduino Atmega 328
Very interesting. Big thanks for bringing Lorawan to the Atmega 328 Is this class A or C please?
View ArticleSingle Channel Gateway
@IOT_Marco, How do you see it is using the RFM96? I guess you read the text on the chip itself? Based on what is written on the chip I also thought that it was the RFM96 but it seems it is a RFM95....
View ArticleLMIC-1.51 fitting in Arduino Atmega 328
lorafw_w2.jpg1024x723 229 KB a board that fits on a adafruit feather .. I ordered a few from OSH park article from Dan Watson - The Sync Channel Blog
View ArticleUse Cases in Agriculture
Hey @rlinardi, i am rish here from TTN, feel free to send me an email: community@thethingsnetwork.org and will get you started
View ArticleSPN version of the Kerlink IoT gateway
Hi I have a Kerklink station running v2.2 of their software, there are some thechnical document but sometimes they are a bit obscure since, they don't detail everything, currently I am trying to use...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
Still with the same issue, there are two things that grid my gears, Why cannot I send anything to the motes if I change global_conf.json, it does not make much sense to me, unless my gateway phy link...
View ArticleUnable to send character string from a node, using Libelium libraries
What kind of node and libraries (platform) are you using to send messages? In another post you showed: char data[] = "7a3f1b2b12"; error = LoRaWAN.sendUnconfirmed(port, data); ...which you were...
View ArticleUnable to send character string from a node, using Libelium libraries
Hi again! I am using LoRaWAN Radio Shield for Arduino - 868 MHz on Arduino UNO. I am sending RFID reader values to the TTN which was from the earlier post. But with the library I use, I am restricted...
View ArticleUnable to send character string from a node, using Libelium libraries
How are you writting into the serial of the arduion uno? Are you using by chance functions are Serial.print or Serial.println() ?? regards
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
Hi @scle Where did you get that line from? Is it from my string?
View ArticleUnable to send character string from a node, using Libelium libraries
I am not Writing to the serial. I just send the message to the TTN
View ArticleUnable to send character string from a node, using Libelium libraries
How are you sending them to the TTU? I mean what command do you use?
View ArticleUnable to send character string from a node, using Libelium libraries
LoRaWAN.sendUnconfirmed(port, msg); msg is my char[]
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
arjanvanb: So, Base64 ensures one gets text, and indeed first Base64 decode it to get the binary content. Ok I understand that, however I am no receiving anything at all in my mote, physical links...
View ArticleUnable to send character string from a node, using Libelium libraries
muzab: I am sending RFID reader values to the TTN That sounds like dynamically generated values. Did you actually test using the hardcoded example you gave? char data[] = "7a3f1b2b12"; error =...
View Article