Skip to main content

Week 3: Main Function Individual Test and Demo Videos

In the lab section of this week, the research group decided to test the main functions of the car including LED test, movement mode and sonar distance sensor.

In the first test, the research group used the test file to test the LEDs in the front of the car. By using the LED, we could know the situation of the car when running the program. For example, when the running situations are normal and it is safe to allow the user to control the car, the LED turns green. If the sensors should discover barriers in the moving routine of the car, the LED could turn red and make the user know it might take charge of the car instead of the user. In the test, the LED will turn red, blue, white, green in the turn. The demo is shown in the video.

The second test is the motor test. In this test, the smart car should be able to move according to the orders given by the keyboard. The user could use the direction keys to control the moving direction to make it go straight, go left, go right and go backwards.  

In the first trial, the motor cannot move when we give a command to the by the keyboard. Then we checked the codes in the library. The function was defined when the user press 'w' or up key, the motor on both sides will rotate to the front at the speed of 60. When the order of turning direction is given, one side motor will rotate slowly and the other side will rotate faster. The logic of the motor is correct. Then the research group began to think whether it is a hardware problem. In this way, we dug into the board of the smart car and found that the power to activate the car is provided by the battery cells on the top of the car. However, when we measure the voltage of the battery cells, it turns out that the voltage is among 2.1 volts to 2.4 volts, which is far below the suitable voltage 7.2 V. Having noticed the problem, the only thing to do is to recharge the battery. Demo details are given in the video.

Figure1: Sonar distance sensor
The third part is to test the sonar distance sensor. In the test, we set the response time to 0.5 seconds and return the value of the distance information. The maximum detection range is 1700 cm and minimum range is 1 cm. By using this sonar distance sensor,  we could achieve the distance between the sensor and the closest object in front of the car. However, in the test, we fond that the sensor is partly damaged and only one of the two sensors could work normally. As is shown in figure 1, the return value of the second sensor is always the maximum value, which means that the sonar detector in the sensor is damaged.


Comments

Popular posts from this blog

Week 4: Change of Operating System and Problems

Change system and problems In the lab section of this week, the research group had a difficult time. In detail, it is difficult to have the video of the camera been transmitted to the computer. The data flows to the raspberry in the form of coordinate, length and height of the marked blocks. In this way, the processor of the pi could be relaxed. However, in the first place , the basic function of the car is that the user could see what the car sees with the use of camera. If the control system is not visual, it is meaningless to have such a complex system. To make it possible to visualize the streaming video, the research group checked the driver of the camera. It turns out that it is not designed for Raspbian, and this made its function been limited to this system. To solve this problem, the research group had to change the system of the smart car and recode the programs that have been tested. In specific, the driver is designed for a pure Linux environment. Having don...

Week 1: Car Assembling and Raspberry Pi Initializing

Pi2go MK2 Smart car assembling and introduction: In the first week of the project, the research group received the components that will be used in the project. The first thing to do is to assemble the smart car Pi2go MK2. In specific, Pi2go MK2 contains a chip which could control different parts of the car. The raspberry pi uses the GPIO connections to control and power the smart car. Figure 1: GPIO pins to control the car System instaling: Having assembled the car, the research group began to initialize the raspberry pi. According to the instruction, the research group had to instore an operating system into the SD card with SD card formatter and Win 32 Disk Imager. Problem-solving: However, when the raspberry is equipped with the operating system and plugged into a screen, the screen showed the following alert: kernel failure. To solve the problem, the research group tried to restart the pi for several times and it still shows a failure. Then, the researc...

Week 2:Machine Learning of Pixy 2

In this lab section, the research group managed to activate the pixy 2 camera with a given driver. By using the driver, the research group could cheek whether the camera could run smoothly. Figure 1: Pixy 2 camera Then, the research had to enable the SPI and I2C service in the raspberry pi and introduce the python library module to the raspberry pi for the Pi2go MK2. In this way, all kinds of sensors and motional devices could be activated when necessary. Having activated the camera, the research group began to try the machine learning part of the program. In specific, the car needs to recognize different kinds of barriers and send alerts to the pi and have the pi to judge how to change the moving direction to avoid hitting. The machine learning part is the fatal part of the car. Firstly, the research group managed to do this from a simple task which is to recognize a sign written on paper. The detailed learning and recognition procedure are shown in the video.