BPI:bit MoonCar Kit

From Banana Pi Wiki
Jump to: navigation, search


Overview

BPI:bit MoonCar
BPI:bit MoonCar
BPI:bit MoonCar
MoonCar with BPI-Bit
MoonCar with Micro:bit

BPI:Bit MoonCar(Web:bit MoonCar), developed by Webduino and iCShop,made by BPI, is a self-propelled car specially designed for the BPI:Bit(Web:bit)/Micro:bit development board. It has built-in tracking function, color sensing, infrared emission and reception, and buttons. Combined with Web:Bit, it can let the dot matrix display patterns of various colors.The foot position of ultrasonic wave is reserved in front, which can realize the function of automatic obstacle avoidance.More fun ways to control yourself through the Web:Bit education!

Mooncar kit.jpg

Hardware

power source

MoonCar comes with two tiny metal motors and a training wheel, which are of better quality and durability than the motors with plastic gearboxes. The training wheels are specially made of non-metallic materials, which can reduce the noise caused by striking the ground.

01.-motor-1024x500 - en.png

IR (Sending and receiving messages)

The front of the MoonCar is equipped with a pair of infrared emission and reception, through the general infrared remote control to its instructions. Infrared transmitters can send messages to communicate with other mooncars, making it much more playable.

02.-IR-1024x500 - en.png

buzzer (make a sound)

On the right side of the MoonCar is a passive buzzer that can be programmed to produce different sounds, such as an electronic organ or an alarm or a ringtone. I can edit the statements generated by different notes and pauses to make MoonCar sound like talking.

03.-buzzer-1024x500 -en.png

Magic lantern

MoonCar is surrounded by a total of eight RGB LED lights, which are WS2812 and can be programmed to easily control the LED you want to light or adjust its brightness. Is there any color you want in the preset column? You can mix the colors you want by adjusting the proportions of R, G, and B channels.

04.-RGB-1024x500 - en.png

Linear sensor (Track the line running)

At the bottom of the MoonCar is a linear sensor that can move along black or white lines by reflecting infrared light. One on the left and the other on the right can detect the out-of-bounds direction of movement on the black line.

05.-track-1024x500 - en.png

Color identification

In addition to the linear sensor at the bottom, there is a color sensor, and a white light supplement light lamp. During the process, the color blocks on the ground can be identified, and the colors can be directly displayed with the magic LED, which greatly improves the fun.

06.-color-1024x500 - en.png

Expansion function

The front section is equipped with a set of ultrasound (4 pin) and I2C slot, and the left and right position of the middle section is equipped with 2×12 rows of pins, which pull out all the micro:bit foot positions, so that users can add functions at will. The latter section is used to expand the battery connection plate.

07.-exother-1024x500 - en.png

Considerate design

The biggest feature of MoonCar is that it can be used in the two main control boards of Web:Bit and micro: Bit. Because the foot position of the two motherboards is different, there is a switch on the right side to optimize the motherboard.

The left switch can switch the power supply voltage of the extended row of pins and slots, whether it is connected to a common 5V sensor or to a 3.3v module such as RFID, it can be used safely with a slight switch.

08.-change-1024x500 - en.png

The lower left part has a charging indicator, which displays a red light when charging and a green light when full. Micro USB port can connect USB cable to charge lithium battery.

09.-charge-1024x500 -en.png

Conclusion

In this module we learned about MoonCar, and in the next module we'll start teaching you how to program our MoonCar to move around and explore. See the complete comparison diagram below for details on the sections and associated pins in this chapter.

All for moon car.jpg

Software

Use with BPI:bit

Use with Micro:bit

Sourcode on github

Mooncar project : https://github.com/iCShopMgr/MoonCar

课程