HOW TO USE ARDUINO
This Project is especially done for people who is starting using arduino.
If you know how to use arduino you can search some other instructables on my profile.
What we need?
-ARDUINO UNO
-LED
-protoboard
-mm cables for arduino
-1 resistence of 330 ohms
-cable for arduino uno type b
-computer
-coding program:
Preparing for the Known ༼ つ ◕_◕ ༽つ
The first thing we need to do is to conect our arduino to the cable.
Next conect the same cable to you computer.
finally we need to instal our mblock (coding app)
you can install it from here: https://dl.makeblock.com/mblock5/win32/V5.3.0.exe
Dont worry the link is safe.
HOW TO USE IT ?
the arduino is separated by 3 principal parts
1.power pins
This pins are speccialy made to bring power to components
2.digital pins
This are for send 0 or 1, off or on to some components.
3.analogic pins
This pins take information of sensors.
The Project
the first thing we need to do is to connect
you need to connect the led and the resistence like the photo.
Programation
you need to make the program from the image but change the number 13 pin for ppin number 9.