Transport Monitoring

The transportation monitoring system is a web-based proof of concept for monitoring goods transportation.
Software
The software on the sensor device is programmed in Arduino Code, which is basically C++. The server-side software is scripted in PHP and SQL to retrieve data from the database. On the client-side, Javascript/jQuery and HTML/CSS are used.
Hardware
The sensor device is a self-developed extension board for the Arduino UNO. It contains a temperature and humidity sensor, GPS module and WiFi module. The board measures the temperature and humidity, determines the geographical location, and transmits the data to a server via HTTP protocol.

PHP

MySQL

Javascript / jQuery

HTML / CSS

Arduino / C++