GPS track logging with ESP32 #18245
pkkrusty
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a continuation of my previous project with an ESP32 instead of ESP8266. Much more RAM, thus more options. In this iteration, I've included a seven-segment display (TM1637) and SD card.
Config looks like:
My defines are as follows:
Also using the adjusted xdrv_01_9_webserver.ino from #13362 to enable full-time Soft AP, since wifi access in a moving vehicle isn't reasonable.
Script is as follows. The display shows which category the driving falls under (by request of the user) as well as an indicator when GPS fix exists. Button switches between the different categories.
Beta Was this translation helpful? Give feedback.
All reactions