Hi, I'm an engineering student and also I'm a driver for a local champioship. I want realize an elementary telemetry, with the delta time, like f1, obviously without the same accourance, but my problems are that I've never used Arduino, and I don't know how I can connect a GPS sensor to Arduino. Can you explaine me please how Arduino can write and read the lap time on a SD card with and in real time I can see the delta time on a display? I have already written a code, seeing the tutorials on internet, and in this code I can see in a display the km/h max and the total time of the lap, but i don't know if it is correct. Sorry for my bad english and I hope you can help me, thank you
Welcome to the forum
Start by posting your current sketch using code tags when you do
Thank you. Yes of course in the next days I try to correct the code, but do you know if I can do it? and what tipe of sensor I want buy. Thank you, and have a nice day.
Start very very simple.
Follow a LCD tutorial and get it working.
You will only need lcd and arduino.
From there: add SD card.
Add GPS.
You cannot solve this at once.
There are countless tutorials on line. Use the search phrase "arduino gps" to find them.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.