When connected to the GNSS module, the update rate of the module is fixed to 1HZ.

hello

Connect “OpenLog Artemis(without IMU)” to “Ublox F9R” module with Qwiic and use it

It is used as a GNSS logger and a file in ubx format is created.

The problem is that even if the update rate of the F9R module is increased in U-Center, it is fixed to 1hz when connected to OpenLog Artemis. Can this part be improved?

Hello @Dong-Geulami,

You can change the message rate (or interval) through the serial menu.

Open the Arduino IDE Serial Monitor, or a terminal emulator, and connect to the OpenLog Artemis at 115200 baud. Press any key (send any character) to open the menu. Select Option 1 to open the “Configure Logging” menu. Options 4 and 5 let you set the message rate or interval. Exit the menus by pressing “x” and the settings will be saved.

Best wishes,

Paul

Thank you so much for your kind reply