Code Monkey home page Code Monkey logo

Comments (4)

facchinm avatar facchinm commented on September 21, 2024

Hi @deanpretorius ,
were you using https://github.com/sandeepmistry/arduino-LoRa for simple LoRa communication? In that case there should be no channel hopping unless you select it explicitly

from mkrwan.

deanpretorius avatar deanpretorius commented on September 21, 2024

Hi @facchinm
That is the library I used when I noticed the corrupted incoming messages. In that library I set the dataRate(5), SF7BW125. When I call getDataRate after that, it returns a value of -1. But I assume the dataRate does get set because the gateway receives messages, however, corrupt as described above. However, at present, there is no method available to specifically set the transmission frequency or to view the transmission frequency.

from mkrwan.

cliffi30 avatar cliffi30 commented on September 21, 2024

Hello facchinm,
first of all thanks for all your support in the community around this topic and others. I am facing the same issue that deanpretorius is facing. I am trying to make MKRWAN1310 to transmit only on one single frequenc so I can fetch every transmisstion with my LG02. I didn't find a way to set this via the Modem class. I was trying to set it up using the info from your earlier recommended way [https://github.com/sandeepmistry/arduino-LoRa] but that didn't work either. Which part on that repository are you actually refering to? --> Lora Simple Node?

from mkrwan.

facchinm avatar facchinm commented on September 21, 2024

Hi @cliffi30 ,
LG02 and other single frequency "gateways" are just simple radios that do not implement the full LoRaWAN protocol, so the best way to communicate with them is via plain LoRa (using Sandeep's library, Simple Node example is fine), grab the messages on the gateway side and route them to the internet (without relying on The Things Network or other providers that need full LoRaWAN compliance)

from mkrwan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.