The sensor above is the GPS[34]. The large square is the GPS receiver and the breakout board sends serial data via TX/RX pins to any microcontroller listening. So this is different than I2C as has been done in the previous labs with accelerometers (SubsectionΒ 15.1.4), IMUs (ChapterΒ 22), or pressure sensors (ChapterΒ 23) but due to the high level coding itβs still just as simple to parse the data . This can be purchased on Adafruit for $30 at the time of this writing. The interesting thing about this device is that you can actually purchase the GPS separately but this breakout board has simple TX/RX outputs for ease of communication. The goal of this lab is not only to use this specific sensor but to understand GNSS and reinforce UART protocol.