Giter Club home page Giter Club logo

Comments (8)

wero1414 avatar wero1414 commented on May 27, 2024

The code works, but the functionalities that you can use can depend on the region that you configure youre library (On config.h), you can read the functionalities that depend on the region on the README.

About the radio pinning i dont catch you, what do you mean with "pinning"?
Do you refer to the time between uplinks?

from beelan-lorawan.

schwiderke92 avatar schwiderke92 commented on May 27, 2024

the DIO0 DIO1 pinout setting etc ...

Congratulations on the work, I'll test on my radio, I want to oscillate between class a / uplink and class c for downlink

from beelan-lorawan.

wero1414 avatar wero1414 commented on May 27, 2024

Aaa ok! the pins definitions are on the Readme, you can define them

sRFM_pins RFM_pins = {
.CS = SS,
.RST = RFM_RST,
.DIO0 = RFM_DIO0,
.DIO1 = RFM_DIO1,
.DIO2 = RFM_DIO2,
.DIO5 = RFM_DIO5
};

If you dont have DIO5 just define it, it does not do nothing yet

from beelan-lorawan.

mdede439 avatar mdede439 commented on May 27, 2024

Hi. I have a question about this part of the code myself. I am new to this so maybe it is obvious to some but not to me right now. I am trying to get this code working on a WEMOS D1 Mini and currently when I compile your code it fails with 'RFM_RST' was not declared in this scope. My understanding is SS, RFM_RST,RFM_DIO0, etc, will need to be replaced by something denoting the pins I use on WEMOS D1 Mini for my RF95 module. If I am correct then what value do I use for the variable? For instance I want to use GPIO 15 of the WEMOS for DIO0, how do I declare that in this set of variables? Do I code ".DIO0 = GPIO15"??

from beelan-lorawan.

sabas1080 avatar sabas1080 commented on May 27, 2024

Simple enter pin value, example:
sRFM_pins RFM_pins = {
.CS = 10,
.RST = 11,
.DIO0 = 30,
.DIO1 = 15,
.DIO2 = 4,
.DIO5 = 33
};

from beelan-lorawan.

mdede439 avatar mdede439 commented on May 27, 2024

Great, thank you. Appreciate it.

from beelan-lorawan.

mdede439 avatar mdede439 commented on May 27, 2024

And if I do not need the to use the pin do I just pick any number not corresponding to an actual pin?

from beelan-lorawan.

wero1414 avatar wero1414 commented on May 27, 2024

yes

from beelan-lorawan.

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.