<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi Fred,<br><br></div>USB port can output BINR data too. You can use "BM control" programm ( <a href="http://navis.ru/assets/images/prog_ob/BM_Ctrl_V0430.zip">http://navis.ru/assets/images/prog_ob/BM_Ctrl_V0430.zip</a> ) to switch from NMEA to BINR. Or you can find in the documentation special command that changes NMEA to BINR and send them yourself.<br><br></div>RTKlib works with "raw data" from nv08c (pseudorange+pseudophase and ephemeris data). By default these messages are turned off in the receiver. So you have to send special BINR commands to activate them. BINR protocol is published by receiver manufacturer: <a href="http://www.nvs-gnss.com/support/documentation/item/download/39.html">http://www.nvs-gnss.com/support/documentation/item/download/39.html</a> . <br><br></div>All descriptions in internet of how to connect nv08c to RTKlib copy settings that can be found here: <a href="http://www.onetalent-gnss.com/ideas/usb-hw-receivers/denga10">http://www.onetalent-gnss.com/ideas/usb-hw-receivers/denga10</a> (<a href="http://www.onetalent-gnss.com/ideas/usb-hw-receivers/denga10/rtklib242b4_mb.zip?attredirects=0&d=1">http://www.onetalent-gnss.com/ideas/usb-hw-receivers/denga10/rtklib242b4_mb.zip?attredirects=0&d=1</a>). You can copy settings of the nvs_raw_1Hz.txt or nvs_raw_10Hz.txt to the cmd window of input stream.<br><br></div>But if you use the latest version of RTKlib you can use commands that are more readable. In the RTKlib manual on page 11 there are commands that rtklib supports for nv08c:<br><br>!NVS ... : NVS NV08C binary command <br>!NVS CFG-PVTRATE [arg...] configure PVT rate <br>!NVS CFG-RAWRATE [arg...] configure raw data rate <br>!NVS CFG-SMOOTH configure smooth range <br>!NVS CFG-BINR xx [...] send binary command for NVS <br>(input hexadecimal series) <br>!WAIT time : wait for time (ms) <br><br></div>So in the cmd window of input stream you can simply print something like:<br>!NVS CFG-PVTRATE 1<br>!WAIT 1000<br>!NVS CFG-RAWRATE 1<br><br></div>And you will get 1HZ raw data stream to RTKnavi.<br><br></div>You can check that RTKnavi is receiving raw data by clicking on the button "RTK monitor" and then choosing "Obs data" or "Nav GPS" or "NAV GLONASS" and you should see there observations, GPS ephemeris and GLONASS ephemeris respectively.<br><br></div>Regards,<br></div>Artyom<br><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 23, 2015 at 8:39 PM, Fred Labrosse <span dir="ltr"><<a href="mailto:ffl@aber.ac.uk" target="_blank">ffl@aber.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">All,<br>
<br>
I am not quite new with RTKLIB (I have used it at some point with a pair of Yuan10 receivers).  We have just taken delivery of 2 NV08C evaluation kits (NV08C-EVK-CSM) and tried to use rtklib.<br>
<br>
So far not much success.  The first issue is that we finally realised that the USB port only sends NMEA by default.  So we switched to the D9 connector that does send BINR data.  Clearly rtklib is receiving the data (the data display window in NVS BINR mode shows regular lines with a message type and length), but no processing is happening (solid rather than flashing processing “LED” in rtknavi and no solution data displayed or logged).  The receiver do get a fix, according to the NMEA we get on the USB port.<br>
<br>
The documentation seems to indicate that what data we want to get has to be configured, but we have not yet found a way to do that.  Any chance anybody has managed that could share info please?<br>
<br>
Cheers,<br>
<br>
Fred<br>
<br>
_______________________________________________<br>
This message is sent to you from <a href="mailto:FOSS-GPS@lists.osgeo.org">FOSS-GPS@lists.osgeo.org</a> mailing list.<br>
Visit <a href="http://lists.osgeo.org/mailman/listinfo/foss-gps" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/foss-gps</a> to manage your subscription<br>
For more information, check <a href="http://wiki.osgeo.org/wiki/FOSS-GPS" rel="noreferrer" target="_blank">http://wiki.osgeo.org/wiki/FOSS-GPS</a></blockquote></div><br></div>