vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.95k stars 723 forks source link

[A7] Add support for A7 GPS/GNSS #77

Open vshymanskyy opened 7 years ago

vshymanskyy commented 7 years ago

Just created this to track this feature. PRs are welcome, as usual! ;)

vshymanskyy commented 7 years ago

I'm gonna to buy a devboard with this module soon, so I'll be able to integrate.

dronecz commented 7 years ago

Hi, I have A7 dev board and I can receive GPS. I don´t think that support GNSS. Can I anyhow help you with adding GPS support?

vshymanskyy commented 7 years ago

@dronecz According to https://github.com/vshymanskyy/TinyGSM#features , this is not yet available

vshymanskyy commented 7 years ago

Probably we just have to enable GPS data stream, and feed it into any GPS decoder library, like: https://github.com/mikalhart/TinyGPSPlus/blob/master/examples/BasicExample/BasicExample.ino

dronecz commented 7 years ago

I know that is not implemented and I did not saw any references to GNSS for A7 module. There are 2 ways how it can send data stream, one is by dedicated TX pin and second one is by serial communication which is already in use, if you are communicating with module. Anyway, TinyGPS++ is working with A7 module.

mixaz commented 6 years ago

I use TinyGPS (old one, not ++) with A7 and TinyGSM - seem to work OK. Yes, using GPS_RX pin

dsapab commented 6 years ago

As we discussed Gitter.. forked to Forked to https://github.com/pablods90/TinyGSM to start working on this feature. If anyone wants to collaborate or help with something, just ping me on Gitter!