Im totally new to this. But I'm planning on building an arduino (i have the 328) to display some things:
LCD Display (which should I get?)
Direction, speed, fuel (ill be using a 12v fuel sending unit). Basically where do I start and what do I need to get?
Im wanting the lcd to display the direction, speed, fuel.
I have the atmega328 w/ usb. Is this capable? Thanks guys
What are you building exactly that will be tested
for these values? I would go for encoders on the driven wheels, you can get speed and probably direction ( depends on the setup ) this
way and quite accurately too.
No offence meant, but this is probably a little too ambitious of a project for you to tackle without more experience and learning using the Arduino platform. Unless you are working from an existing design that provides all the details, parts required and drawings and software routines, I suspect you will get bogged down and frustrated.
Start with more simple projects and learn the basics of hardware design and learning software design.
but i would always recomend you get your self the real deal first.....homw builds are cool, but the Arduino Duemilanve is a work of art!
Then....
you want to use a LCD, cool start there with some LCD tutorials
This way you are always working towards your goal, but wont get swamped down, and will learn so much more that will come in handy with other projects.
You also need to think about the thorny subject of CODE, I hate it but some free books like Arduino Programming Notebook by Brian Evans really make it simple!