GithubHelp home page GithubHelp logo

avsa242 / sx1276-lora-spin Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 230 KB

P8X32A/Propeller, P2X8C4M64P/Propeller2 driver object for the Semtech SX1276 LoRa transceiver chip

License: MIT License

Propeller Spin 100.00%
p8x32a propeller driver spin sx1276 rf radio ism spi lora

sx1276-lora-spin's People

Contributors

avsa242 avatar

Watchers

 avatar  avatar  avatar

sx1276-lora-spin's Issues

Add support for modulation other than LoRa

Originally, only LoRa was planned, but the other modulation types could be useful in some cases.

One such possibility is AIS reception, as this chip's tunable range covers the frequencies most often associated with AIS, supports the correct modulation type and appropriate bandwidth setting.

Add support for other band plans

The driver currently only has support for the US 915MHz band, when using Channel() (CarrierFreq() is unaffected/is wide open - can still be tuned to any frequency within the SX1276's tunable range). Add support for some other countries.

bits for setting -26dB lna gain incorrect

The mapping of lna gains (0, -6, -12, -24, -26, -48dB) to reg bits (%001..%111) are mostly sequential, but -26 marks a break in the sequence (%110 instead of the assumed %101), so currently -26 and -48 aren't being set correctly. The simple lookdown() table used has to be changed.

Rename LongRangeMode() to Modulation()

This functions like Modulation(), but essentially needs one extra step to fill the same role, and that's to set to OOK or FSK specifically (bits 6..5, ModulationType), if FSK/OOK mode is chosen over LoRa mode.

Add support for FHSS

This should be added in order to be compliant with the spectral authority in various countries. The chip has some built-in support for it.

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.