adafruit / Adafruit_GPS

An interrupt-based GPS Arduino library for no-parsing-required use
Other
472 stars 319 forks source link

Possible integration with the arduino mkr boards (SAMD21 architecture)?? #79

Closed TwinedGemini closed 5 years ago

TwinedGemini commented 5 years ago

Hi is it possible to modify the library to work with the SAMD21 architecture for the MKR boards??

I know that libraries such as SoftSerial, NeoSerial and AltSerial doesn't work with the SAMD21, this is not the issue as I can gain more HWSerials. However, it doesn't seem like I can generate any data output from the Ultimate GPS other than restart codes...

I've check the GPS and code on the UNO and everything works fine. It would really be helpful for alot of people (I think), as these boards have the size and functionality suited for small IoT projects.

thanks in advance

ladyada commented 5 years ago

this library has been tested a lot with samd21, it works great with Serial1 (the hardware serial port). we hvae tested GPS FeatherWing + all Adafruit Feather SAMD21's and work great