This shows you the differences between two versions of the page.
pm:prj2022:agmocanu:flight_tracker [2022/06/02 09:40] baptiste.turpin |
pm:prj2022:agmocanu:flight_tracker [2022/06/03 11:51] (current) baptiste.turpin [Rezultate Obţinute] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Flight Tracker ====== | ====== Flight Tracker ====== | ||
+ | Realized by Baptiste Turpin, ERASMUS Student. | ||
===== Introduction ===== | ===== Introduction ===== | ||
Line 45: | Line 46: | ||
===== Rezultate Obţinute ===== | ===== Rezultate Obţinute ===== | ||
+ | {{:pm:prj2022:agmocanu:img_6510.png?200|}}{{:pm:prj2022:agmocanu:img_6516.png?200|}} {{:pm:prj2022:agmocanu:img_6517.png?200|}} {{:pm:prj2022:agmocanu:img_6513.png?200|}} {{:pm:prj2022:agmocanu:img_6515.png?200|}} | ||
- | Incoming soon | + | I need to work now on the design because I was more focused on the working part. It has been difficult to treat the response of the API, and also first to connect the ESP to the WiFi because of some problems. I spent too much time on these parts. Hopefully, it's working now and I can get information on all the flights. |
+ | |||
+ | ===== Future feature ===== | ||
+ | I can easily get my location through GPS coordinates, as I display on the last screen by putting the name of the city. So I would like to be able to find the nearest plane to me, but that will be for a future update. | ||
===== Download===== | ===== Download===== | ||
Arduino Code : [[https://github.com/KINGBAP/FlightTracker|]] | Arduino Code : [[https://github.com/KINGBAP/FlightTracker|]] | ||
- | |||
Line 60: | Line 64: | ||
[[https://airlabs.co/| API to find coordinates of an Airport]] | [[https://airlabs.co/| API to find coordinates of an Airport]] | ||
+ | |||
+ | [[https://forum.arduino.cc/t/calculating-distance-between-two-points-accurately/45901/10|Heaversine Function ]] | ||
<html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | <html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | ||
+ | |||
+ | ===== Recommendations ===== | ||
+ | I would like to thank the Aviation Edge team for their kindness, which allowed me to get an API key for free in order to produce many queries for my project. This would not have been possible without them, as it is rare to find such information for free. | ||