I am using ublox zed F9P multi GNSS module. I have to program it for its configuration messages. Like I have to run a specific configuration of my receiver with the help of Arduino. I know arduino parse the GNSS sentences but can anyone tell me how to write code for ublox configuration commands such that that command can change setting of the receiver upon burning it in Arduino. Also, that code should retain in the receiver even if arduino is disconnected (closing arduino IDE console). Please help
-
you write the code using the Arduino IDEjsotola– jsotola2020年09月22日 06:58:43 +00:00Commented Sep 22, 2020 at 6:58
-
yes code will be written in arduino IDE.Aroo– Aroo2020年09月22日 07:11:59 +00:00Commented Sep 22, 2020 at 7:11
-
You would send the commands over the same serial channel that you read the data from.Majenko– Majenko2020年09月22日 12:32:11 +00:00Commented Sep 22, 2020 at 12:32
-
can you give some example of sending these hex bites into Arduino? It will help meAroo– Aroo2020年09月23日 05:00:30 +00:00Commented Sep 23, 2020 at 5:00
1 Answer 1
Here you find a standard library from arduino.
https://www.arduino.cc/reference/en/libraries/sparkfun-ublox-arduino-library/
You can find the documentation here: