Is there a Zephyr driver for X-NUCLEO-GNSS2A1?
Hello All
I am using zephyr RTOS on NUCLEO-F767ZI board.
I am considering using the NUCLEO-F767ZI board to use GNSS data.
Is there a Zephyr driver for X-NUCLEO-GNSS2A1?
Regards
TaeHo
Hello All
I am using zephyr RTOS on NUCLEO-F767ZI board.
I am considering using the NUCLEO-F767ZI board to use GNSS data.
Is there a Zephyr driver for X-NUCLEO-GNSS2A1?
Regards
TaeHo
Hello again @lastgame,
For any shield you want to use that's not already availble under boards>shields, you'll need to manually add the shield configuration files available under /boards/shields:
which are:
For the connectors and the compatibility between the nucleo board and the module/shield, it should work without adding anything, just make sure that the board.dts includes a description of the connector you're going to use (Arduino connectors for hence: zephyr/boards/st/nucleo_f767zi/arduino_r3_connector.dtsi at main · zephyrproject-rtos/zephyr · GitHub) that's it for the Zephyr configuration part, for the U-blox module, I'm afraid I am not familiar nor used it in the past.
Hope that helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.