Skip to content

Waveshare RP2040-LoRa can't get GPS work #5671

Closed Answered by fifieldt
radiohound asked this question in Q&A
Discussion options

You must be logged in to vote

ok, try adding

#define HAS_GPS 1
#define GPS_TX_PIN (XXX) // This is for bits going TOWARDS the CPU - replace XXX with the GPIO number
#define GPS_RX_PIN (XXX) // This is for bits going TOWARDS the GPS - replace XXX with the GPIO number
#define PIN_SERIAL1_RX GPS_TX_PIN
#define PIN_SERIAL1_TX GPS_RX_PIN

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@radiohound
Comment options

@fifieldt
Comment options

@radiohound
Comment options

@fifieldt
Comment options

Answer selected by radiohound
@radiohound
Comment options

@fifieldt
Comment options

@radiohound
Comment options

@fifieldt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants