-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add Waveshare Pico-LoRa-SX1262-868M support #15
Open
ThomasLeister
wants to merge
13
commits into
ArmDeveloperEcosystem:main
Choose a base branch
from
ThomasLeister:add-waveshare-sx1262-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[WIP] Add Waveshare Pico-LoRa-SX1262-868M support #15
ThomasLeister
wants to merge
13
commits into
ArmDeveloperEcosystem:main
from
ThomasLeister:add-waveshare-sx1262-support
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 219b4b3 - Browse repository at this point
Copy the full SHA 219b4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f188bf - Browse repository at this point
Copy the full SHA 5f188bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5494cda - Browse repository at this point
Copy the full SHA 5494cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b78b5a8 - Browse repository at this point
Copy the full SHA b78b5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e999a - Browse repository at this point
Copy the full SHA 73e999aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 675f502 - Browse repository at this point
Copy the full SHA 675f502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e24b8f - Browse repository at this point
Copy the full SHA 2e24b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b7013 - Browse repository at this point
Copy the full SHA e6b7013View commit details -
CMakeLists.txt: Output SX version, rename variable for files and set …
…default to SX1276
Configuration menu - View commit details
-
Copy full SHA for ecd1491 - Browse repository at this point
Copy the full SHA ecd1491View commit details -
Add alternative, inactive pin config for Waveshare SX1262 module to e…
…xamples: - hello_abp - hello_otaa examples - otaa_temperature_led
Configuration menu - View commit details
-
Copy full SHA for bda1ce8 - Browse repository at this point
Copy the full SHA bda1ce8View commit details
Commits on Jan 16, 2022
-
EepromMcuReadBuffer: Read back from cache
Read back information from cache instead of flash. The cache contains the latest context, whereas the flash is only updated periodically. This could cause issues if the flash is not (yet) updated while the context has been updated in the meantime and values are read by LoRaMAC. Therefore just read from flash initially after startup (EepromMcuInit()) and rely on write cache later. This commit effectively makes commit e31d3c1 work for me and therefore is a fix. Previous attemps to use commit e31d3c1... without this commit failed. Error message: "Duty cycle restricted". The error message might not appear at the first startup, but will appear if Raspberry Pi Pico is restarted and values from "EEPROM" / Flash have been read.
Configuration menu - View commit details
-
Copy full SHA for 85b818b - Browse repository at this point
Copy the full SHA 85b818bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7ab0a - Browse repository at this point
Copy the full SHA 8a7ab0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5726f72 - Browse repository at this point
Copy the full SHA 5726f72View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.