I am an habitual inhabitor of the Arduino forum and have some good help there but nobody seems to be able to direct me to a good tutorial to teach the coding side from beginner upwards. In particular learning to code for text scrolling is of immediate interest. Any advice would be appreciated.
|
closed as off topic by Leon Heller, Olin Lathrop, Dave Tweed, Madmanguruman, markrages♦ Oct 15 '12 at 19:05
Questions on Electrical Engineering Stack Exchange are expected to relate to electronics design within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
Adafruit has around two dozen tutorials on learning to program Arduinos. When you say "code for text scrolling", I'm not sure if you mean on a PC, in which case check out Lesson 4 about the serial library. Or on an LCD, in which case check out the LCD tutorials. |
|||
|
I think know what you mean. First you need to learn How to program well. Pick a language (I suggest you C#), then you'll understand how to program the arduino better. This website is good for learning a kinds of programming langues. I've learned C++ at University but I was also watching this. The new boston which helped me a lot. And yes ADAfruit has good tutorials. |
||||
|