sensor output

Home Forums GP9 Product Support sensor output

This topic contains 6 replies, has 2 voices, and was last updated by  Dan Seely 2 weeks, 5 days ago.

  • Author
    Posts
  • #603 Reply

    Nasser

    my GP9 output is not like the one in the video tutorial. I set up the serial port baud rate 115200 using PutTYY. I can see the ‘s’ ‘n’ ‘p’ and random characters and numbers with big gaps. the data transmitting is continuous. I wrote a c code trying to configure’ the x000 register to stop the auto transmitting but couldn’t capture any confirmation packet. The data showing by PuTTY are matching the data captured using debug mode in my IDE. any suggestion. Thank you

  • #605 Reply

    Caleb
    Moderator

    The GP9 uses a binary communication protocol, so you shouldn’t expect to be able to interpret the data visually in a serial terminal. Use the CHR Serial Interface to connect to the sensor and read the data:

    • This reply was modified 6 months ago by  Caleb.
  • #607 Reply

    Nasser

    I need to use the data to feed my controller. so I am trying to make the sensor send a packet of date when I need it. How can I stop the streaming and how I configure the x000 register using CHR serial interface.

  • #611 Reply

    Caleb
    Moderator

    Register address 0x00 is not used to disable transmission of data from the GP9. The datasheet describes register contents: http://www.chrobotics.com/docs/GP9Datasheet.pdf

    To disable transmission of packets, broadcast rates for all types of packets should be set to 0. The rates are stored in registers COM_RATES1…COM_RATES7 (0x01 - 0x07).

  • #630 Reply

    don

    Is it possible to have the GP9 output NMEA sentences?

  • #635 Reply

    Caleb
    Moderator

    NMEA support will be added in the next GP9 firmware release.

  • #880 Reply

    Dan Seely

    … here’s another vote for NMEA support …

Reply To: sensor output
Your information:




Cancel