Giter Club home page Giter Club logo

docupdates's People

Contributors

leroyle avatar

Watchers

 avatar  avatar  avatar

Forkers

said026

docupdates's Issues

Specific setting for US or Europe

I am setting up Arduinos as sensors and knowing specific LoRaWan settings for US915 as different from EU868 would be helpful.

Here are some LoRa settings:

    LoRaRadio.setFrequency(915000000);
    LoRaRadio.setTxPower(14);
    LoRaRadio.setBandwidth(LoRaRadio.BW_125);
    LoRaRadio.setSpreadingFactor(LoRaRadio.SF_7);
    LoRaRadio.setCodingRate(LoRaRadio.CR_4_5);
    LoRaRadio.setLnaBoost(true);

and here are some LoRaWan settings

    LoRaWAN.begin(US915);
    // LoRaWAN.setSubBand(2);
    // LoRaWAN.setDutyCycle(false);
    // LoRaWAN.setAntennaGain(2.0);
    LoRaWAN.joinOTAA(appEui, appKey, devEui);

and here are the standard ones:

Explanations about endedness would also be helpful.

const char *appEui = "0101010101010101";
const char *appKey = "01010101010101010101010101010101";
const char *devEui = "0101010101010101";

Most of my information comes from this github

https://github.com/GrumpyOldPizza/ArduinoCore-stm32l0

although I have connected to Helium using my own arduino portenta sketch at

https://github.com/hpssjellis/my-examples-for-the-arduino-portentaH7/blob/master/research/LoRaWan/helium-connected03.ino

Thanks and Good luck. On discord I am @jerteach

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.