All Projects → DzikuVx → esp32_gps_thingy

DzikuVx / esp32_gps_thingy

Licence: MPL-2.0 license
GPS location provider and distance measurement with ESP32

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to esp32 gps thingy

SparkFun RTK Firmware
Centimeter precision GPS/GNSS using L1/L2 signals broadcast over Bluetooth SPP (using the ESP32) in an easy to use enclosure.
Stars: ✭ 38 (+5.56%)
Mutual labels:  gps, esp32-arduino
rpi boat utils
Utilities for Raspberry Pi, mostly for usage on a boat. Includes UART control scripts, traffic measurement tools for Mikrotik (RouterOS) and OpenWrt, AIS wireless daemon, AIS decoder and an extensible boat & IoT sensor daemon for Signal K.
Stars: ✭ 71 (+97.22%)
Mutual labels:  gps
Ublox
A driver for ublox gps
Stars: ✭ 189 (+425%)
Mutual labels:  gps
Skylift
Wi-Fi Geolocation Spoofing with the ESP8266
Stars: ✭ 223 (+519.44%)
Mutual labels:  gps
Gopro Utils
Tools to parse metadata from GoPro Hero 5 & 6 cameras
Stars: ✭ 191 (+430.56%)
Mutual labels:  gps
Guidancesteering
Guidance Steering (AutoTrack) for Farming Simulator 19.
Stars: ✭ 228 (+533.33%)
Mutual labels:  gps
React Geolocated
React Higher-Order Component for using Geolocation API
Stars: ✭ 185 (+413.89%)
Mutual labels:  gps
Strava-local-heatmap
Python script to generate a high resolution heatmap from Strava GPX files
Stars: ✭ 102 (+183.33%)
Mutual labels:  gps
FusedBulb
Location fetch library.
Stars: ✭ 22 (-38.89%)
Mutual labels:  gps
Mocs
My Own Car System, a Go & Qt application for your car
Stars: ✭ 218 (+505.56%)
Mutual labels:  gps
Luatelemetry
FrSky SmartPort(S.Port), D-series, F.Port and TBS Crossfire telemetry on all Taranis and Horus transmitters
Stars: ✭ 206 (+472.22%)
Mutual labels:  gps
Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (+455.56%)
Mutual labels:  gps
Map Based Visual Localization
A general framework for map-based visual localization. It contains 1) Map Generation which support traditional features or deeplearning features. 2) Hierarchical-Localizationvisual in visual(points or line) map. 3)Fusion framework with IMU, wheel odom and GPS sensors.
Stars: ✭ 229 (+536.11%)
Mutual labels:  gps
Staticmapping
Use LiDAR to map the static world
Stars: ✭ 191 (+430.56%)
Mutual labels:  gps
ArduinoOcpp
OCPP 1.6 client for microcontrollers
Stars: ✭ 139 (+286.11%)
Mutual labels:  esp32-arduino
Laika
Simple Python GNSS processing library
Stars: ✭ 189 (+425%)
Mutual labels:  gps
Geolocation
Flutter geolocation plugin for Android and iOS.
Stars: ✭ 205 (+469.44%)
Mutual labels:  gps
Opentracks
OpenTracks is a sport tracking application that completely respects your privacy.
Stars: ✭ 225 (+525%)
Mutual labels:  gps
Somfy Remote
Somfy remote control emulator connected to MQTT
Stars: ✭ 19 (-47.22%)
Mutual labels:  esp32-arduino
Python-NEO-6M-GPS-Raspberry-Pi
Python script for the NEO-6M GPS module on the Raspberry Pi
Stars: ✭ 41 (+13.89%)
Mutual labels:  gps

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].