You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement proposal related to a problem? Please describe.
I as an system engineer wants to see a proper solution of the existent Bridle sample ubx_gnss that will build and run out-of-the-box for the following completely different platforms (SOCs):
Nordic nRF9160 DK (nRF9160)
Nordic nRF52840 DK (nRF52840)
ST Nucleo L496ZG
ST Nucleo F413ZH
ST Nucleo F767ZI
NXP MIMXRT1170-EVKB (CM7)
NXP MIMXRT1060-EVK
NXP MIMXRT1010-EVK
Describe the solution you'd like
Adapt app.overlay to use the commonly used Arduino signal D8 for module reset.
Setup the Arduino UART (&arduino_serial) properly to use 9600Bd per default and set status to "okay".
Add board specific Kconfig artefacts and/or DTS overlays on demand
Extend the documentation.
Describe alternatives you've considered
Non.
Additional context
Non.
The text was updated successfully, but these errors were encountered:
Is your enhancement proposal related to a problem? Please describe.
I as an system engineer wants to see a proper solution of the existent Bridle sample
ubx_gnss
that will build and run out-of-the-box for the following completely different platforms (SOCs):Describe the solution you'd like
app.overlay
to use the commonly used Arduino signal D8 for module reset.&arduino_serial
) properly to use 9600Bd per default and set status to "okay".Describe alternatives you've considered
Non.
Additional context
Non.
The text was updated successfully, but these errors were encountered: