-
-
Notifications
You must be signed in to change notification settings - Fork 652
Comparing changes
Open a pull request
base repository: sandeepmistry/arduino-LoRa
base: master
head repository: Yazracor/arduino-LoRa
compare: master
- 13 commits
- 5 files changed
- 2 contributors
Commits on May 21, 2020
-
Implentation of CAD mode (SX1276 datasheet page 42) with working exam…
…ple using watchdog timer of the 328p for the sleep intervals.
Configuration menu - View commit details
-
Copy full SHA for 266eb78 - Browse repository at this point
Copy the full SHA 266eb78View commit details
Commits on May 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b3e47d8 - Browse repository at this point
Copy the full SHA b3e47d8View commit details
Commits on May 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4c7f2b0 - Browse repository at this point
Copy the full SHA 4c7f2b0View commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 61144dd - Browse repository at this point
Copy the full SHA 61144ddView commit details
Commits on May 29, 2020
-
Changed some logic that made more sense in the original version with …
…two interrupt pins.
Configuration menu - View commit details
-
Copy full SHA for 345eb41 - Browse repository at this point
Copy the full SHA 345eb41View commit details -
Setting CAD mode shortly after failed packet read results in 12 mA po…
…werconsumption. Adding a short delay solves that.
Configuration menu - View commit details
-
Copy full SHA for 8596dac - Browse repository at this point
Copy the full SHA 8596dacView commit details
Commits on May 30, 2020
-
- 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
Configuration menu - View commit details
-
Copy full SHA for 2b77ae7 - Browse repository at this point
Copy the full SHA 2b77ae7View commit details
Commits on May 31, 2020
-
- 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.
Configuration menu - View commit details
-
Copy full SHA for 1915312 - Browse repository at this point
Copy the full SHA 1915312View commit details
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a4da9e2 - Browse repository at this point
Copy the full SHA a4da9e2View commit details
Commits on Nov 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b544d8 - Browse repository at this point
Copy the full SHA 5b544d8View commit details
Commits on Nov 16, 2020
-
About 10 uA lower power consumption by not setting NVMCTRL_CTRLB_SLEE…
…PPRM_DISABLED. This setting isn't always needed: https://community.atmel.com/comment/1851566#comment-1851566
Configuration menu - View commit details
-
Copy full SHA for a0db505 - Browse repository at this point
Copy the full SHA a0db505View commit details
Commits on Nov 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7c22552 - Browse repository at this point
Copy the full SHA 7c22552View commit details
Commits on Mar 7, 2023
-
Merge remote-tracking branch 'ChocotovLora/cadmode' into cadmode
merged cadmode
Torben van Hees committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for bb7c5de - Browse repository at this point
Copy the full SHA bb7c5deView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master