107-systems / 107-Arduino-NMEA-Parser

Arduino library for interfacing with any GPS, GLONASS, Galileo or GNSS module and interpreting its NMEA messages.
https://107-systems.org
MIT License
19 stars 7 forks source link

Arduino Nmea parser - ATSAMD21 - RTCZero #42

Closed jmanuelv closed 1 year ago

jmanuelv commented 3 years ago

Hello, I am a user of your library, I have a project where I use a gps quectel L80-R and my development board is based on the ATSamD21 microcontroller, the Arduino Nmea parser library works very well for me, I also use the RTC Zero library but I think It generates conflict for me when using it together with the Nmea Parser, you know perhaps why, I appreciate your information, sorry for my English, I use a translator, I hope you understand me.

aentinger commented 3 years ago

Hi @jmanuelv :wave:

This is an open source library which means all of the work going is volunteer effort only and not being paid. As my time is limited I'll be only answering free support requests on my own time line and by my own choice. Your error description is very vague, if you want to increase the chance of me helping you, you should work on improving it considerably.

Angeles111254 commented 3 years ago

Hello, I also have the same problem as Juan Manuel. When the samd21 goes into sleep mode, after it wakes up it no longer performs latitude and longitude readings.

here below I leave the RTC base code, what I think is that when putting the micro in sleep mode it generates a conflict with the nmea library.

RTCzero_led.txt

aentinger commented 3 years ago

Which version of the library are you running? Can you provide a complete code example which exhibits the problematic behaviour?

Angeles111254 commented 3 years ago

the versions are: RTCzero version 1.6.0 Arduino NMEA parser 1.1.2

Angeles111254 commented 3 years ago

without sleeping the samd21 the nmea library allows the GPS readings, after giving it standby mode, the readings are no longer made. I think that at that moment it disables something in the nmea library which generates this error. Thanks for the help, you are very attentive. rtczero_nmea.txt

aentinger commented 1 year ago

@Angeles111254 did you find the cause for your issue? If so I'd be curious to hear about it. But I'll close this issue for now, I've got zero bandwidth to investigate the issue myself.