This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GPS Receiver Configuration

hi everyone
i am using ublox neo-5q GPS module.
i am trying to configure it using ublox protocol.
for that i am sending the messages to the receiver according to the protocol but i am not able to configure it.
i am using LPC2103 Controller for that.
and GPS is interfaced with UART1 of the controller.
anybody is having any idea regarding the receiver configuration of this module.

Parents
  • The external device - any external device - neither knows nor cares what you use to send stuff to it.

    The only thing that matters is that whatever you send is in accordance with the device's specifications.

    Do you have something else that can send this protocol, and is known to work?
    If so, compare what that's sending against what you are sending - and spot the difference(s)!

Reply
  • The external device - any external device - neither knows nor cares what you use to send stuff to it.

    The only thing that matters is that whatever you send is in accordance with the device's specifications.

    Do you have something else that can send this protocol, and is known to work?
    If so, compare what that's sending against what you are sending - and spot the difference(s)!

Children