Sale!

DIY Pro Kit For Arduino Uno R3 with RFID – Electronic Components Set With Box 830 Tie-points Breadboard

السعر الأصلي هو: ₪290.00.السعر الحالي هو: ₪240.00.

UNO R3 Arduino-compatible starter kit complete with an Arduino Uno compatible board with essential accessories, plus a multitude of parts and modules to start building interesting projects

The Arduino is a great bit of kit for anyone interested in electronics.

This kit comes with everything you need to get started with an Arduino (apart from a PC to program it).

This is the newer RFID version of the kit, containing more useful sensors and parts to make your introduction to Arduino a better experience. 

متوفر في المخزون (يمكن الحجز بالطلب المسبق)

Spread the love

الوصف

Pro Package Included

1 X USB Cable
30 X Jump Cable
15 X LED Lights
1 Pack Resistor ( 1/6W 1K 5 pcs, 10K 5 pcs, 220R 8 pcs)
1 X LM35
1 X 4-digit display tube
1 X 1-digit display tube
1 X 9V battery Snap

Online Tutorial

You can download a copy of the  Arduino CD

Arduino Quick Start Guide

Installing the Arduino IDE

  1. Go to arduino.cc/en/software and download the appropriate version for your system.
  2. Run the installation file (usually called arduino-1.xx.xx-windows.exe).
  3. Follow the on-screen instructions to complete the installation process.

Connecting the Arduino to a computer

  1. Connect the Arduino to your computer using the USB cable provided.
  2. Open the Arduino IDE and click on “Tools”. When prompted by windows firewall click allow.
  3. Move the cursor over “Board” and select your Arduino board from the list (e.g. “Arduino Uno”).
  4. Click on “Tools” again and move the cursor over “Port”. Now, select the USB port where the Arduino is plugged in. If you have multiple devices under “Ports” and you are unsure which one is the Arduino, try selecting one of the ports and then click on “Tools” and select “Get board info”. If the Arduino port is selected, a small window displaying the board information will appear, otherwise keep trying different ports until the window appears.
  5. To check if the Arduino is connected correctly, click on the “Upload” button at the top of the screen (button with arrow pointing to the right) and wait for the empty sketch to upload. If no errors come up, you’re all set up and ready to go!

Installing Arduino Libraries
Method 1

  1. Open the Arduino IDE and click on “Tools” at the top of the screen.
  2. Click on “Manage Libraries”.
  3. Type in the name of the library you wish to install (e.g. “CCS811”) and press enter.
  4. The Library Manager will now display a number of relevant libraries. Hover the cursor over the required library and click “Install”. When the installation has finished, close the Library Manager window.

Method 2

  1. Download the library you wish to install.
  2. Extract the folder from the zip file and paste it in the following location:

         Windows XP and above: C:\Users\%username%\Documents\Arduino\Libraries

         Mac: /Users/<username>/Documents/Arduino/libraries/

         Linux: /usr/share/arduino/libraries/ (you must delete the dashes in the folder name, if there are any)

  1. Restart the Arduino IDE.