gps moving map on ILI9341 240x320 TFT #3342
chuckmerja
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had several students use ILI9341 TFT and ESP32 to display thermal sensor and force sensor array info this year, thanks to finding you and your repo!!!
I was using my ATV sprayer yesterday when I thought it would be great to have a display of where I'd sprayed and so I started thinking about combining a GPS Cow tracker project with an ILI9341 screen to display a map of my spray job. I can already get the tabbed data into a nano, ESP32 or UNO/MEGA - see attached data string example. We can bring that data into a computer and display in google earth or another GIS, but I'd like real time, on the ATV display. I am a farmer, so I have multiple thousands of dollar devices that steer the tractor and provide "coverage maps", but I'm thinking I can DIY something for the ATV..
I'm wondering how to scale it so that LAT/LONG are displayed on the screen. Any hints would be welcome!!
LAT,LONG,DATE,Ztime
47.534000, -111.723075,40323,20484876
47.534000, -111.723075,40323,20484876
47.533996, -111.723091,40323,20484977
47.533996, -111.723091,40323,20484977
47.533977, -111.723114,40323,20485077
47.533977, -111.723114,40323,20485077
47.533958, -111.723136,40323,20485177
47.533958, -111.723136,40323,20485177
47.533950, -111.723144,40323,20485277
47.533950, -111.723144,40323,20485277
47.533946, -111.723144,40323,20485378
47.533946, -111.723144,40323,20485378
47.533958, -111.723152,40323,20485478
47.533958, -111.723152,40323,20485478
47.533973, -111.723182,40323,20485577
47.533973, -111.723182,40323,20485577
47.533985, -111.723197,40323,20485700
47.533985, -111.723197,40323,20485700
47.533996, -111.723220,40323,20485800
47.533996, -111.723220,40323,20485800
47.534000, -111.723236,40323,20485900
47.534000, -111.723236,40323,20485900
47.534008, -111.723243,40323,20490000
47.534008, -111.723243,40323,20490000
47.534023, -111.723251,40323,20490100
47.534023, -111.723251,40323,20490100
47.534046, -111.723258,40323,20490200
47.534046, -111.723258,40323,20490200
47.534069, -111.723258,40323,20490300
47.534069, -111.723258,40323,20490300
47.534099, -111.723251,40323,20490400
47.534099, -111.723251,40323,20490400
47.534107, -111.723236,40323,20490500
47.534107, -111.723236,40323,20490500
Beta Was this translation helpful? Give feedback.
All reactions