项目作者: DzikuVx

项目描述 :
GPS location provider and distance measurement with ESP32
高级语言: C
项目地址: git://github.com/DzikuVx/esp32_gps_thingy.git
创建时间: 2017-11-24T12:03:42Z
项目社区:https://github.com/DzikuVx/esp32_gps_thingy

开源协议:Mozilla Public License 2.0

下载


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