Choosing board :
- First of all determine your type of project.
- What kind of hardware you needed to complete the project ?
- Have a look on budget you want to spend on project.
- Determine the number of Inputs/outputs for project.
- Always choose the board that suits your needs.
- Have a look on the processor of board about its speed memory speed and version.
- You can also include size in here as Arduino mini and Pro mini are smaller enough for little spaces.
- Try to get authentic arduino board listed on its original website for better support later on.
- Search on you own behalf to get familiar with that board you have chosen to buy and read reviews on it so you can judge more precisely.
Mostly arduino boards exhibit same properties and can be programmed as alike but for my own sake of demonstration i will here choose Arduino UNO R3 board.
Go get you board :
There are many sources from where you can buy your own arduino board online sources like its own original site the arduino distributors list is also available on their main site.
You can also order one at ebay.com and in Pakistan digipak.org and arduinopak.com on your own behalf.
First tests :
Once you get your board in your hands its time for real fun with it to do some initial tasks so come on lets do together.
Here I assume that you have arduino IDE software installed on your PC and have a arduino UNO R3 at your hands.
- Carefully inspect your board that it is not broken or damaged during shipping or don't accept the opened package.
- Insert the the USB cable in arduino board USB female jack and other side of cable in your PC.
- let the PC identify the serial port for board and drivers for arduino board will automatically be loaded into PC once attached through USB port.
- Open up the Arduino Software in you PC and follow this sequence.
File>Examples>Basics>Blink. - Once correctly opened Upload this code to your attached board and wait for at least 10 seconds to see the results.
- Now if uploaded correctly without any error you will notice that the on board LED of Arduino will start blinking continuously after short intervals as defined in code.
- If this step goes correct you have done it correctly and uploaded your first code into your arduino board the one of the most basic codes used for testing.
- Notice that every time you unplug your board from PC and then connect again the LED will automatically start blinking without again uploading code example.
No comments:
Post a Comment