We provide the Mighty Thymio with a small bag.
What is included?
- Thymio
- Main computer block composed of:
- Main computer
- Connection wires
- Lego frame
- Battery pack
- WiFi antenna
To pack the robot safely in the bag, first
-
remove the micro-USB cable,
-
remove the power-pack,
-
remove the WiFi dongle,
-
unplug the power cable from the Odroid (top of the robot),
to avoid breaking fragile parts. You may want to put the dongle and the cable in the now empty power-pack slot.
Insert the robot in the bag and then the battery back behind it. Close firmly.
Remove the robot by holding it from the top. Then
- attach the WiFi dongle;
- attach the micro USB cable;
-
connect the power pack:
i. run the power cable from the Odroid battery plug (bottom) through the spacers on the side of the power-pack slot,
ii. insert the power-pack,
iii. pull gently the power cable on the USB side so that it is not loose,
iv. attach the power cable to the power-pack,
v. fit the remaining of the cable between the Odroid and the LiPo battery,
vi. attach the power cable to the Odroid (top).
The assembled Mighty Thymio should look like as depicted:
Make sure the external battery pack is properly charged, otherwise the system will be unstable.
-
Activate the power-pack by pressing the button on the side (blue LEDs will switch on to mark its charge); if the system is properly assembled, a blue LED on top of the battery switch should turn on;
-
move up the switch on the LiPo battery board to start powering the Odroid
-
wait about 1 minute until the robot start blinking.
-
Long press on the Thymio's inner-most arrow button (about 8 seconds);
-
wait until the Odroid and the Thymio shut down (the robot will turn its LED off);
-
move down the switch on the LiPo battery board to power off the Odroid;
-
the Thymio (just the robot, not the Odroid) will switch on again by itself: long press on the central button to switch it off definitely.
The Mighty Thymio number N
create its own WiFi network called Thymio<N>
. Connect to it.
It is also possible to connect the robot to the drone_wifi
router (if available):
-
long press on the left arrow (as seen from the robot's; perspective)
-
after 5 seconds a yellow mark will appear; move it with the right arrow for:
- top: switch WiFi off
- top right: switch on the access point (default mode)
- right: connect to
drone_wifi
In both networks, Thymio<N>
will be reachable at address thymio<N>
. For example, to ping
ping thymio<N>
If you cannot connect or ping add the address to the /etc/hosts
list:
<IP> thymio<N>
where <IP>
is
192.168.168.1
on its own access point,192.168.201.<N>
ondrone_wifi
.
If you use a virtual machine, set up networking as bridged mode.
Do you need internet while connected to the Mighty Thymio's access point? Then connect an ethernet cable to the Odroid.
Install the following ROS packages in your catkin workspace
cd <your catkin workspace>/src
git clone https://github.com/jeguzzi/thymioid.git --branch client
git clone https://github.com/jeguzzi/ros-aseba.git --branch client
catkin build
export ROS_MASTER_URI=http://thymio<N>:11311
# Only in case networking is not working with names
export ROS_IP=<your IP>