I've tried using Serial1,2,3 or using HardwareSerial but I couldn't get anything out of the GPS
-
bolded text
-
@shay said in I've tried using Serial1,2,3 or using HardwareSerial but I couldn't get anything out of the GPS:
bolded text
I'm new to this forum ... I thought the title will say that I couldn't get GPS AT6558 to work with Core 2
-
-
Well it didn't really worked, but I think I'm getting confused here, my GPS module AT6558 says PORT C UART while it actually connects to PORT A on the Core2, is that ok, and if yes then why it still doesn't work?
-
Hello @shay
sorry, my bad. I incorrectly assumed you'd be using an M5GO2 bottom with your M5Core2 which exposes ports B and C.
You are correct, the only port directly available on M5Core2 is port A, which by default is used for I2C and not serial. So yes, I guess the easiest for you is to get an M5GO2 bottom.
Thanks
Felix