This week, the team benefited from the lecture a lot, testing the raspberry pi (RaspPi) control the arduino LED, and using geany to do basic control on iRobot, which includes setting baud rate, switching modes (passive / safe), send serial packet (move forward / backward). The team reviewed the process and decided to program the irobot based on python, rasp pi and geany. The team achieved to use rasp pi’s terminal to perform those basic tasks and figured out the transformation from decimal to hex when it comes to the serial communication. The python library “pycreate2 library” specially for irobot has been installed to rasp pi.

The team would meet more often compared with the regular meeting time to shape the project better. By the next meeting, the team will research on the IR sensors on iRobot in order to manage to read the signal and command irobot based on the feedback somehow (eg. line follower sample project). We need to figure out if the irobot control enable the feedback loop system or it is simply for open loop.