Quote:
Originally Posted by francois.lavoie
|
I wouldn't go that way. These
GPS receivers intended for drones use TTL for output of GPS data, and a separate I2C interface for the gyro/compass output. It is a 5V unit, and without flash. Just a PITA for our usage.
Quote:
I found no indication on settin the baud rate on this type of chip, neither setting it permanently with an arduino, I thought to use an arduino nano.
|
The uBlox 8 modules can be configured as long as the interface is bi-directional; most often users just listen to the output and may not even implement the other direction, but it is there. But without flash it would have to be re-configured on every power-up (unless the default was acceptable): give it a pass.
Yes, this should
work to connect a TTL-level output to a
VHF NMEA 0183 input - but why not buy a GPS with the proper output?
This converter is bidirectional so you can use it to configure a GPS. Of course this is pointless unless there is a flash chip; as soon as you shut it down it will lose it before you can connect to the
VHF. And as I said above, you only need it if you want to change the configuration.
Something you should know before
buying: uBox 6 is GPS (only), uBlox 7 is GPS and GLONASS, early uBlox 8 is GPS, GLONASS, and BeiDou, and recent uBlox 8 is (roughly) 3 of the 4 possible GNSSes (GPS, GLONASS, BeiDou, Galileo). Depending on what the assembler chose the uBlox 7 may or may not receive GLONASS by default, and the uBlox 8 may be just GPS and GLONASS by default - or some other selection. Vendors will indicate which are supported by default. So the best approach is to pick a unit with the defaults you want instead of configuring it yourself.
Here is a unit that should
work out of the box (uBlox M8N, 4800 baud, 12VDC, 232 output levels, flash memory):
https://www.aliexpress.com/item/4000953114064.html
If you wanted to activate BeiDou or Galileo then you would need a RS-422/485 to USB adapter for use with your computer. If you don't want to configure yourself then you could buy this one (which apparently does not have flash but worth asking):
https://www.aliexpress.com/item/4000917911171.html
or a uBlox 7 with flash but limited choice of GNSS:
https://www.aliexpress.com/item/32967240351.html
I have looked at these but please check the specs before ordering - my eyes are blurring at this point. Also, note that these vendors will change the defaults for you if you ask in advance, so if you order 4800, RS-232 level, and GPS, GLONASS, and Galileo as the default you may not need to configure.
BTW RS-232 levels are +/- 3V-15V, while RS-422 levels are +/- 6V. The ICs used for the purpose are usually interoperable but not guaranteed.
Of course if you really want to buy a 5V TTL receiver then have fun with the 5V
power supply, TTL to RS-422, and Arduino (just looking for an excuse?).
Greg