รหัสสินค้า | RU50039 |
หมวดหมู่ | Learning Kits / Smart Car Kits |
ราคา | 2,185.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
Be careful not to insert it in the wrong direction, as shown in the figure.
Pay attention to the installation direction of the positive and negative electrodes of the battery.
Incorrect installation will prevent normal operation and even damage the device or cause danger.
Move the power switch to the "ON" side to turn on the power switch. At this time, the power indicator light will light up.
Click the link to enter the MakeCode graphical programming platform: https://makecode.microbit.org/
Click "New Project" to create a new project, as shown in the figure:
图片
In the pop-up dialog box, give a name to the project, and then click "Create" as shown in the figure:
Load the Maqueen library:
Click the "Settings icon" and then click "Extensions", as shown in the figure:
图片
In the search box, enter dfrobot, and then click the search button. Select "Maqueen", as shown in the following picture:
The library loading is completed. The loaded library is shown as follows:
Maqueen V5 has two large-sized colorful front headlights. It can display 7 colors. And it also has the flashing function and the gradient function.
This example demonstrates that the two headlights are displayed in red for one second, then turned off for one second. This cycle repeats.
This example demonstrates that the colors of the two headlights are switched at intervals of one second.
Maqueen V5 supports the background flashing of the headlights, which is a characteristic function of Maqueen. Just send one instruction, and it can flash cyclically. The number of flashes, the flashing frequency and the flashing color can be set. And it can be interrupted in real time to turn off the headlights.
This function enables the headlights to flash cyclically without affecting other program processes.
Note: This function is mainly used in "on start". When used in "forever", the effect may not be good due to timing reasons.
Maqueen V5 supports the gradual display of colorful lights for the headlights in the background. It is a characteristic function of Maqueen. Just send one instruction, and the headlights can gradually display different colors.
This function enables the headlights to change colors when lit without affecting other program processes.
Note: This function is mainly used in "on start". When used in "forever", the effect may not be good due to timing reasons.
Maqueen V5 has 4 WS2812 RGB ambient lights onboard at the bottom. They are connected to the P15 interface of micro:bit. These 4 ambient lights support full-color display.
To use the ambient lights, you first need to load the "neopixel" library in makecode. The method is shown as follows:
Click the Extensions button:
Search for "neopixel", and then select "neopixel", as shown in the figure:
This example shows the switching display of nine colors for the ambient lights.
This example demonstrates the gradual fusion effect of the breathing state of the ambient lights by setting the RGB color values.
Example Link: https://makecode.microbit.org/_Ao1L5tUXaEkj
This example demonstrates the effect that the ambient lights present the flowing water lights lighting up one by one.
This example demonstrates that the ambient lights display a gradual rainbow color and present a dynamic switching effect.
Among them, the hue of the rainbow color can be adjustable within the range from 1 to 360, and different color effects will be presented.
Maqueen V5 integrates a buzzer and a switch, which are located at the bottom of the car. By driving the buzzer, the car can emit alarm sounds or various kinds of music.
The Microbit V2 mainboard integrates a buzzer, while the Microbit V1 mainboard does not integrate a buzzer. If you are using Microbit V1, then you can use the buzzer on the car's baseplate. If you are using V2, then you can freely choose whether to use the buzzer integrated in the Microbit or the buzzer of the car.
The buzzer of Maqueen V5 is connected to the P0 port of the microbit. If you want to use the P0 port, the buzzer switch needs to be in the off state.
Program Description:
Program Description:
The quick line tracing function is a characteristic feature of Maqueen V5. It implements the line tracing function on the underlying chip. Students can use the line tracing function with just one "black", significantly lowering the entry threshold for students.
Program Description:
On Maqueen V5, an ultrasonic sensor can be supported for installation. Through the detection of the distance of obstacles by ultrasonic waves, the function of automatic obstacle avoidance of the car can be realized.
Insert the ultrasonic sensor into the ultrasonic interface at the front of the car. Both the front and rear rows of interfaces can be used, and there is no functional difference, as shown in the figure:
The situation when the ultrasonic sensor is inserted properly is shown in the figure:
After downloading the program, the car will automatically detect whether there are obstacles in the front. If so, it will automatically turn to avoid the obstacles.
Function Description:
Place obstacles on the map as shown in the following figure.
After the program is downloaded, place the car on the black line. The car will travel along the black line. When encountering an obstacle in the front, the car will turn around and then continue to trace the line. This repeats all the time.
If the battery power is different and when the turning angle and speed are not appropriate, the speed of the motor and the pause time can be adjusted to improve the effect.
Note: If the detection distance of 10 cm in the program is too short and causes a collision, the distance value can be appropriately increased, such as 15cm-20 cm.
[图片]
Maqueen V5 is onboard with 3 line tracing sensors. When the black line is detected, the output state value is 1. When the black line is not detected, the output state is 0. Utilizing the sensitivity of the sensors to the black line, it is used for line tracing travel.
Meanwhile, the analog quantities of the 3 line tracing sensors can also be read.
Program Description:
Realize the logic of line tracing by reading the states of the 3 line tracing sensors.
Program Link: https://makecode.microbit.org/_7WzMXpWXv7th
Program Description:
The function of the analog quantity value can be used to read different gray values on the map, and it is possible to judge whether the map material is suitable for line tracing through the ADC value.
This program demonstrates placing the car on a white background and a black background respectively, and checking the difference in gray values between the two.
Read the value of the analog quantity of the line tracing sensor and display it on the computer.
Data Results:
It can be seen from the data that on the black background, the gray value is about 2250, and on the white background, the gray value is about 3000. The numerical difference is about more than 700. Through the difference in values, it is possible to determine whether the car is currently on the white background or the black background, thereby realizing the function of line tracing.
You can also try to read the gray values on different backgrounds to see what kind of gray characteristics and differences there are between them. At the same time, it is also possible to judge whether the map material is suitable for line tracing through the ADC value.
Maqueen V5 has a light sensor built in on each of the left and right sides at the front. This sensor can detect the intensity of light. By the difference in the intensity of light on both sides, the car can avoid the light or travel in the direction of the light.
The positions of the light sensors are shown as follows:
Program Description:
Program Link: https://makecode.microbit.org/_4FtRXhemt0Af
Program Description:
Function Description:
Maqueen V5 has a built-in infrared receiving sensor, located in the center of the front of the car, which can receive the transmission signal from the infrared remote controller. By identifying the values of different buttons on the infrared remote controller, the car can perform different actions and be used for functions such as remote-controlling the robot.
Maqueen V5 does not come with an infrared remote controller by default. If you need to use this function, please contact the sales staff to purchase it separately. Moreover, the key values of infrared remote controllers in different batches may be different. Please be aware.
The following table shows the buttons of the infrared remote controller and the corresponding key values for your reference:
Program Description:
This example demonstrates displaying the received key value of the infrared remote controller on the serial monitor. The key value is displayed in decimal.
The example effect is as shown in the following figure:
Program Description:
Program link: https://makecode.microbit.org/_cfkH1b0xgfkE
The line-tracking sensor has been calibrated before leaving the factory. Usually, you don't need to calibrate it. If it is found that the line-tracking sensor cannot correctly recognize the black lines, you can try to calibrate the line tracking.
Before calibration, the microbit mainboard and the ultrasonic sensor need to be removed.
Make sure that all three probes are in the black area.
Place the line-tracking sensor on the white background and the line-tracking indicator light goes off.
Place it on the black background and the line-tracking indicator light is on. The calibration is correct.
At this point, the calibration is completed.
Note: The line-tracking sensor uses the grayscale detection method to identify the black lines. Therefore, not all black lines can be effectively identified, and even calibration cannot ensure correct identification. For example, the map printed by the printer may not be identifiable.
Maqueen V5 adopts a design with replaceable motors. If the motor is damaged due to high-intensity use or being dropped, it can be replaced in the following way.
At this point, the motor disassembly is completed.
Note: The power cord of the battery box needs to be placed on the left side of the car to avoid the influence between the power cord and the wheels, as shown in the figure in the previous step.
Note that the notch of the wheel needs to be aligned with the notch position of the motor shaft. Otherwise, it may not be installed correctly, or the wheel or the motor may be damaged.
At this point, the motor installation is completed.
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,432,421 ครั้ง |
ผู้ชมทั้งหมด | 5,935,499 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 14 ต.ค. 2568 |