HTCC-AB02S GPS green LED next to USB port

Hi out there, im just starting to use AB02S GPS Module.

If GPS is working an small green LED beside the USB port ist flashing, not the RGB LED!
I want to stop this LED flashing, but i can’t find anything about this in the code.

On shematic I think it is LED D6 on IO8 / GPIO8, but on th Pinout Diagram there is on GPIO8 only SCL1.
But on GPIO12 there is GPS_LED, only going to header P2.

Need here some clarification and where to turn this LED off.

You can’t turn it off because it is driven by GPS chip. Look at GPS chip. It has GPIO8. The options we have is 1) cut its line off, 2) break the green LED. Maybe 2) is the best choice for us.

hi,

For now, you can only remove it using physical methods

Thanks, this port on GPS module i havn’t seen, writings is little bit overlapped.

Please, could you inform if you can get in to power deep sleep with this led flashing? or should I switch off the GPS in cycles? would it “catch up” cycling?

complementing: it looks there is a problem of acquiring GPS signal back after some cycles

1 Like

Yes, since v1.4 old cubecell AIR530 (no AIR530Z) stops sending after a while.
It gets stuck after
GPS Current baudrate detecting…

Thats a bug in the hardware serial driver have a look at bugs on github

Apparently there is an update to HardwareSerial.cpp found here that should fix the issue. Didn’t test it yet.