Page 1 of 1

I would like to port GNSS Arduino Library to STM32 CUBE IDE

Posted: Sat Mar 09, 2024 3:08 pm
by demy
Dear All,
I would like to port Arudino library into STM32 CUBE IDE. Specifically, there is this library https://www.arduino.cc/reference/en/lib ... o-library/ written for SparkFun's u-blox GNSS GDS RTK2. I need to port example available under below location to STM32 CUBE IDE.

SparkFun_u_blox_GNSS_Arduino_Library-2.2.25\examples\Example13_PVT\Example3_AutoPVTviaUart.

I have no clue where to start.

Could any of you please help me find out a solution ?
Thanks and regards,

Re: I would like to port GNSS Arduino Library to STM32 CUBE IDE

Posted: Tue Mar 19, 2024 7:03 pm
by fpiSTM
Simply create your main. Then the copy the setup. And finally the loop in an infinite loop. Copy the bsp files in your project and that all folks.