Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sandeepmistry/arduino-LoRa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Yazracor/arduino-LoRa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 5 files changed
  • 2 contributors

Commits on May 21, 2020

  1. Implentation of CAD mode (SX1276 datasheet page 42) with working exam…

    …ple using watchdog timer of the 328p for the sleep intervals.
    chocotov1 committed May 21, 2020
    Configuration menu
    Copy the full SHA
    266eb78 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    b3e47d8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    4c7f2b0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    61144dd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    345eb41 View commit details
    Browse the repository at this point in the history
  2. Setting CAD mode shortly after failed packet read results in 12 mA po…

    …werconsumption. Adding a short delay solves that.
    chocotov1 committed May 29, 2020
    Configuration menu
    Copy the full SHA
    8596dac View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. - after CadDetected: sleep first as the packet is arriving

    - new solution for 12 mA power consumption after failed packet read: added LoRa.idle() before new CAD mode
    chocotov1 committed May 30, 2020
    Configuration menu
    Copy the full SHA
    2b77ae7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. - Now uses LoRa.receive(): Much better as the versions before since t…

    …he DIO0 is used again.
    
    - Cleaned up wrong use of wdt.h constants.
    chocotov1 committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1915312 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    a4da9e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    5b544d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    a0db505 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    7c22552 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge remote-tracking branch 'ChocotovLora/cadmode' into cadmode

    merged cadmode
    Torben van Hees committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bb7c5de View commit details
    Browse the repository at this point in the history
Loading