TRACTOR/TRAILER COMMUNICATION PHASE II
Engineering project sponsored by PACCAR to create a communication system between a truck's dashboard display and its trailer to collect sensor data.
(Project News from Seattle University)




Overview
As a part of my senior year in electrical and computer engineering program, I worked in a team of seven people including my liason, Mr. Jerry Ross, and faculty advisor, Dr. Shiny Abraham, to work on a communication system for a truck and its trailer so that it can collect sensor data from the trailer and send those data to an Android tablet. The goal of this project is to enhance the truck's safeness while operating on the road by letting the driver knows the status of the truck's trailer.
How the communication works?
Raspberry Pi 3, which is our Data Hub, is an essential device to get data from XBees' sensor and send it to an Android tablet via the Bluetooth connection. In addition, one of the XBee module will connect directly to the Data Hub through an USB cable, and it is configured as the master, where other XBee modules are configured as slaves. These Xbee modules create a mesh network to wirelessly transfering data to the Data Hub.
When the Data Hub receives the sensor data, it will store it in the SQLite database to keep a history. Then, the sensor data will be sent to the Android tablet.
What I Did
I worked on the temperature sensor and door sensor for this project. For the temperature sensor, it is connected to an Arduino Fio programmable board, where one of the slaved XBee module is inserted on the board. The Arduino Fio board is powered by a battery and programmed in C to collect and send the temperture sensor data to the Data Hub every 5 seconds. Simmilarly, the door sensor is connected to a programmable board, which is XBee explorer, and programmed in C to collect and send sensor data to the Data Hub.
Beside the temperature and door sensor, I also helped the team writting Python scripts for the Data Hub and designing the Android application layout.