Hello everyone!! I plan to create a racing data logger using the following:
Ultimate GPS from Adafruit + Antenna (for drawing the course in the circuit using google maps)
ADXL362 Accelerometer from Sparkfun (to display g-acceleration)
Another sensor (need suggestions) to display throttle and brake pressure in pedals (like a distance sensor but something not too big)
Waterproof temperature sensor for exhaust/radiator
My concerns are:
Will the arduino uno be able to handle the above sensors??
I have followed tutorials for the gps,accelerometer etc to display the output on an lcd screen, but I want to be able to store the data (from the gps and the sensors) and then be able to input the above data in an html page and get as output : The drawing of the course in the map and the temperature,acceleration and other sensors output as a specific lat/long on the map.
Any kind of help appreciated