Jump to content

What 's the best place to learn arduino, I have some basic knowledge but not a whole lot


G+_Donald Kloss
 Share

Recommended Posts

It helps to have a little programming experience, but even if not it's a good place to start. It's tough to suggest a starting point without knowing what you already know.

 

I like programming, so that's the logical starting point for me. Arduino uses the C language (or a close port of it). This makes the Arduino great for learning programming since so many languages use a C-like structure - C, C++, C#, Java, and Android to name a few. I like the Arduino because you get visual or physical feedback to your programming.

 

There are sketches that come with the Arduino IDE. Blink is the natural beginner sketch but there are several others for I think servos and potentiometers. If you've written code before, it will probably be easy to read through the examples and tweak to your liking.

Link to comment
Share on other sites

Ben Reese? is right. The sketches that are in the Arduino are a great starting point. The website also has diagrams and instructions to go along with them. Also, I got a starter kit off Amazon that came with some LEDs, jumpers, buttons etc as well as a workbook of exercises that somewhat build on each other. It explained some of the concepts(though not the code) behind the exercises. Sunfounder, was the name(they sell Uno variants). It isn't perfect, but it still is a decent way to get wet feet.

Link to comment
Share on other sites

 Share

×
×
  • Create New...