Initiation with Arduino [closed]

1

I have knowledge in web and mobile programming.

I have a huge interest in learning Arduino and integrating my creations on the board with web and mobile systems.

My question is:

Is it worth messing with Arduino?

And if, for example, in Arduino I create something associated with my residence (lights, temperature ...), will the Arduino I bought be used for just that?

If I want to do another (new) project, for another purpose, do I need another Arduino?

    
asked by anonymous 21.08.2015 / 20:49

1 answer

3

First point: You do not need another Arduino to load another code on the card, simply plug it into the machine and in the software that can be downloaded free at web , click the -> button to send the code to the card

Second point: Yes it is worth for those who are starting to learn a low-level language (that language that talks directly to hardware, without requiring so to interpret the commands)

Even to pick up some concepts of electrical (components) and mechanics and etc, it opens the doors for those who are willing to go for embedded systems.

    
21.08.2015 / 21:06