forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Lorawan upstream downlink #2
Open
KubaFYI
wants to merge
27
commits into
Mani-Sadhasivam:lorawan-upstream
Choose a base branch
from
KubaFYI:lorawan-upstream-downlink
base: lorawan-upstream
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
Lorawan upstream downlink #2
KubaFYI
wants to merge
27
commits into
Mani-Sadhasivam:lorawan-upstream
from
KubaFYI:lorawan-upstream-downlink
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For using this driver with LoRaWAN, following changes were done: - Removed the use of counter and adapted system timer APIs for tick counting. This is required because most of the counter drivers run at very low tick rate like 1Hz and will not work with loramac-node library. - Removed the use of counter and adapted timer APIs for alarm functionality. - Added few more function definitions and callbacks required by the stack Signed-off-by: Manivannan Sadhasivam <[email protected]>
CheckRfFrequency was not assigned correctly to the Radio. This lead to the system hang when the loramac library tries to call a relevant Radio method when processing a join-accept message Signed-off-by: Kuba Sanak <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]>
Add LoRaWAN API for Zephyr. Only config, join and send methods are implemented. Signed-off-by: Manivannan Sadhasivam <[email protected]>
Add initial support for LoRaWAN based on Semtech's loramac-node library. Current implementation only supports OTAA config and sending data to LoRaWAN server like ThingsNetwork. While at it, this commit also moves the "loramac-node" library definition from drivers/lora to subsys/lorawan. This is required because, subsys/lorawan gets processed before drivers/lora and that creates issue while building. Signed-off-by: Manivannan Sadhasivam <[email protected]>
This sample application shows how to configure an end node in Class-A mode and to send data to network server via gateway. Signed-off-by: Manivannan Sadhasivam <[email protected]>
system_max_rs_error is used to negotiate overall timing error for Rx in the loramac-node library. Hence, add support for configuring this from sample application. Signed-off-by: Kuba Sanak <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]>
For consistency with other parts of Zephyr, the public APIs available in lorawan subsystem now returns error codes from the set defined in errno.h. Signed-off-by: Kuba Sanak <[email protected]> [mani: reworked the code and commit a bit for upstream] Signed-off-by: Manivannan Sadhasivam <[email protected]>
Add CODEOWNERS entry for LoRaWAN Signed-off-by: Manivannan Sadhasivam <[email protected]>
Update loramac-node repo to support LoRaWAN. Signed-off-by: Manivannan Sadhasivam <[email protected]>
For using this driver with LoRaWAN, following changes were done: - Removed the use of counter and adapted system timer APIs for tick counting. This is required because most of the counter drivers run at very low tick rate like 1Hz and will not work with loramac-node library. - Removed the use of counter and adapted timer APIs for alarm functionality. - Added few more function definitions and callbacks required by the stack Signed-off-by: Manivannan Sadhasivam <[email protected]>
CheckRfFrequency was not assigned correctly to the Radio. This lead to the system hang when the loramac library tries to call a relevant Radio method when processing a join-accept message Signed-off-by: Kuba Sanak <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]>
Add LoRaWAN API for Zephyr. Only config, join and send methods are implemented. Signed-off-by: Manivannan Sadhasivam <[email protected]>
Add initial support for LoRaWAN based on Semtech's loramac-node library. Current implementation only supports OTAA config and sending data to LoRaWAN server like ThingsNetwork. While at it, this commit also moves the "loramac-node" library definition from drivers/lora to subsys/lorawan. This is required because, subsys/lorawan gets processed before drivers/lora and that creates issue while building. Signed-off-by: Manivannan Sadhasivam <[email protected]>
This sample application shows how to configure an end node in Class-A mode and to send data to network server via gateway. Signed-off-by: Manivannan Sadhasivam <[email protected]>
system_max_rs_error is used to negotiate overall timing error for Rx in the loramac-node library. Hence, add support for configuring this from sample application. Signed-off-by: Kuba Sanak <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]>
For consistency with other parts of Zephyr, the public APIs available in lorawan subsystem now returns error codes from the set defined in errno.h. Signed-off-by: Kuba Sanak <[email protected]> [mani: reworked the code and commit a bit for upstream] Signed-off-by: Manivannan Sadhasivam <[email protected]>
Add CODEOWNERS entry for LoRaWAN Signed-off-by: Manivannan Sadhasivam <[email protected]>
Update loramac-node repo to support LoRaWAN. Signed-off-by: Manivannan Sadhasivam <[email protected]>
…into lorawan-upstream
Currently only the latest downlink message can be read - using Zephyr ring buffer generates hard faults when sending a message after DL have been received for 2nd/3rd times... Signed-off-by: Kuba Sanak <[email protected]>
crashes). Also added board overlay file for Feather M).
Signed-off-by: Kuba Sanak <[email protected]>
Signed-off-by: Kuba Sanak <[email protected]>
This reverts commit 61aff64. Signed-off-by: Kuba Sanak <[email protected]>
Signed-off-by: Kuba Sanak <[email protected]>
Signed-off-by: Kuba Sanak <[email protected]>
78a6c3d
to
61295ac
Compare
Signed-off-by: Kuba Sanak <[email protected]>
61295ac
to
078ff36
Compare
Mani-Sadhasivam
pushed a commit
that referenced
this pull request
Jun 29, 2020
This makes the gatt metrics also available for gatt write-without-rsp-cb so it now prints the rate of each write: uart:~$ gatt write-without-response-cb 1e ff 10 10 Write #1: 16 bytes (0 bps) Write #2: 32 bytes (3445948416 bps) Write zephyrproject-rtos#3: 48 bytes (2596929536 bps) Write zephyrproject-rtos#4: 64 bytes (6400 bps) Write zephyrproject-rtos#5: 80 bytes (8533 bps) Write zephyrproject-rtos#6: 96 bytes (10666 bps) Write zephyrproject-rtos#7: 112 bytes (8533 bps) Write zephyrproject-rtos#8: 128 bytes (9955 bps) Write zephyrproject-rtos#9: 144 bytes (11377 bps) Write zephyrproject-rtos#10: 160 bytes (7680 bps) Write zephyrproject-rtos#11: 176 bytes (8533 bps) Write zephyrproject-rtos#12: 192 bytes (9386 bps) Write Complete (err 0) Write zephyrproject-rtos#13: 208 bytes (8533 bps) Write zephyrproject-rtos#14: 224 bytes (9244 bps) Write zephyrproject-rtos#15: 240 bytes (9955 bps) Write zephyrproject-rtos#16: 256 bytes (8000 bps) Signed-off-by: Luiz Augusto von Dentz <[email protected]>
d9f8bbc
to
388736e
Compare
388736e
to
2156a0b
Compare
926aeca
to
438f1f6
Compare
39ac1a4
to
2e22205
Compare
2e22205
to
264f9d9
Compare
@KubaFYI Now that the lorawan PR got merged into mainline, can you please rebase and post this as a PR to mainline? |
Yup, that was my plan and I'm doing it today. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Introduce ability to read downlink messages by the app.
Signed-off-by: Kuba Sanak [email protected]