I am new to Arduino, and at my school we have to find a project to work with.
I want to know if it's possible to make a Arduino, that can read sigle letters and give a specifik output for each letter, or read a whole word and give out one or more outputs for each specific word.
Is that possible or too much for Arduino?
What would you suggest?
Please note that I know this is a big project for a beginner, but i wont mind using months, if needed.
When you say 'read letter or words' how are they being read? Visually using a camera/scanner or typed on a keyboard/read from a text document. You heading says scan but is that using a scanner or something else?
it sents a output, for example to a soundfile or a vibrator, to notice the user of what word has been captured.
How do you send an output, of ANY kind, to a sound file? That doesn't even make sense.
Personally, I think you are a long ways from being able to develop this project using ANY hardware, since you don't seem to have a clue what a computer can do, let alone a microcontroller.
Use your Pi and hope you can find some Linux drivers for the hard part which is all of it.
Without this you are pushing an undergraduate project level of difficulty at least.
Optical character regnition is a tricky thing.