GithubHelp home page GithubHelp logo

Declaring Parameters about sx1276 HOT 5 CLOSED

SharathChandan avatar SharathChandan commented on August 20, 2024
Declaring Parameters

from sx1276.

Comments (5)

SharathChandan avatar SharathChandan commented on August 20, 2024 2

fine. i'll try including a class for FSK which takes parameters for a fsk modulation scheme and if it works i'll let you know.

from sx1276.

xg590 avatar xg590 commented on August 20, 2024 1

In line 95 of current lora.py https://github.com/xg590/SX1276/blob/8a0d7c4dda34454a5fadb04330c810e2b1990308/lora.py#L95 , we passed an argument LongRangeMode to register RegOpMode. You can pass another value to RegOpMode to use FSK modulation. However, I have zero knowledge about the operation in FSK mode and it is not what this LoRa library is for.

            self.spi_write('RegOpMode', self.Mode['SLEEP'] | 0b0<< 7) # Now it is in FSK mode.

By refer to page 93 of the datasheet, you know the 7th bit of register RegOpMode is responsible for modulation selection between LoRa and FSK. I cannot help you for further question regrading to FSK modulation. Good Luck

from sx1276.

xg590 avatar xg590 commented on August 20, 2024 1

what is the maximum speed we can transmit using LoRa some sites tell its programmable upto 300 kbps. what is the maximum rate you have achieved using your library? i am planning to send a larger size data.

You can use the SX1276/misc/airtime_calculator.zip in this repo to estimate the bitrate. Try to play with SF/CR/etc and test the combinations in the field.

from sx1276.

SharathChandan avatar SharathChandan commented on August 20, 2024

i guess i should add a new class for FSK to take the required parameters for the fsk mode.

from sx1276.

SharathChandan avatar SharathChandan commented on August 20, 2024

what is the maximum speed we can transmit using LoRa some sites tell its programmable upto 300 kbps. what is the maximum rate you have achieved using your library? i am planning to send a larger size data.

from sx1276.

Related Issues (13)

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.