Is there a sample project to read gnss scan results of LR1110 chipset interfaced with any nrf module #91965
Unanswered
umamaheshrouthu
asked this question in
Q&A
Replies: 2 comments 1 reply
-
In zephyr, you would write a gnss device driver for the LR1110 which gets the data from SPI, parses it, and publishes it using the GNSS API https://github.com/zephyrproject-rtos/zephyr/blob/main/include/zephyr/drivers/gnss.h |
Beta Was this translation helpful? Give feedback.
0 replies
-
Semtech provides this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
LR1110 has a inbuilt gnss functionality. LR1110 can be connected to NRF modules through SPI. the gnss scan results also can be received using this spi interface.
Is there a sample project for the same.
The gnss sample project which is presently available uses uart interface with gps chipsets. this cannot be used in the case lr1110.
Describe the solution you'd like
use spi interface between nrf module and lr1110 and get the gnss scan results using the lr1110 drivers.
Alternatives
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions