ublox icon indicating copy to clipboard operation
ublox copied to clipboard

any one successfully employ this driver in ublox M8T device?

Open weisongwen opened this issue 8 years ago • 6 comments

Dear All Thanks for reading this pacakge. do any one successfully employ this driver in ublox M8T device?

Thanks Welson

weisongwen avatar Jan 24 '18 09:01 weisongwen

Used it by changing this line to bool configureUblox() { return true; }

kasraghu avatar Mar 06 '18 14:03 kasraghu

Hi, @kasraghu
Thanks for your kind information. Have you test this with M8T?

Thanks Welson

weisongwen avatar Mar 07 '18 01:03 weisongwen

Yes, with the following configuration

device: /dev/ttyACM0
frame_id: gnss

gnss:
  galileo: true
  glonass: false             
  beidou: false             
  qzss: false 

publish:
  rxm:
    raw: true
    sfrb: true
  nav: true

kasraghu avatar Mar 07 '18 08:03 kasraghu

i have done the above config nut facing the errors like this

[ERROR] [1522832692.742706954]: U-Blox ASIO input buffer read error: End of file, 0 [ERROR] [1522832692.742842816]: U-Blox ASIO input buffer read error: End of file, 0 [ERROR] [1522832692.742974890]: U-Blox ASIO input buffer read error: End of file, 0 [ERROR] [1522832692.743107968]: U-Blox ASIO input buffer read error: End of file, 0

any suggestions ?

benjaminsamsonnettr avatar Apr 04 '18 09:04 benjaminsamsonnettr

I've submitted a pull request with the additions to make this library work with the M8T device. Check out my repo in the mean time until @Kumar approves the request.

flynneva avatar Apr 17 '18 05:04 flynneva

I've submitted a pull request with the additions to make this library work with the M8T device. Check out my repo in the mean time until @Kumar approves the request.

Hi , do you know if it was included, I think so, and if it accepts raw data and load the gps configuration without overwrite the setup on flash? I couldn't see any reference to that

thanks!

FPSychotic avatar Feb 02 '23 12:02 FPSychotic