The cookie settings on this website are adjusted to allow all cookies so that you have the very best experience. If you continue without changing your cookie settings, we'll assume that you are happy to receive all cookies on our website. However, if you would like to, you can change your settings at any time using the Change cookie settings link in the Special menu. 
    
 
+44 (0)20-84520161 Contact Us
Now FREE Delivery on UK mainland orders over £30+VAT

Component Kits

Products


  • 1% Metal Film Resistor Kit 600 Pieces 10Ω-1MΩ

    1% Metal Film Resistor Kit 600 Pieces 10Ω-1MΩ

    Metal Film 1% 1/4W Resistor Kit in a Handy Carrying Case. Includes Most Common Values.

    This resistor kit comes with 30 different resistor values. Suitable for projects, servicing & hobby.

    20 pieces per value of the following:

    10Ω, 22Ω, 47Ω, 100Ω, 150Ω, 220Ω, 270Ω, 300Ω, 330Ω, 470Ω, 510Ω, 680Ω, 1kΩ, 2kΩ, 2.2kΩ, 3.3kΩ, 4.7kΩ, 5.1kΩ, 6.8kΩ, 10kΩ, 20kΩ, 47kΩ, 51kΩ, 68kΩ, 100kΩ, 220kΩ, 330kΩ, 470kΩ, 680kΩ, 1MΩ.

     
     


    Item Number: MK600
    £12.00 (inc VAT £14.40)
     
  • 500 Piece Electrolytic Capacitor Kit 0.1µF - 1000µF

    500 Piece Electrolytic Capacitor Kit 0.1µF - 1000µF

     

    500 Piece Electrolytic Capacitor Kit 0.1µF - 1000µF 

    This handy capacitor kit contains all the common values between 100nF to 1000µF, which makes it ideal for hobbyists and technicians alike. The 105°C rating ensures that the capacitors retein their reliability even in high temperature environments. It comes in a handy partitioned box.
     
    This kit contains the following values: 
     
    100nF @ 50V
    220nF @ 50V
    470nF @ 50V
    1µF @ 50V
    2.2µF @ 50V
    3.3µF @ 50V
    4.7µF @ 50V
    10µF @ 25V
    10µF @ 50V
    22µF @ 16V
    22µF @ 25V
    33µF @ 16V
    47µF @ 10V
    47µF @ 25V
    47µF @ 50V
    100µF @ 16V
    100µF @ 25V
    220µF @ 10V
    220µF @ 25V
    330µF @ 50V
    470µF @ 10V
    470µF @ 16V
    680µF @ 16V
    1000µF @ 16V
     


    Item Number: HK500
    £15.00 (inc VAT £18.00)
     
  • Arduino Uno R3 Starter Kit with RFID

    Arduino Uno R3 Starter Kit with RFID

    UNO R3 Arduino-compatible starter kit complete with an Arduino Uno 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. 

     
    Supplied with the kit:
    Arduino UNO R3 
    USB A to B 200mm 
    830 Tie Points Breadboard
    10x 200mm Male to Female Jumper Cables
    32x  Male to Male Jumper Cables
    2 x 36 Pin Male Single in Line header
    1602 16 character 2 Row backlit LCD Display 
    I2C SPI Serial Interface Board (LCD Piggyback) 
    DS1302 Real Time Clock Module
    RC522 RFID Kit
    7 Segment Single Digit LED Display
    7 Segment Four Digit LED Display
    8 x 8 LED Dot Matrix
    74HC595 8 Bit Shift Register
    Water Level Sensor
    ULN2003 Four Phase Stepper Motor Driver
    28BYJ-48 5V Four Phase Stepper Motor 
    KY019 5V Relay Module
    KY015 Temperature and Humidity Module
    KY016 RGB LED Module
    KY037 Sound Sensor 
    KY023 Dual Axis Joystick Module
    PP3 Battery Snap with 2.1mm x 5.5mm plug
    Infrared Remote Control
    Infrared Transmitter/Receiver
    4x4 16 Button Matrix
    SG90 Servo Motor
    2 x SW-520 Tilt Sensor
    Active Piezo Buzzer
    Passive Piezo Buzzer
    10 x Blue LED
    10 x Red LED
    10 x Yellow LED 
    3 x Light Dependent Resistor
    Flame Sensor/ Infrared Receiver
    LM35 Temperature Sensor
    10KΩ Linear Potentiometer (Variable Resistor)
    10 x 220Ω Resistors
    10 x 1KΩ Resistors
    10 x 10kΩ Resistors
    10 x 330R Resistors
    4 x 10mm Tactile Switches
    4 x Tactile Switch Caps
    Infrared Receiver
    Resistor Colour Code Chart
    CD with projects
    Carry Case
     
    The Arduino IDE Software can be downloaded from the Arduino website here
     
    You can download a copy of the included CD here

    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.


    Item Number: AUR3K
    £40.00 (inc VAT £48.00)
     
  • Polyester Capacitor Kit 100 Pieces 10nF-470nF

    Polyester Capacitor Kit 100 Pieces 10nF-470nF

    Eiechip 100-Piece Polyester Capacitor Kit in a Handy Carrying Case. Most Common Values.

    This capacitor kit comes with 10 different capacitor values. Suitable for projects, servicing & hobby.

    10 pieces per value of the following:

    10nF, 22nF, 33nF, 39nF, 47nF, 100nF, 150nF, 220nF, 330nF, 470nF

     
     


    Item Number: CPEK100
    £13.50 (inc VAT £16.20)
     
  • 300 Piece Assorted LED KIT 3mm & 5mm

    300 Piece Assorted LED KIT 3mm & 5mm

    300-Piece Assorted LED KIT - 3mm and 5mm

    The kit contains the folowing:
     

    3mm White 40pcs - 2.8V @ 5mA
    3mm Blue 40pcs - 2.7V @ 5mA
    3mm Green 40pcs - 1.9V @ 5mA
    3mm Red 40pcs - 1.9V @ 5mA
    3mm Yellow 40pcs - 1.9V @ 5mA
    5mm White 20pcs - 2.8V @ 5mA
    5mm Blue 20pcs - 2.7V @ 5mA
    5mm Green 20pcs - 2V @ 5mA
    5mm Red 20pcs - 1.9V @ 5mA
    5mm Yellow 20pcs - 3.3V @ 5mA
     
     


    Item Number: LEDK300
    £9.00 (inc VAT £10.80)
    £19.00 , save 53%
  • Ceramic Capacitor Kit 480 Pieces 10pF-10µF

    Ceramic Capacitor Kit 480 Pieces 10pF-10µF

     

    Eiechip 100-Piece 10% Monolithic Ceramic Capacitor Kit in a Handy Carrying Case. Most Comon Values.

    This capacitor kit comes with 18 different capacitor values. Suitable for projects, servicing & hobby.
     
    10 pieces per value of the following:
     
    10pF, 22pF, 3pF, 47pF, 100pF, 220pF, 330pF, 470pF, 1nF, 2.2nF, 3.3nF, 4.7nF, 6.8nF, 10nF, 22nF, 47nF, 68nF, 100nF, 220nF, 470nF, 1µF, 2.2µF, 4.7µF, 10µF


    Item Number: CERK480
    £19.00 (inc VAT £22.80)
    £22.00 , save 14%
  • TO-92 Transistor Kit 600 Pieces

    TO-92 Transistor Kit 600 Pieces

    600-Piece TO-92 Transistor Kit in a Handy Carrying Case.

    This transistor kit comes with 15 different transistor types.
    40 pieces per transistor of the following types:

    2N2222, 2N3904, 2N5401, 2N5551, 2SA1015, 2SC1815, 2SC945, S8050, S8550, S9012, S9013, S9014, S9015, S9018

     


    Item Number: TRK600
    £10.50 (inc VAT £12.60)
     


Trustpilot