Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 999 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 999 Bytes

ESP32 GPS Thingy

Quite simple ESP32 based device that allows to display basic GPS data on OLED screen and measure distance in a straight line.

More about this device is available here. If you want to know more about ESP32, you might want to visit my website too.

Hardware

Connections

GPS:

  • TX pin on GPS goes to ESP32 board pin 16 (Serial pin RX)
  • RX pin on GPS goes to ESP32 board pin 17 (Serial pin TX)

OLED:

  • OLED SDA to pin 4
  • OLED SCL to pin 15

Dependencies