G+_Joseph DuPree Posted January 12, 2018 Share Posted January 12, 2018 Does anyone have any suggestions on a beginner or introductory lesson for the Arduino and or programming? I took a C++ class 13 years ago and I don’t remember much of it. I have a few projects in mind that I want to work on with my son. Thanks, Link to comment Share on other sites More sharing options...
G+_Dan Hockey Posted January 12, 2018 Share Posted January 12, 2018 Try searching Youtube, you'll probably sort through a lot of stuff before finding something good. Link to comment Share on other sites More sharing options...
G+_Mark Gross Posted January 12, 2018 Share Posted January 12, 2018 I would look at Adafruit Industries they have a lot of Arduino resources Link to comment Share on other sites More sharing options...
G+_Rud Dog Posted January 12, 2018 Share Posted January 12, 2018 Same boat only because most IOT devices are being programmed in C++. Link to comment Share on other sites More sharing options...
G+_Telford Dorr Posted January 13, 2018 Share Posted January 13, 2018 Download and install the Arduino IDE. Then, starting at the top of the sample list, load, run, and study each example to see how it works. Change the examples, making them do different things. By the time you hit the end of the list, you should be up to speed on C again. [You can ignore the C++ stuff until you need it.] Link to comment Share on other sites More sharing options...
G+_Jeff Gros Posted January 13, 2018 Share Posted January 13, 2018 For basic arduino tutorials I would recommend Paul McWhorter: I haven't watched the series on arduino yet, but I watched the series on raspberry pi, and it was pretty good stuff. These series are meant for students (middle/high school), so it doesn't assume too much. He was an engineer, then retired, but got bored with retirement, and decided to give back as a teacher. The cherry on top is that he's actually a pretty good teacher! The way I found Paul's channel was his "Learn Fusion 360 or Die Trying" series. It won't teach you everything, but it is a better place to start then Fusion 360's tutorial series (which I floundered with until I did Paul's series first). As an aside, anything made by Simon Monk is pretty good. I mention him because he has a lot of arduino books. There are different levels of difficulty though, so it pays to see if it matches your skillset. I'm currently reading his raspberry pi cookbook, which is fantastic. Link to comment Share on other sites More sharing options...
Recommended Posts