The Robot

The robot consists of a 3 wheel chassis where 2 wheels are driven by DC motors. It is controlled by an Arduino Uno and contains an ultrasonic distance sensor mounted on a servo motor. The sensor can be we turned with the servo motor looking into different directions such that the robot can decide which way is free.

The robot was bought in China for a mere 20 US$ including the Arduino Uno control unit with USB cable for connection to the PC for programming, the L298N motor control unit, driving the DC motors and the servo motor for the ultra-sonic sensor as well as the Arduino sensor shield. In addition the kit includes a battery holder and a power switch such that the robot can work autonomously.

The Arduino and the sensor shield can also be used for readout and control of the sensors in the sensor kit, which we bought for control by the Raspberry Pi. The Arduino however needs its own software development kit (SDK) installed on the PC for development of the control software.

Assembling the chassis

As with most of the devices I bought in China, the kit came without any documentation. Not even assembly instructions for the mechanical parts are available. I was pretty lucky to find 2 Youtube videos showing how to assemble the device:

https://www.youtube.com/watch?v=p8PouSmxOQY shows how to mount the motors and the front wheel while https://www.youtube.com/watch?v=Uf9Gs7sSlQs, even though made for the 4 wheel robot chassis, shows how to mount the distance sensor onto the servo motor and how to fix the servo motor to the chassis.

Here is a photo of the all the parts:

robotKit.png

Before assembling anything you should solder the red and black wires to the 2 stepper motors driving the wheels. They are easier to solder before the motor is mounted. Then you mount the motor using the 2 semi-transparent plastic pieces and 2 long screws as shown in the photo:

motor_assembly.png

Here the wheel and the encoder wheel are already mounted on the motor. The encoder wheel needs additional sensors, not included in the kit, to be made functional. The back wheel is mounted with 4 distance pieces as shown:

backWheel.png

The most tricky part is the assembly of the ultra-sonic distance sensor onto the servo-motor. First you have to screw the small white cross into the round plastic socket. The cross is by far to big and needs to be cut in order to fit into the socket.

servoHolder.png distanceSensor.png

Finally we mount the servo motor upside down, the white turning axis into the receiving cross (see photo above left) and screw it with the flat cutting screw (from below of what is seen in the photo above left). Finally we mount the base with the servo mounted on top onto the chassis and fix the sensor with a rubber band:

servoMotor.png mountedSensor.png
There is not much real estate on the chassis itself to mount the Arduino controller and the motor driver. Therefore I added a level with a small plexiglass sheet onto which I mounted the PCB board. This is how the complete assemble looks like:

mountedRobot.png

Setting up the software

To make sure I have the latest and greatest software I download the sources via git to /opt/ucc/micros/arduino:

git clone https://github.com/arduino/Arduino.git

Then cd into build and build the whole thing:

ant dist
ant run

I get this error:

linux64-start:

[exec] Picked up JAVA_TOOL_OPTIONS:

[exec] Exception in thread "main" java.lang.UnsupportedClassVersionError: processing/app/Base : Unsupported major.minor version 52.0

[exec] at java.lang.ClassLoader.defineClass1(Native Method)

[exec] at java.lang.ClassLoader.defineClass(ClassLoader.java:803)

[exec] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

which I can get rid of by choosing the right java version:

java.png

Now the SDK runs but I get a library error:

linux64-start:

[exec] Picked up JAVA_TOOL_OPTIONS:

[exec] Invalid library found in /opt/ucc/micros/arduino/Arduino/build/linux/work/libraries/Firmata-2.5.4: /opt/ucc/micros/arduino/Arduino/build/linux/work/libraries/Firmata-2.5.4

The reason is that Firmata-2.5.4 is empty. I delete Firmata-2.5.4, rename Firmata to Firmata-2.5.4 and create a symbolic link Firmata → Firmata-2.5.4, which solves the problem.

Finally I execute install.sh to get the desktop file which I install in the Unity task panel. This is how the SDK looks like on the screen:

arduinoSDK.png

-- Uli Raich - 2017-01-24

Comments

Good afternoon sir. I have been trying to install the SDK but I get an error when I run the install.sh I have searched online for solutions but I can't find any. I really need your help. Attached is a screenshot of the error.Thank you.

-- Enoch Sowah - 2017-03-19

The SDK launches when I execute the 'ant run' command but I get the error when I run the install.sh file

-- Enoch Sowah - 2017-03-19

Good day sir! I have the same issues when i run the install.sh. We need your help on that. But there is a new upgrade with the packages because the firmata2.5.4 has change to firmata2.5.5 in out directory and that is generated automatically after we issue the command ant dist

-- John Aubyn - 2017-03-19

I'm pretty sure the upgrade is the cause of the problem

-- John Aubyn - 2017-03-19

Topic attachments
I Attachment History Action Size Date Who Comment
PNGpng arduinoSDK.png r1 manage 55.7 K 2017-03-17 - 12:23 UnknownUser  
PNGpng backWheel.png r1 manage 792.2 K 2017-01-24 - 21:26 UnknownUser front wheel
PNGpng distanceSensor.png r1 manage 712.8 K 2017-01-24 - 21:30 UnknownUser distance sensor
PNGpng install_error.png r1 manage 120.6 K 2017-03-19 - 17:54 UnknownUser The error I get when I run the install.sh file
PNGpng java.png r1 manage 53.9 K 2017-01-24 - 21:37 UnknownUser java error
PNGpng motor_assembly.png r1 manage 2078.1 K 2017-01-24 - 21:24 UnknownUser motor assembly
PNGpng mountedRobot.png r1 manage 988.1 K 2017-01-28 - 11:24 UnknownUser  
PNGpng mountedSensor.png r1 manage 1065.0 K 2017-01-24 - 21:33 UnknownUser mounted sensor
PNGpng robotKit.png r1 manage 288.5 K 2017-01-24 - 21:20 UnknownUser robotkit
PNGpng servoHolder.png r1 manage 400.1 K 2017-01-24 - 21:30 UnknownUser servo holder
PNGpng servoMotor.png r1 manage 699.4 K 2017-01-24 - 21:33 UnknownUser servo motor
Edit | Attach | Watch | Print version | History: r10 | r8 < r7 < r6 < r5 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r6 - 2017-03-19 - AubynJ
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback