Code Monkey home page Code Monkey logo

Comments (6)

facchinm avatar facchinm commented on September 20, 2024 1

Probably there is a way to do it by changing the LoRaWAN stack on the firmware but it's quite a big effort.

from mkrwan.

facchinm avatar facchinm commented on September 20, 2024

Hi @ldesomer,
the underlying firmware ( https://github.com/arduino/mkrwan1300-fw ) doesn't provide this yet, but we would be glad to receive pull requests 😉

from mkrwan.

ldesomer avatar ldesomer commented on September 20, 2024

Hi @facchinm,
Thanks for your reply, I'll try to work on it... How is the SF chosen by the firmware ? Or is it fixed ? :)

from mkrwan.

facchinm avatar facchinm commented on September 20, 2024

It looks like the spreading factor is only set during RF_TEST (https://github.com/arduino/mkrwan1300-fw/blob/ed493cec30273953e92ccdd210f2ef4240ef35fa/Projects/Multi/Applications/LoRa/AT_Slave/src/test_rf.c#L98), I don't know the LoRAWAN standard well enough to know if it can be changed (if not running point-to-point)

from mkrwan.

dan0h avatar dan0h commented on September 20, 2024

Hi, so am I reading correctly here - there is no way to configure the spread factor on the MKR1300 at sketch level? Or, is it something that would have to be done in firmware?

from mkrwan.

matthijskooijman avatar matthijskooijman commented on September 20, 2024

What you can do, is set the data rate (DR) using the dataRate() method. This configures one of the DR's from the LoRaWAN spec, each of which uses a specific SF. This does not allow choosing arbitrary or non-standard SF's, but is the normal way of configuring the DR/SF to use.

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.