3

I'm learning with my school Arduino and how to use it etc.

I know Swift and a little bit of HTML and I would like to learn Arduino language, because I think it's easy!

What are the best resources for learning Arduino?
What are the best programs to write Arduino?
Thanks!

sa_leinad
  • 3,218
  • 2
  • 23
  • 51

4 Answers4

3

I would like to learn Arduino language, because I think it's easy!

it is C/C++.

dannyf
  • 2,813
  • 11
  • 13
1

To begin as a newbie get started with the inbuilt examples that are already given.You will learn one by one and its easy to understand anyways.Try few simple codes like LED BLINK,LED WITH SWITCH, SENSOR INPUT AND OUTPUT USING SERIAL MONITOR and you will get used to with the ARDUINO IDE.

Ofcourse the best site is www.arduino.cc but try few pdfs for Arduino beginners which are available on the internet.Try youtube if you are having any trouble working out with just text information.

Go through the book "ARDUINO PROJECTS FOR DUMMIES" LINK: http://www.dummies.com/store/product/Arduino-Projects-For-Dummies.productCd-1118551478.html

check out this link: http://www.makeuseof.com/tag/getting-started-with-arduino-a-beginners-guide/

Sonali_B
  • 443
  • 4
  • 19
1

I guess Arduino is not the best language to learn as a beginner if you are interested in programming. Try Python, C#, JavaScript. Or directly C++ (which Arduino is actually).

Arduino has too specific usage and is limited. You wont use OOP here very often and will miss a lot of programming principles and practices.

Divisadero
  • 226
  • 1
  • 11
0

Best resources:

I don't know what you mean with 'best programs' ... that depends on what you want. My 'best program' is probably not your 'best program'

Michel Keijzers
  • 13,014
  • 7
  • 41
  • 58