sparkfun / SparkFun_u-blox_GNSS_Arduino_Library

An Arduino library which allows you to communicate seamlessly with the full range of u-blox GNSS modules
Other
214 stars 97 forks source link

how to connext u-blox max-10m with antinna and test it with SparkFun_u-blox_GNSS_Arduino_Library #213

Closed hoka83 closed 3 months ago

hoka83 commented 3 months ago

does this library support U-BLOX MAX-10M please?

PaulZC commented 3 months ago

Hi @hoka83 ,

For the MAX-M10, you will need to use v3 of the library. Please see this issue - the same is true for the MAX-M10.

Best wishes, Paul

hoka83 commented 3 months ago

but your mentioned issue is asking about MIA-M10 not MAX -M10, are these the same chips? @PaulZC

PaulZC commented 3 months ago

"the same is true for the MAX-M10" - the MAX and MIA use the same interface protocol.

hoka83 commented 3 months ago

okay thanks to you Engineer Paul

hoka83 commented 3 months ago

Hello, How to active antenna supply by turnning on/off by the LNA_EN signal using the library?

hoka83 commented 3 months ago

Does also ublox MAX-M10 have an embedded antenna or i have to connect it with external antenna?

PaulZC commented 3 months ago

Hi @hoka83 ,

Only the u-blox SAM and CAM modules have a built-in antenna. For the MAX-M10, you will need to add an external antenna.

For an active antenna, you need to add extra components. Please see the schematic for any of the SparkFun GNSS boards:

https://www.sparkfun.com/products/18037

https://cdn.sparkfun.com/assets/f/3/f/b/4/SparkFun_u-blox_GNSS_MAX-M10S_Schematic_v10.pdf

To use the LNA_EN pin, you need a more complex circuit. Please see the Integration Manual for more details:

https://cdn.sparkfun.com/assets/5/c/a/0/b/MAX-M10S_IntegrationManual_UBX-20053088.pdf

Best wishes, Paul