*Chiết khấu trực tiếp hấp dẫn cho Platinum và Super VIP. Nâng
cấp ngay
Giá bạn thấy bằng giá bạn trả
Yên tâm mua sắm, giải tỏa rủi ro
Hàng chất lượng, rõ nguồn gốc
Sản phẩm nhập khẩu chính ngạch
Liên tục cập nhật hành trình
Miễn phí giao hàng trong nước
Cam kết giá bán niêm yết chính xác trên website
Bảo vệ quyền lợi Khách Hàng, hỗ trợ đổi trả nhanh chóng
Chất lượng đảm bảo, nguồn gốc rõ ràng, có đánh giá từ người mua và thẩm định độ uy tín người bán
An toàn, minh bạch hợp pháp, không sợ rủi ro
Theo dõi và cập nhật quá trình vận đơn thường xuyên
Miễn phí giao hàng trong nước, áp dụng cho đơn hàng từ 1,5 triệu
Thương hiệu ELEGOO là cái tên nổi tiếng được rất nhiều khách hàng trên thế giới chọn lựa. Sản phẩm ELEGOO UNO PROJECT SUPER STARTER KIT WITH TUTORIAL AND UNO R3 BOARD COMPATIBLE WITH ARDUINO IDE là sự lựa chọn hoàn hảo nếu bạn đang tìm mua một món cho riêng mình.
Thông tin chi tiết
Customer Reviews
4.7 out of 5 stars 15,958Reviews
Tính năng sản phẩm
Sản phẩm ELEGOO UNO Project Super Starter Kit with Tutorial and UNO R3 Board Compatible with Arduino IDE của thương hiệu ELEGOO với nhiều tính năng nổi bậc, là một sản phẩm được nhiều khách hàng trên thế giới lựa chọn.
Product description
ELEGOO UNO R3 Super Starter Kit
100% Compatibility with Official Arduino Software, Sendsors and Codes
Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical 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 100% compatible with the official Arduino microcontroller boards, they can use the official Arduino software, sensors and codes.
Learn The Science of Electronics with Arduino
The Arduino boards can be used as the brains behind almost any electronics project. Arduino can interact with buttons, LEDs, motors, speakers, GPS units, cameras, the internet, and even your smart-phone or your TV! By connecting the Arduino board with a personal computer via a USB cable and uploading 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 Arduino software IDE, the working principles of the sensors to enable the UNO board to control the sensors.
It’s a good choice and kit for kids, teens, adults or whoever is obsessed with electronics, programming or robotics to take their first steps on electronics journey!
This Kit is suitable for 10-year-old and up. Younger kids should be under supervision and guidance of adults.
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 IC 74HC595; 120pcs Resistor; 10pcs Female-to-male Dupont Wire
74HC595 and LEDs
74HC595 is a Serial to Parallel Converter which has eight outputs 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, 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 Arduino is to use a breakout
for ULN2003A transistor array chip, applying voltage to each of the coils in a specific sequence.