Hello!
I'm after some advise on which Arduino board to go for to get the best possible outcome for my project.
My project is to create the Vehicle Instrumentation for a Electric Formula vehicle, so it must display speed,rpm, current, torque, battery conditions etc. to the driver. Therefore I am looking at LCD / TFT displays approx. 3"+ to make it easy for the driver see. I believe there are limitations on screen size for the UNO board with a dedicated GPU shield which seem to be expensive. So I could use sets of LEDs for some of the measurements that don't need accuracy - like in this example http://arduino.cc/en/Tutorial/BarGraph
The second part of the project (the one i'm hoping to start with) is data logging. I need to be able capture real time data, save it, and plot it on a graph. Ideally this needs to be done wireless for when the vehicle is in development i.e testing on the dyno. I have come across the plotty API which would seem to be perfect for this. http://vimeo.com/89003132
At the moment I am looking at the Arudino Yun, mainly due to the Wifi being built in - it seems more cost effective then buying a Wifi shield. Although I am concerned on the limitations for the size of display.
Hopefully, its given you an insight into my project. Any advise would be great as this is my first project with an Arduino - I am used to older PIC development platforms.
Thanks, Josh.