13 best breadboard starter kit
A breadboard starter kit is a collection of components and accessories designed for use with breadboards in electronics prototyping and experimentation. Breadboards are essential tools for building and testing electronic circuits without the need for soldering. Here's what you should know about a typical breadboard starter kit:
Breadboard: The core component of the kit is a breadboard. A breadboard is a rectangular plastic board with a grid of holes that allow you to insert and connect electronic components without soldering. It provides a convenient platform for prototyping circuits.
Components: Breadboard starter kits often include a variety of electronic components commonly used in prototyping. These components may include resistors, capacitors, LEDs, diodes, transistors, and sensors. These components are used to build and test different types of circuits.
Jumper Wires: Jumper wires are essential for making connections on the breadboard. These wires have connectors at both ends and are used to create electrical connections between components and different sections of the breadboard.
Power Supply: Some kits may include a power supply module or battery holder to provide the necessary voltage to your circuits. This allows you to test and power your electronic projects.
Prototyping Accessories: Breadboard starter kits often come with additional accessories such as switches, potentiometers, and buttons that can be integrated into your circuits. These accessories add versatility to your prototyping projects.
Storage Container: Many kits include a storage container or organizer to keep your components organized and prevent them from getting lost. This helps maintain a tidy workspace.
Documentation: Some kits include instructional materials or guides to help beginners get started with electronics and breadboarding. These materials may include circuit diagrams and tutorials on how to use the components effectively.
Compatibility: Breadboard starter kits are designed to be compatible with standard breadboard sizes and configurations. This ensures that the components and accessories can be easily used with most breadboards available in the market.
Learning and Education: These kits are often used for educational purposes, such as teaching electronics to beginners, students, and hobbyists. They are a hands-on way to learn about circuitry and electronic principles.
Projects: With the components and accessories provided in the kit, users can undertake a variety of electronic projects, ranging from simple LED blinkers to more complex circuits involving sensors and microcontrollers.
In summary, a breadboard starter kit is a valuable resource for electronics enthusiasts, students, and hobbyists looking to learn, experiment, and prototype electronic circuits. These kits typically contain breadboards, a variety of electronic components, jumper wires, and additional accessories to support a wide range of prototyping projects.They are a practical and versatile tool for exploring and developing electronic designs without the need for soldering.
Below you can find our editor's choice of the best breadboard starter kit on the marketProduct description
Component listing: 1pcs UNO R3 Controller Board 1pcs LCD1602 Module ( with pin header) 1pcs Breadboard Expansion Board 1pcs Power Supply Module WARNING: Pls. do not use the voltage higher than 9V 1pcs Joystick Module 1pcs IR Receiver 1pcs Servo Motor (SG90) 1pcs Stepper Motor 1pcs ULN2003 Stepper Motor Driver Board 1pcs Ultrasonic Sensor 1pcs DHT11 Temperature and Humidity Module 1pcs 9V Battery with DC 1pcs 65 Jumper Wire 1pcs USB Cable 1pcs Active Buzzer 1pcs Passive Buzzer 1pcs Potentiometer 1pcs 5V Relay 1pcs Breadboard 1pcs Remote 1pcs Tilt Switch 5pcs Button (small) 1pcs 1 digit 7-segment Display 1pcs 4 digit 7-segment Display 5pcs Yellow LED 5pcs Blue LED 5pcs Green LED 5pcs Red LED 1pcs RGB LED 2pcs Photo resistor 1pcs Thermistor 2pcs Diode Rectifier (1N4007) 2pcs NPN Transistor (PN2222) 1pcs IC 74HC595 120pcs Resistor 10pcs Female-to-male DuPont Wire.
- Free PDF tutorial(more than 22 lessons) and clear listing in a nice package
- The most economical kit based on Arduino platform to starting programming for those beginners who are interested.
- Lcd1602 module with pin header (not need to be soldered by yourself)
- This is the upgraded starter kits with power supply module, 9V battery with dc
- High quality kite with UNO R3. 100% compatible with Arduino UNO R3, MEGA 2560 R3, NANO.
User questions & answers
Question: | which charger i need |
Answer: | This kit is easy to learn Arduino and very complete. |
Question: | The CD the came with my kit was blank. Can anyone recommend a good tutorial for a complete novice |
Answer: | Yes I program mine with A raspberry pi the zero-w to the pi 4 ,8 gig will work !! |
Question: | What's the catch? It seems to good to be true |
Answer: | It's definitely not too complicated as long as there's the interest, patience, and persistence. |
Question: | Is the elegoo uno the same as an arduino uno or is it modified in any way |
Answer: | Here is the link to download the latest version: https://www.elegoo.com/tutorial/Elegoo%20The%20Most%20Complete%20Starter%20Kit%20for%20MEGA%20V1.0.2017.10.31.zip |
Product features
Compatibility with Official Arduino IDE, Software, Sendsors and Codes
Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board.
For the reason of open source, the manufacture of Arduino boards and software distribution by anyone is permitted. Arduino boards are available commercially in preassembled form, or as do-it-yourself (DIY) kits.
Elegoo is one of the manufacturer on the market, whose clone products are compatible with the official Arduinomicrocontroller boards, they can use the official Arduino software, sensors and codes.
Learn Electronics and Programming with ELEGOO
The UNO boards can be used as the brains behind almost any electronics project. UNO can interact with buttons, LEDs, motors, speakers, GPS units, cameras, the internet, and even your smart-phone or your TV! By connecting the UNO board with a personal computer via a USB cable and uploading programs to the board, users can create digital devices and interactive objects that can sense and control objects in the physical and digital world like robots or even honest fortune-telling machines.
For this Elegoo Super Starter Kit, we provide a 24-lesson tutorial, introducing the basic setting of the software IDE, the working principles of the sensors and the simple program to enable the UNO board to control the sensors.
This Kit is suitable for 10-year-old and up. Younger kids should be under supervision and guidance of adults.
74HC595 and LEDs
74HC595 is a Serial to Parallel Converter which has eight outputs (perfect) and three inputs that you use to feed data into it a bit at a time.
This chip makes it a little slower to drive the LEDs (you can only change the LEDs about 500,000 times a second instead of 8,000,000 a second) but it's still really fast, way faster than humans can detect, so it's worth it.
74HC595 shift register is a type of chip that holds what can be thought of as eight memory locations, each of which can either be a 1 or a 0. To set each of these values on or off, we feed in the data using the 'Data' and 'Clock' pins of the chip.
4 digit 7 segment display
7 segment displays consist of 7 LEDs, called segments, arranged in the shape of an “8”. Most 7-segment displays actually have 8 segments, with a dot on the right side of the digit that serves as a decimal point. When using 4-digit 7-segment display, the common anode or common cathode pin is used to control which digit is displayed. Even though there is only one digit working, the principle of Persistence of Vision enables you to see all numbers displayed because each the scanning speed is so fast that you hardly notice the intervals. By building the circuit and editing the program, users can make a simple display showing certain numbers, or more complexly, a count-up timer or a elecrical rolling dice.
Stepper Motor
Stepper motors are DC motors that move in discrete steps. They have multiple coils that are organized in groups called "phases". By energizing each phase in sequence, the motor will rotate, one step at a time.
With a computer controlled stepping you can achieve very precise positioning and/or speed control. For this reason, stepper motors are the motor of choice for many precision motion control applications.
the simplest way of interfacing a unipolar stepper motor to UNO board is to use a breakout
for ULN2003A transistor array chip, applying voltage to each of the coils in a specific sequence.
- Highest Cost Components Kit: It comes with more than 400pcs sensors and components for fun and simple electronic projects.
- Safe and Secure Pakcage: Resistors/LED/Transistors and Integrated Circuits are individually packaged and labeled, and well-stored in a sturdy box
- The Breadboard Power Supply come with a USB Power Cables,which is hard to find.
- Datasheet and Tutorial are available to download from our official website or you can contact our customer service.
- Not including the controller board.
User questions & answers
Question: | What can I do with it |
Answer: | Our Electronics Component Fun Kit is a set of components that can be used for various experiments, not limited to Arduino or Raspberry Pi. |
Question: | What is the maximum current rating on the power supply module |
Answer: | The Power Supply Module Maximum Output Current: |
Question: | How many pieces are there in total |
Answer: | It comes with more than 500pcs sensors and components for fun and simple electronic projects. |
Question: | What are the voltage/amperage ratings for the LEDs included in the kit |
Answer: | The voltage/amperage ratings are not marked on the LEDs. The only way to know would be to contact the manufacturer of the kit for further information. Sorry I wasn't more help. |
Product features
The Breadboard Power Supply has two power modes:
1) M/M USB Power Cable(included in this kit);
2) 9V 1A DC Adapter(Not included in this kit).
Jumper Wires
Jumper wires can be used for pin extension of the experiment board, adding experimental items, and the like. It can be connected very securely to the pins, eliminating the need for soldering and allowing quick circuit testing.
Our kit includes 65pcs male to male jumper wires, 20pcs male to female dupont wires, and 140pcs solderless jumper wires. which are completely adequate for various experiments.
IC 74HC595
The 74HC595 consists of an 8−bit shift register and a storage register with three−state parallel outputs. It converts serial input into parallel output so that you can save IO ports of an MCU. The 74HC595 is widely used to indicate multipath LEDs and drive multi-bit segment displays. "Three-state" refers to the fact that you can set the output pins as either high, low or "high impedance." With data latching, the instant output will not be affected during the shifting; with data output, you can cascade 74HC595s more easily.
IC 4N35
The 4N35 is a 4-terminal universal optocoupler that blocks the electrical connection between the signal source and the receiver of the signal, which effectively blocks electrical connections and interference. Commonly used in signal isolation transmission, switching power supply feedback control and so on. Common circuits include TV power supply parts (remote control switch, voltage feedback control), switching power supply, electric vehicle charger and many other aspects.
Buzzer
An active buzzer will generate a tone using an internal oscillator, so all that is needed is a DC voltage. A passive buzzer requires an AC signal to make a sound. It is like an electromagnetic speaker, where a changing input signal produces the sound, rather than producing a tone automatically.
To identify them, if you apply a DC voltage to them and it buzzes, it's an active.As far as commands go if you want to control the pitch, you would need a passive buzzer.
PN2222 NPN Transistor
The PN2222 can be used as a switch that use a little current from the R3 digital output to control the much bigger current of the motor. Because the small DC motor is use more power than an R3 digital output can handle directly.
1N4007 Diode
1N4007 Diode is a device which allows current flow through only one direction. That is the current should always flow from the Anode to cathode. The cathode terminal can be identified by using a grey bar as shown in the picture above. For 1N4007 Diode, the maximum current carrying capacity is 1A it withstand peaks up to 30A. Hence we can use this in circuits that are designed for less than 1A. The reverse current is 5uA which is negligible.
Electrolytic Capacitor
Electrolytic capacitor is a type of capacitor that uses an electrolyte to achieve a larger capacitance than other capacitor types. An electrolyte is a liquid or gel containing a high concentration of ions. Almost all electrolytic capacitors are polarized, which means that the voltage on the positive terminal must always be greater than the voltage on the negative terminal.
Ceramic Capacitor
Ceramic capacitor uses a ceramic material as the dielectric. Ceramics were one of the first materials to be used in the production of capacitors, as it was a known insulator. Ceramic capacitors are usually made with very small capacitance values. Ceramic capacitors are also very small in size and have a low maximum rated voltage. They are not polarized, which means that they may be safely connected to an AC source. Ceramic capacitors have a great frequency response due to low parasitic effects such as resistance or inductance.
Product description
Established in 2011, ELEGOO is a thriving technology company dedicated to open-source hardware research & development, production and marketing. Our own Quality Management Team will secure the premium quality of our products and we would like to receive your valuable suggestions for our products and make your idea come true component listing: 1pcs Mega 2560 Controller Board 1pcs USB Cable 1pcs Breadboard 1pcs 65 Jumper Wire 1pcs IC 74HC595 1pcs Active Buzzer 1pcs Tilt Switch 1pcs Photo resistor 5pcs Yellow LED 5pcs Blue LED 5pcs Green LED 5pcs Red LED 1pcs RGB LED 5pcs Button (small) 10pcs Resistor (10R) 10pcs Resistor (100R) 10pcs Resistor (220R) 10pcs Resistor (330R) 10pcs Resistor (1K) 10pcs Resistor (2K) 10pcs Resistor (5K1) 10pcs Resistor (10K) 10pcs Resistor (100K) 10pcs Resistor (1M) 5pcs Female-to-male DuPont Wire.
- The MEGA2560 complete starter kit with more than 200pcs components, premium quality and 100% Compatible with Arduino IDE
- Free pdf tutorial in the cd (more than 35 lessons)
- Lcd1602 module and gy-521 sensor module with pin header ( no need to solder by yourself)
- Nice package with clear listing and surprise including a nice small box to keep the widget such as LED, IC, buttons, diodes, etc.
- We have always cared about the customer experience and improve the product function details
User questions & answers
Question: | would this kit be appropriate for adult or would it be to easy |
Answer: | Hi there! We're always working to test new devices, but right now the app is only compatible with Android and iOS devices. For a full list, visit LEGO.build/DeviceCheck. Kind regards, Emily LEGO® Customer Service |
Question: | Can this kit be programmed with the arduino software (ide) available on arduino's page |
Answer: | Hi there! This LEGO® set includes 9 characters, 3 vehicles, and building instructions. It also has a movie stage with a swiveling camera stand, a double-sided backdrop, and arms to move the ships and characters. The app is free to download through Google Play or the Apple App Store. For a list of requirements and compatible devices, take a peek at LEGO.com/DeviceCheck. Kind regards, Emily LEGO® Customer Service |
Question: | Can children younger than 15 use this or is it too complicated |
Answer: | Hi there! The app is currently only available for Android and iOS smartphones, though our developers are always looking to try it on new devices, and a tablet version may be available in the future. A tablet won't fit in the holder included in the set, though with some creativity and extra parts, you may be able to modify it a bit. Kind regards, Emily LEGO® Customer Service |
Question: | The instruction cd i got along with this kit is blank. i'm unable to access any of pdf, code or libraries. how can i download this |
Answer: | This is not a mini lego set. This arrives in a big box. Buy from Amazon seller Acebeach for same day shipping and handling. |
Product features
Starter kit that everyone can use to learn electronics and programming
Electronics is not as complicated as you imagine especially with Elegoo MEGA 2560 Starter Kit. For advanced users like professional lab engineers, electronic major students and experienced hobbyists compatible with Arduino projects, they can use this kit to do various kinds of tests and experiments with so many sensors available at hand.
What about novice users who don't have any electronics knowledge? Fear not amigo. Just follow our tutorial enclosed and step by step you will come to realize that learning electronics is more fun than you ever expected with this amazing sensor kit.
It’s a good choice and perfect gift for your friends, family or kids who are obsessed with electronics, programming or robotics to take their first steps on electronics journey!
The most complete starter Kit with high quality components and sensors
Quantity and quality are both important here in Elegoo MEGA 2560 starter kit. The most essential parts in this kit are MEGA 2560 controller board and expansion board, which is a perfect clone with excellent product finish Compatible with Arduino projects. Besides, we offer other over 60 kinds of components and sensors from small parts like LED diodes, resistors and potentiometer to big parts like LCD1602, RFID module and 830 tie-points breadboard, which meet your demands for your different projects either it is simple or complex.
Sturdy quality is definitely the most important thing to Elegoo even with so many components provided we never compromised on the quality. Instead we keep improving our product quality in our own factory and we produce the products by ourselves under high standards and strict quality control. Pins and wires on some of the parts like LCD16502 and motors have been pre-soldered which is very convenient and saves your time.
LCD1602 Display module
LCD1602 module is a display that has an LED backlight and can display two rows with up to 16 characters on each row. You can see the rectangles for each character on the display and the pixels that make up each character. The display is just white on blue and is intended for showing text.
Lining up the display with the top of the breadboard helps to identify its pins without too much counting, especially if the breadboard has its rows numbered with row 1 as the top row of the board. Do not forget, the long yellow lead that links the slider of the pot to pin 3 of the display. The 'pot' is used to control the contrast of the display.
DC Motors and L293D Transistor
In this project you will learn how to control a small DC motor using a Mega2560 board and a L293D transistor, which is a very useful chip. It can actually control two motors independently. We are just using half the chip in this lesson, most of the pins on the right hand side of the chip are for controlling a second motor.
L293D is quadruple high-current half-H drivers and designed to provide bidirectional drive currents of up to 1 A at voltages from 4.5 V to 36 V. The L293D is also designed to provide bidirectional drive currents of up to 600-mA at voltages from 4.5 V to 36 V and drive inductive loads such as relays, solenoids, dc and bipolar stepping motors, as well as other high-current/high-voltage loads in positive-supply applications.
74HC595 Shift Register and LEDs
74HC595 is a Serial to Parallel Converter which has eight outputs (perfect) and three inputs that you use to feed data into it a bit at a time.
This chip makes it a little slower to drive the LEDs (you can only change the LEDs about 500,000 times a second instead of 8,000,000 a second) but it's still really fast, way faster than humans can detect, so it's worth it!
74HC595 shift register is a type of chip that holds what can be thought of as eight memory locations, each of which can either be a 1 or a 0. To set each of these values on or off, we feed in the data using the 'Data' and 'Clock' pins of the chip.
Product description
Important Notes:
This kit DOES NOT contain Raspberry Pi.
Supported Models:
Recommended:
Raspberry Pi 400 / 4B / 3B+ / 3B
Also compatible:
Raspberry Pi 3A+ / 2B / 1B+ / 1A+ / Zero W / Zero
Tutorials and Code:
Come with 2 detailed tutorials (download needed, no paper tutorial).
One (Tutorial.pdf) uses C and Python, the other (Processing.pdf) uses Java.
You can download them before purchasing:
https://git.io/fjgTR
Contents of Tutorial.pdf:
Preface
Raspberry Pi
Install the System
Chapter 0 Preparation
Component List
Optional Components
Raspbian System
Remote desktop & VNC
Chapter 1 LED
Project 1.1 Blink
...
(Download tutorial for details)
...
Chapter 26 WebIOPi & IOT
Project 26.1 Remote LED
Chapter 27 Solder Circuit Board
Project 27.1 Solder a Buzzer
Project 27.2 Solder a Flowing Water Light
What's next?
Contents of Processing.pdf:
Preface
Install Processing Software
First Use
Chapter 1 LED
Project 1.1 Blink
Project 1.2 MouseLED
Chapter 2 LEDBar Graph
Project 2.1 FollowLight
...
(Download tutorial for details)
...
Chapter 18 Infrared Motion Sensor
Project 18.1 Sense LED
App 1 Oscilloscope
App 1.1 Oscilloscope
...
(Download tutorial for details)
...
App 5 Tetris Game
App 5.1 Tetris Game
What's next?
- 3 programing languages -> C, Python (compatible with 2&3) and Java.
- 434-page detailed tutorials (including basic electronics knowledge) -> The download link can be found on the product box. (No paper tutorial.)
- 223 items for 57 interesting projects -> Each project has a circuit diagram and tested code with detailed explanation.
- Compatible models -> Raspberry Pi 400 / 4B / 3B+ / 3B / 3A+ / 2B / 1B+ / 1A+ / Zero W / Zero. (NOT contained in this kit)
- Get support -> Our technical support team is always ready to answer your questions.
User questions & answers
Question: | are there any tutorials for how to connect everything?? Not looking for coding tutorials yet |
Answer: | Dear customer, Thank you for your question. You can download tutorial first via link below: https://github.com/Freenove/Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi/archive/master.zip If you have any concerns, please feel free to contact us via Freenove support email. Best Regards, Freenove Support Team |
Question: | Issues with the i2c module:the instructions you give in the tutorial are outdated and not applicable to the rpi3 and python3 - any suggestions |
Answer: | Dear customer, We have update our tutorial(i2c configure) and code(Python) for customers. Now all Python code can run on Python 2 and Python 3. Please download again. Thanks for your question. Kind Regards, Freenove |
Question: | Does it work with raspberry pi |
Answer: | Dear customer, Yes, we have tested all projects in our tutorial . This kit works well with Raspberry Pi 4. And if you have any concerns, we offer technical support. Sincerely, Freenove Support Team |
Question: | Are three 74HC595's used in one project? I broke one since the pins were ripped by me pulling it out of the breadboard too hard |
Answer: | Dear customer, Thank you for choosing Freenove. I am sorry for the inconvenience. No, there is no project using three this chips. There just is a project using two this chips. If you broke more chips, you can contact us at [email protected] We will send you a new one for free. So don't worry. Sincerely, Freenove Support Team |
- Smraza Electronics Fun Kit - It has all consumable component are often used. Compatible with Arduino and Raspberry Pi, it can almost meet all your needs. Not included controller board.
- A Breadboard and Power Supply Module -Include a good range of LEDs, resistors, buttons, capacitors, a few transistors and diodes.
- With jumper wire and Male-female dupont wire to meet your project expetation.
- All parts components are in a sturdy and nice storage box which can help you keep the components neat after using.
- With Datasheet and Tutorial - We provide detailed instruction for you to begin your electronic projects, any questions, please contact our customer service.
User questions & answers
Question: | Can this be used to make led lights for a diy lamp |
Answer: | It mimics their natural pheromones. Very natural for them. |
Question: | Will this work with raspberry pi zero W |
Answer: | A wall plug and a bottle of liquid |
Question: | What should be the polarity for the dc adapter? Any example adapter |
Answer: | Yes it has worked. It too five weeks but my rescue cat is doing well and socializing. |
Question: | What is the voltage? assuming 5vdc |
Answer: | Yes. |
Product features
Compatibility with Official Arduino IDE, Raspberry Pi
Arduino is a convenient, flexible and easy to beginning open-source electronics platform. Arduino can sense the environment through various sensors, and feedback and affect the environment by controlling lights, motors and other devices.
Because it's easy to start, the manufacture of Arduino boards and software distribution by anyone is permitted. And we provide PDF tutorial to reference. Please download it on Technical Specification of Product information. Or view on instructions.
Note: This kit does NOT include the controller board and AC/DC adapter, you need to buy it separately.
Smraza Basic Starter Kit with More Than 200 PCS Components
This is a great add-on to arduino or raspberry pi, the kit contain 234 common components for you to start your first project.
Most of them are individually packed in plastic bags, and all components are bagged in a clear case for you to store the components after finishing the experiment.
With precision potentiometer, resistor, power supply module, jumper wire and F-M dupont wire and so on.
Learn Electronics and Programming with Smraza
Smraza basic starter Kit, an actual start kit for Arduino enthusiasts to learn knowledge about Arduino and electronics. Arduino boards are available commercially in preassembled form, or as do-it-yourself (DIY) kits.
The programming of Arduino is realized through the Arduino programming language (based on Wiring) and the Arduino development environment (based on Processing). This kit is also suitable for raspberry pi.
This Kit is suitable for 10-year-old and up. Younger kids should be under supervision and guidance of adults.
Component List:
1pcs Power Supply Module
1pcs 65 Jumper Wire
1pcs Active Buzzer, 1pcs Passive Buzzer
1pcs Precision Potentiometer
1pcs IC 4N35, 1pcs IC 74HC595
1pcs Thermistor, 1pcs RGB LED
2pcs Photoresistor, 2pcs Pin header (40pin)
10pcs Button (small)
10pcs White LED, 10pcs Yellow LED, 10pcs Blue LED, 10pcs Green LED, 10pcs Red LED
10pcs Resistor (10R), 10pcs Resistor (100R), 10pcs Resistor (220R), 10pcs Resistor (330R), 10pcs Resistor (1K), 10pcs Resistor (2K), 10pcs Resistor (5K1), 10pcs Resistor (10K), 10pcs Resistor (100K), 10pcs Resistor (1M)
20pcs Female-to-male Dupont Wire
1pcs 400 tie-points Breadboard
5pcs Diode Rectifier (1N4007), 5pcs NPN Transistor (2N2222)
5pcs Electrolytic Capacitor (10UF 50V), 5pcs Electrolytic Capacitor (100UF 50V)
10pcs 22pf Ceramic Capacitor, 10pcs 104 Ceramic Capacitor
Product description
Established in 2011, ELEGOO is a thriving technology company dedicated to open-source hardware research & development, production and marketing. Our own Quality Management Team will secure the premium quality of our products and we would like to receive your valuable suggestions for our products and make your idea come true listing: 1pcs Power Supply Module WARNING: Pls. do not use the voltage higher than 9V 1pcs 400 tie-points Breadboard 1pcs 65 Jumper Wire 20pcs Female-to-male DuPont Wire 1pcs Active Buzzer 1pcs Passive Buzzer 1pcs Precision Potentiometer 1pcs IC 4N35 1pcs IC 74HC595 5pcs Diode Rectifier (1N4007) 5pcs NPN Transistor (PN2222) 2pcs Photoresist or 1pcs Thermistor 10pcs Button (small) 10pcs White LED 10pcs Yellow LED 10pcs Blue LED 10pcs Green LED 10pcs Red LED 1pcs RGB LED 2pcs Pin header (40pin) 10pcs 22pf Ceramic Capacitor 10pcs 104 Ceramic Capacitor 5pcs Electrolytic Capacitor (10UF 50V) 5pcs Electrolytic Capacitor (100UF 50V) 10pcs Resistor (10R) 10pcs Resistor (100R) 30pcs Resistor (220R) 10pcs Resistor (330R) 10pcs Resistor (1K) 10pcs Resistor (2K) 10pcs Resistor (5K1) 10pcs Resistor (10K) 10pcs Resistor (100K) 10pcs Resistor (1M).
- This kit has all the components you need to start your projects for Arduino or Raspberry Pi and other microcontrollers
- With more than 200Pcs components
- With a precision potentiometer, better quality, power supply module and breadboard
- With jumper wire and f-m DuPont wire
- Not including the controller board
User questions & answers
Question: | What is the power supply module for |
Answer: | No. Metal handles. |
Question: | Is this the same thing as the Raseberry pi |
Answer: | Yes |
Question: | What are the dimensions of the breadboard |
Answer: | It would take a whole lot to get this to bend. I'm 6'2" 240 lbs... I don't have what it takes to bend this... maybe 2 or 3 of me... If that was possible I would have let them dig all the fence post holes! Hope this helps. |
Question: | Where can I find datasheets for all the components |
Answer: | This one is 1- 2 pack. There is a pack of 6 available if you can find it. |
Product features
74HC595
At sometime or another you may run out of pins on your UNO board and need to extend it with shift registers. This example is based on the 74HC595. The datasheet refers to the 74HC595 as an "8-bit serial-in, serial or parallel-out shift register with output latches; 3-state." In other words, you can use it to control 8 outputs at a time while only taking up a few pins on your microcontroller. You can link multiple registers together to extend your output even more.
4N35
The 4N35 is an optocoupler for general purpose application. It consists of gallium arsenide infrared LED and a silicon NPN phototransistor. When the input signal is applied to the LED in the input terminal, the LED lights up. After receiving the light signal, the light receiver then converts it into electrical signal and outputs the signal directly or after amplifying it into a standard digital level. Thus, the transition and transmission of electricity-light-electricity is completed. Since light is the media of the transmission, meaning the input terminal and the output one are isolated electrically, this process is also be known as electrical isolation.
PN2222 NPN Transistor
The small DC motor, is likely to use more power than an UNO digital output can handle directly. If we tried to connect the motor straight to an UNO pin, there is a good chance that it could damage the UNO. A small transistor like the PN2222 can be used as a switch that uses just a little current from the UNO digital output to control the much bigger current of the motor. The transistor has three leads. Most of the electricity flows from the Collector to the Emitter, but this will only happen if a small amount is flowing into the Base connection. This small current is supplied by the UNO digital output.
Electrolytic Capacitor
An electrolytic capacitor is a type of capacitor that uses an electrolyte to achieve a larger capacitance than other capacitor types. An electrolyte is a liquid or gel containing a high concentration of ions. Almost all electrolytic capacitors are polarized, which means that the voltage on the positive terminal must always be greater than the voltage on the negative terminal. The benefit of large capacitance in electrolytic capacitors comes with several drawbacks as well. Among these drawbacks are large leakage currents, value tolerances, equivalent series resistance and a limited lifetime.
Ceramic Capacitor
A ceramic capacitor uses a ceramic material as the dielectric. Ceramics were one of the first materials to be used in the production of capacitors, as it was a known insulator. Ceramic capacitors are usually made with very small capacitance values. Ceramic capacitors are also very small in size and have a low maximum rated voltage. They are not polarized, which means that they may be safely connected to an AC source. Ceramic capacitors have a great frequency response due to low parasitic effects such as resistance or inductance.
1N4007 Diode
A diode is a device which allows current flow through only one direction. That is the current should always flow from the Anode to cathode. The cathode terminal can be identified by using a grey bar as shown in the picture above. For 1N4007 Diode, the maximum current carrying capacity is 1A it withstand peaks up to 30A. Hence we can use this in circuits that are designed for less than 1A. The reverse current is 5uA which is negligible. The power dissipation of this diode is 3W. Applications of Diode: ● Can be used to prevent reverse polarity problem ● Half Wave and Full Wave rectifiers ● Used as a protection device ● Current flow regulators
- Highest Cost Components Kit: It comes with more than 300pcs sensors and components for fun and simple electronic projects.
- Safe and Secure Pakcage: Resistors/LED/Transistors and Integrated Circuits are individually packaged and labeled, and well-stored in a sturdy box
- The Breadboard Power Supply come with a USB Power Cables,which is hard to find.
- Datasheet is available to download from our official website or you can contact our customer service.
- Not including the controller board.
User questions & answers
Question: | On the LEDs, which side is the anode and which side is the cathode |
Answer: | Approximately 30” long without the extensions |
Question: | Is the 9 volt power in jack a center positive, or center negative |
Answer: | Dear sir, I am very sorry for the misunderstanding. Our product is 63CC post hole digger. We will introduce this product in as much detail as possible in the future. Please give us time thanks |
Question: | What current are the jumper wires rated for |
Answer: | It's a little heavy, but well made. I've dug alot of fence post holes with it. Only problem I've had is the handles can actually slam together at the top and smash your fingers unless you put a stop on them like I did. |
Question: | how many amps is the power supply rated for |
Answer: | Yes |
Product features
The Breadboard Power Supply has two power modes:
1) M/M USB Power Cable(included in this kit);
2) 9V 1A DC Adapter(Not included in this kit).
Jumper Wires
Jumper wires can be used for pin extension of the experiment board, adding experimental items, and the like. It can be connected very securely to the pins, eliminating the need for soldering and allowing quick circuit testing.
Our kit includes 65pcs male to male jumper wires and 20pcs male to female dupont wires, which are completely adequate for various experiments.
74HC595
The 74HC595 consists of an 8−bit shift register and a storage register with three−state parallel outputs. It converts serial input into parallel output so that you can save IO ports of an MCU. The 74HC595 is widely used to indicate multipath LEDs and drive multi-bit segment displays. "Three-state" refers to the fact that you can set the output pins as either high, low or "high impedance." With data latching, the instant output will not be affected during the shifting; with data output, you can cascade 74HC595s more easily.
4N35
The 4N35 is a 4-terminal universal optocoupler that blocks the electrical connection between the signal source and the receiver of the signal, which effectively blocks electrical connections and interference. Commonly used in signal isolation transmission, switching power supply feedback control and so on. Common circuits include TV power supply parts (remote control switch, voltage feedback control), switching power supply, electric vehicle charger and many other aspects.
Buzzer
An active buzzer will generate a tone using an internal oscillator, so all that is needed is a DC voltage. A passive buzzer requires an AC signal to make a sound. It is like an electromagnetic speaker, where a changing input signal produces the sound, rather than producing a tone automatically.
To identify them, if you apply a DC voltage to them and it buzzes, it's an active.As far as commands go if you want to control the pitch, you would need a passive buzzer.
PN2222 NPN Transistor
The PN2222 can be used as a switch that use a little current from the R3 digital output to control the much bigger current of the motor. Because the small DC motor is use more power than an R3 digital output can handle directly.
1N4007 Diode
1N4007 Diode is a device which allows current flow through only one direction. That is the current should always flow from the Anode to cathode. The cathode terminal can be identified by using a grey bar as shown in the picture above. For 1N4007 Diode, the maximum current carrying capacity is 1A it withstand peaks up to 30A. Hence we can use this in circuits that are designed for less than 1A. The reverse current is 5uA which is negligible.
Electrolytic Capacitor
Electrolytic capacitor is a type of capacitor that uses an electrolyte to achieve a larger capacitance than other capacitor types. An electrolyte is a liquid or gel containing a high concentration of ions. Almost all electrolytic capacitors are polarized, which means that the voltage on the positive terminal must always be greater than the voltage on the negative terminal.
Ceramic Capacitor
Ceramic capacitor uses a ceramic material as the dielectric. Ceramics were one of the first materials to be used in the production of capacitors, as it was a known insulator. Ceramic capacitors are usually made with very small capacitance values. Ceramic capacitors are also very small in size and have a low maximum rated voltage. They are not polarized, which means that they may be safely connected to an AC source. Ceramic capacitors have a great frequency response due to low parasitic effects such as resistance or inductance.
Product description
This is the most complete kit for starters to learn programming for Arduino projects. It is very fun and easy to use. Kit is 100% compatible with all Arduino modules. The 63 parts are packaged in an attractive, convenient container. Component listing: 5pcs White LED 5pcs Yellow LED 5pcs Blue LED 5pcs Green LED 5pcs Red LED 1pcs RGB LED 5pcs 22pf Ceramic Capacitor 5pcs 104 Ceramic Capacitor 2pcs Photo resistor 1pcs Thermistor 5pcs Diode Rectifier (1N4007) 2pcs Electrolytic Capacitor (10UF 50V) 2pcs Electrolytic Capacitor (100UF 50V) 5pcs NPN Transistor (PN2222) 5pcs NPN Transistor (S8050) 1pcs Tilt Switch 5pcs Button (small) 1pcs 1 digit 7-segment Display 1pcs 4 digit 7-segment Display 1pcs Sound Sensor Module 1pcs LCD1602 Module ( with pin header) 1pcs IC L293D 1pcs IC 74HC595 1pcs Active Buzzer 1pcs Passive Buzzer 1pcs RTC Module 1pcs DHT11 Temperature and Humidity Module 2pcs Potentiometer 1pcs Rotary Encoder Module 1pcs Joystick Module 1pcs Keypad Module 1pcs 5V Relay 1pcs IR Receiver Module 1pcs UNO R3 Controller Board 1pcs Breadboard 1pcs Servo Motor (SG90) 1pcs Stepper Motor 1pcs ULN2003 Stepper Motor Driver Board 1pcs Prototype Expansion 1pcs Power Supply Module WARNING: Pls. do not use the voltage higher than 9V 1pcs HC-SR501 PIR Motion Sensor 1pcs Ultrasonic Sensor 1pcs GY-521 Module 1pcs 3V Servo Motor 1pcs MAX7219 Module 1pcs Remote 1pcs 9V 1A Power Supply 1pcs 65 Jumper Wire 1pcs Water Lever Sensor 1pcs USB Cable 1pcs 9V Battery with DC 1pcs RC522 RFID Module 10pcs Resistor (10R) 10pcs Resistor (100R) 30pcs Resistor (220R) 10pcs Resistor (330R) 10pcs Resistor (1K) 10pcs Resistor (2K) 10pcs Resistor (5K1) 10pcs Resistor (10K) 10pcs Resistor (100K) 10pcs Resistor (1M) 20pcs Female-to-male DuPont Wire.
- More than 200 components, this is the most complete starter kit you will find. Great value starter kit with 63 kinds of electronic components.
- Has all the components you need and a free PDF tutorial (more than 30 lessons) to show you how to use them. All code to use the modules is included on the CD.
- All the modules come soldered so they are easy to wire up.
- Includes ELEGOO R3 controller board and USB cable, 100% compatible with Arduino IDE Official R3, Official kit.
- Kit comes packaged in compartmentalized case with a bonus box for small parts like LED’s, IC’s, buttons, diodes, etc.
User questions & answers
Question: | What type of LED lights are in this kit |
Answer: | Used to design small circuits and small games. Not intended for lamps. Theese small diodes are not bright enough for lamps |
Question: | My 15 yr old is into sound, motors and magnets and wants to take over the world. Is this the best kit out there |
Answer: | The arduino has serial communication abilities that can be used to “connect” the devices and/ or let them exchange information. It may also be possible to use Bluetooth modules to let them communicate. Not exactly sure what this question is asking. |
Question: | Is soldering required |
Answer: | For this kit, the appropriate parameters for the adapter is:output 9V/1A DC Plug 5.5*2.1mm. |
Question: | Is the elego uno the same as arduino uno? Is there any difference in the chips and the system |
Answer: | Yes, our power supply module output is 5V, the access power is 9V/1A. |
Product features
Starter kit that everyone can use to learn electronics and programming
Electronics is not as complicated as you imagine especially with Elegoo UNO R3 Starter Kit. For advanced users like professional lab engineers, electronic major students and experienced hobbyists compatible with Arduino projects, they can use this kit to do various kinds of tests and experiments with so many sensors available at hand.
What about novice users who don't have any electronics knowledge? Fear not amigo. Just follow our tutorial enclosed and step by step you will come to realize that learning electronics is more fun than you ever expected with this amazing sensor kit.
It’s a good choice and perfect gift for your friends, family or kids who are obsessed with electronics, programming or robotics1 to take their first steps on electronics journey.
The most complete starter Kit with high quality components and sensors
Quantity and quality are both important here in Elegoo UNO R3 starter kit. The most essential parts in this kit are UNO R3 controller board and expansion board, which is a perfect clone with excellent product finish compatible with Arduino projects.
Besides, we offer other over 60 kinds of components and sensors from small parts like LED diodes, resistors and potentiometer to big parts like LCD1602, RFID module and 830 tie-points breadboard, which meet your demands for your different projects either it is simple or complex.
Sturdy quality is definitely the most important thing to Elegoo even with so many components provided we never compromised on the quality. Instead we keep improving our product quality in our own factory and we produce the products by ourselves under high standards and strict quality control. Pins and wires on some of the parts like LCD16502 and motors have been pre-soldered which is very convenient and saves your time.
74HC595 Shift Register and LEDs
74HC595 is a Serial to Parallel Converter which has eight outputs (perfect) and three inputs that you use to feed data into it a bit at a time.
This chip makes it a little slower to drive the LEDs (you can only change the LEDs about 500,000 times a second instead of 8,000,000 a second) but it's still really fast, way faster than humans can detect, so it's worth it.
74HC595 shift register is a type of chip that holds what can be thought of as eight memory locations, each of which can either be a 1 or a 0. To set each of these values on or off, we feed in the data using the 'Data' and 'Clock' pins of the chip.
LCD1602 Display module
LCD1602 module is a display that has an LED backlight and can display two rows with up to 16 characters on each row. You can see the rectangles for each character on the display and the pixels that make up each character. The display is just white on blue and is intended for showing text.
Lining up the display with the top of the breadboard helps to identify its pins without too much counting, especially if the breadboard has its rows numbered with row 1 as the top row of the board. Do not forget, the long yellow lead that links the slider of the pot to pin 3 of the display. The 'pot' is used to control the contrast of the display.
DC Motors and L293D Transistor
In this project you will learn how to control a small DC motor using an UNO R3 and a L293D transistor, which is a very useful chip. It can actually control two motors independently. We are just using half the chip in this lesson, most of the pins on the right hand side of the chip are for controlling a second motor.
L293D is quadruple high-current half-H drivers and designed to provide bidirectional drive currents of up to 1 A at voltages from 4.5 V to 36 V. The L293D is also designed to provide bidirectional drive currents of up to 600-mA at voltages from 4.5 V to 36 V and drive inductive loads such as relays, solenoids, dc and bipolar stepping motors, as well as other high-current/high-voltage loads in positive-supply applications.
Product description
Description:
This kit contains 458pcs electronic component, suitable for Arduion, 3D Printer, Raspberry Pi, STM32 etc. project development and application, meets all kinds of function requirements.
Package Include:
1pcs Power Supply Module,WARNING: Pls. do not use the voltage higher than 9V
1pcs 830 tie-points Breadboard
65pcs Bread Board Jumper Wire
140pcs Solderless Jumper Wire
20pcs Female-to-male Dupont Wire
2pcs Pin header (40pin)
1pcs Precision Potentiometer
2pcs Photoresistor
1pcs Thermistor
5pcs Diode Rectifier (1N4007)
5pcs NPN Transistor (PN2222)
1pcs IC 4N35
1pcs IC 74HC595
1pcs Active Buzzer
1pcs Passive Buzzer
10pcs Button (small)
10pcs 22pf Ceramic Capacitor
10pcs 104 Ceramic Capacitor
5pcs Electrolytic Capacitor (10UF 50V)
5pcs Electrolytic Capacitor (100UF 50V)
10pcs White LED
10pcs Yellow LED
10pcs Blue LED
10pcs Green LED
10pcs Red LED
1pcs RGB LED
10pcs Resistor (10R)
10pcs Resistor (100R)
30pcs Resistor (220R)
10pcs Resistor (330R)
10pcs Resistor (1K)
10pcs Resistor (2K)
10pcs Resistor (5K1)
10pcs Resistor (10K)
10pcs Resistor (100K)
10pcs Resistor (1M)
- This kit contains power supply components for Arduino, Raspberry Pi that project based on breadboard.
- Power Adaptor: 12V 1A 12W, can supplying power for project stability.
- Breadboard: 830 tie-point MB-102 solderless breadboard, size 16.5x5.5x0.85cm.
- Power Module: MB-102 breadboard DC voltage-stabilized source module, compatible with 5V, 3.3V; Input Voltage: DC 6.5-12V or USB power supply, Output 700 ma (MAX), two way independent control, can switch 0V / 3.3V / 5V.
- Jumper: 65pcs colorful breadboard jumper, convenient to connect module.
Product description
Important Notes:
This kit DOES NOT contain Raspberry Pi.
Supported Models:
Recommended:
Raspberry Pi 400 / 4B / 3B+ / 3B
Also compatible:
Raspberry Pi 3A+ / 2B / 1B+ / 1A+ / Zero W / Zero
Tutorials and Code:
Come with 2 detailed tutorials (download needed, no paper tutorial).
One (Tutorial.pdf) uses C and Python, the other (Processing.pdf) uses Java.
You can download them before purchasing:
https://git.io/fj6AV
Contents of Tutorial.pdf:
Preface
Raspberry Pi
Install the System
Chapter 0 Preparation
Component List
Optional Components
Raspbian System
Remote desktop & VNC
Chapter 1 LED
Project 1.1 Blink
Chapter 2 Button & LED
Project 2.1 Button & LED
Project 2.2 MINI table lamp
...
(Download tutorial for details)
...
Chapter 22 WebIOPi & IOT
Project 22.1 Remote LED
What's next?
Contents of Processing.pdf:
Preface
Install Processing Software
First Use
Chapter 1 LED
Project 1.1 Blink
Project 1.2 MouseLED
Chapter 2 LEDBar Graph
Project 2.1 FollowLight
...
(Download tutorial for details)
...
Chapter 16 Stepping Motor
Project 16.1 Stepping Motor
App 1 Oscilloscope
App 1.1 Oscilloscope
...
(Download tutorial for details)
...
App 5 Tetris Game
App 5.1 Tetris Game
What's next?
- 3 programing languages -> C, Python (compatible with 2&3) and Java.
- 358-page detailed tutorials (including basic electronics knowledge) -> The download link can be found on the product box. (No paper tutorial.)
- 171 items for 47 interesting projects -> Each project has a circuit diagram and tested code with detailed explanation.
- Compatible models -> Raspberry Pi 400 / 4B / 3B+ / 3B / 3A+ / 2B / 1B+ / 1A+ / Zero W / Zero. (NOT contained in this kit)
- Get support -> Our technical support team is always ready to answer your questions.
User questions & answers
Question: | how do i get the tutorials |
Answer: | This thing actually has nothing to do with the Raspberry Pi. It's an electronics kit, but there is no computer within the kit. Just various electronic components. |
Question: | What DC power supply is needed for the breadboard |
Answer: | 84 x 55 x 8 mm |
Question: | Is the compatible with the boolean box raspberry pi model 3 ? looking for something to expanded students learning |
Answer: | i found it on their website, ive been looking all day, heres the link, click on the product and the zip file has all of the datasheetshttp://www.elegoo.com/download/ |
Product description
SunFounder is a company focused on STEM education with products like opensource robots, aircraft models, and smart devices distributed globally. In SunFounder, we strive to help elementary and middle school students as well as hobbyists, through STEM education, strengthen their hands-on practices and problem-solving abilities. In this way, we hope to disseminate knowledge and provide skill training in a full-of-joy way, thus fostering your interest in programming and making, and exposing you to a fascinating world of science and engineering. To embrace the future of artificial intelligence, it is urgent and meaningful to learn abundant STEM knowledge.
- Starter Kit for Arduino or Raspberry pi - Our electronic kit has more than 300pcs components you need for getting started into programming for Arduino or Raspberry pi .
- Highest Cost Components Kit - Package includes 400 point breadboard,1602 LCD display, servo motors, jumper wires, DuPont wires, color LCD and resistors, capicitors, relay, usb cable, buzzers and etc.
- 21 Lessons Provided - An upgraded electronic fun kit has more than 20 interesting lessons which will give you a dynamic and creative learning experience.
- Detailed Instructions - With detailed pdf tutorial in the CD, you can learn to code and program faster and easier with all the components.
- Excellent package - A campact and pretty storage container for you to store all the components kit without losing.
User questions & answers
Question: | What is the best way to power the breadboard in this set |
Answer: | Suggested voltage is 5-12V, maxmum current is 3A. |
Question: | Where is pdf? CDs are useless in 2020. The online tutorials have don't provide wiring diagrams |
Answer: | Maximun output current: 700 mA. |
Question: | Does this work with the raspberry pi out of the box? (no extra hardware needed) and does the 'lessons' code work on the raspberry pi |
Answer: | It is used to plug into a breadboard to supply either 3 volts or 5 volts to the power rails. The rails are blue and red. blue being negative red being positive |
Product features
SunFounder Electronic Kit
With this kit, we will walk you through the know-how of using the SunFounder board in a hands-on way. Starting with the basics of electronics, you'll learn through building several creative projects. Including many common but useful electronic components as well as an LCD1602 module, this kit will help you "control" the physical world in a "visible" way.
74HC595
At sometime or another you may run out of pins on your board for Arduino and need to extend it with shift registers. This example is based on the 74HC595. The datasheet refers to the 74HC595 as an "8-bit serial-in, serial or parallel-out shift register with output latches; 3-state." In other words, you can use it to control 8 outputs at a time while only taking up a few pins on your microcontroller. You can link multiple registers together to extend your output even more.
4N35
The 4N35 is a 4-terminal universal optocoupler that blocks the electrical connection between the signal source and the receiver of the signal, which effectively blocks electrical connections and interference. Commonly used in signal isolation transmission, switching power supply feedback control and so on. Common circuits include TV power supply parts (remote control switch, voltage feedback control), switching power supply, electric vehicle charger and many other aspects.
1N4007
1N4007 Diode is a device which allows current flow through only one direction. That is the current should always flow from the Anode to cathode. The cathode terminal can be identified by using a grey bar as shown in the picture above. For 1N4007 Diode, the maximum current carrying capacity is 1A it withstand peaks up to 30A. Hence we can use this in circuits that are designed for less than 1A. The reverse current is 5uA which is negligible.
Ceramic capacitor
Ceramic capacitor uses a ceramic material as the dielectric. Ceramics were one of the first materials to be used in the production of capacitors, as it was a known insulator. Ceramic capacitors are usually made with very small capacitance values. Ceramic capacitors are also very small in size and have a low maximum rated voltage. They are not polarized, which means that they may be safely connected to an AC source. Ceramic capacitors have a great frequency response due to low parasitic effects such as resistance or inductance.
LED Lights
The electronic fun kit provide 50 pcs colorful led lights, include 5 colors :blue, white, red, yellow and green. Have fun while operating components and learning programs.
Resistors
This kit provides 10 different resistance resistors, a total of 100 resistors. Including 10Ω, 100Ω, 220Ω, 330Ω, 1 KΩ, 2KΩ, 5.1KΩ, 10KΩ, 100KΩ, 1MΩ. Fully satisfy the needs of your design lessons.
Product description
This ultimate Starter kit design for Arduino includes enough components to lead you start making your own Arduino Projects. Arduino is based on C/C++ programming language so you can walk through the basics to start with Arduino. We will provide detailed tutorials in the PDF and you will learn the basics of Electrical Circuits and make more funny projects by hands-on way.
Package Included:
1) R3 Controller Board x1
2) Breadboard Holder x1
3) 400 tie-points Breadboard x1
4) Servo Motor x1
5) 5V Relay x1
6) IC 74HC595 x1
7) 5V DC Motor x1
8) Precision Potentiometer x1
9) Active Buzzer x1
10) 2N3904Transistors x2
11) 1N4148 Diodes x2
12) DHT-11(Temperature and Humidity Sensor) x1
13) Photoresistor x2
14) Red LEDs x5
15) Green LEDs x5
16) Yellow LED x5
17) Blue LED x5
18) RGB LED x1
19) 12mm Buttons(large) x4
20) 9V Battery adapter x1
21) USB Cable x1
22) 65*Jumper Wire x1
23) Resistor (330R) x50
24) Resistor (10K) x50
25)Fan x1
26)White key cap x1
27)Yellow key cap x1
27)Green key cap x1
28)Red key cap x1
29)4 digit 7-segment display x1
- Ultimate Starter Kit for Arduino, Mega - Includes more common use components what you need for starting with Arduino projects
- Easy to operate - With easy set-up breadboard holder makes a stable base for you to easy make electrical circuits connection
- Flexibly combination of Projects - All parts can be combined into 16 lessons, flexibly used 5V relay, LM35 temperature sensor and DC MOTOR
- Detailed tutorial - Provide PDF instruction, Software, libraries and Sample code for professional engineer or students to learn DIY Arduino projects
- Quick-response technical support - If you need any help, please contact us by Amazon
User questions & answers
Question: | Does this contain a rely |
Answer: | I needed to solder my RFID/NFC module. The pins did not come pre soldered.Everything else was fine though. |
Question: | New to this. All i need is this a computer and a sodering iron |
Answer: | The unit I recieved functions identically to the Arduino.Same chip. All Arduino library sketches run fine on it.I was very very pleased with this kit. I highly recommend it. |
Question: | What are the power output specs on the output pins and the 5V/ground pins? Are the power requirements identical to the Arduino Uno boards |
Answer: | LED stands for light-emitting diode, which means that much like their diode cousins, they're polarized. There are a handful of identifiers for finding the positive and negative pins on an LED. You can try to find the longer leg, which should indicate the positive, anode pin. Or, if someone's trimmed the legs, try finding the flat edge on the LED's outer casing. The pin nearest the flat edge will be the negative, cathode pin. |
Question: | Does this include the arduino board also or is this just the breadboard |
Answer: | The 9v power must be used with a DC 2.o plug. |
User questions & answers
Question: | what is the spacing of the holes in the breadboard? 0.10" or 2.0mm |
Answer: | I measured the boards I received, and the holes do NOT appear to be on 0.10" centers. I don't know what they are. They don't line up with 0.10" solder protoboards I have. |
Question: | Does the black ink that shows column letters and row numbers smudge or rub off easily |
Answer: | No, the ink seems to be pretty permanent. At least so far :) |
Question: | can the power bus be removed from the rest of the breadboard |
Answer: | Yes, both sides can be removed although cutting through the adhesive backing and adhesive can be a bit of a pain. You also have to remember to clear the space where the "ears" are so they slide apart easily. |
Question: | Is the thru hole spacing sized for standard DIP packages |
Answer: | Yes. |
Question: | Does it matter that the caps in my tv are blue amd not black |
Answer: | shouldn't matter as long as capacity (uF) is the same and the voltage (V) is >= to the caps you have. I think this brand is supposed to be pretty good quality. |
Question: | So how do you use the then i do have a tv that is kind of broken that i could use them for but i thought i was buying them for a capacitor for my car |
Answer: | This item are standard capacitors, not super/ultra capacitors. My use case was to solder all these capacitors together to smooth out the 12 volt output from my rectified landscape lighting style power transformer I use for my refrigerators (12/24 volt RV/sleeper truck compressor type). If you have a power source that you feel doesn't give you smooth enough DC electricity, splice these into the circuit and off you go. Just don't exceed the 25 volt rating, or you'll have some firecrackers instead. |
Question: | Can i use this cap for dc volt |
Answer: | Electrolyte capacitor are designed to be use only in D.C., if it get connected to A. C. it will burst open. |
Question: | Can you tell me how tall they are |
Answer: | 13x20mm/0.51x0.79 inch |
Product features
What is breadboard?
Breadboard is a solderless device for temporary prototype with electronics and test circuit designs. Most electronic components in electronic circuits can be interconnected by inserting their leads or terminals into the holes and then making connections through wires where appropriate.
The breadboard has strips of metal underneath the board and connect the holes on the top of the board. Note that the top and bottom rows of holes are connected horizontally and split in the middle while the remaining holes are connected vertically.
The Breadboards Can be Spliced According to the Unit, the Structure is Clear in Color.
The Breadboards is 2-Sided Peelable Adhesive Tape,Easy to Stick on the Prototype Shield,Suitable for Line Prototype Design.
Product Features:
830 tie points breadboards: 630 tie-point ic-circuit area plus 2x100 tie-point distribution strips providing 4 power rails.
400 tie points breadboards: 300 tie-point ic-circuit area plus 2x50 tie-point distribution strips providing 4 power rails.
Wire size: Suitable for 20-29 AWG wires.
Material: ABS Plastic Panel, Tin Plated Phosphor Bronze Contact Sheet.
Voltage / Current: 300V/3-5A.
Package includes:
2PCS 830 Tie-Points Breadboard
2PCS 400 Tie-Points Breadboard
Latest Reviews
View all
Projection Video Screens
- Updated: 02.04.2023
- Read reviews

Eva Cases For Ipads
- Updated: 25.04.2023
- Read reviews

Boss Audio Preamps
- Updated: 07.02.2023
- Read reviews

Crate And Barrel Placemats
- Updated: 16.05.2023
- Read reviews

Cases With Magnetic Grips
- Updated: 12.05.2023
- Read reviews