1

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

asked Sep 22, 2020 at 5:56
4
  • you write the code using the Arduino IDE Commented Sep 22, 2020 at 6:58
  • yes code will be written in arduino IDE. Commented Sep 22, 2020 at 7:11
  • You would send the commands over the same serial channel that you read the data from. Commented Sep 22, 2020 at 12:32
  • can you give some example of sending these hex bites into Arduino? It will help me Commented Sep 23, 2020 at 5:00

1 Answer 1

0
answered Sep 23, 2020 at 6:47

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.