WEATHER Station
The WEATHER Station is PC program that you can see graphical weather data.
The binary executable file based on ARM.
https://github.com/hardkernel/WEATHER-BOARD/raw/master/qt_weather/prebuilt/qt_weather
Preparations
Update your ODROID-SHOW firmware
To use the WEATHER Station, The ODROID-SHOW firmware version must be 1.5 or higher
Building WEATHER Station
This guides is tested on ubuntu 16.04(kernel XU4-4.9.27).
- Install qt related packages and dependency.
$ sudo apt-get install qt4-qmake libqwt-dev
- Get the Weather Station source code.
$ sudo apt-get install git $ git clone https://github.com/hardkernel/WEATHER-BOARD
- Make the project files.
$ cd WEATHER-BOARD/qt_weather $ qmake -project
- Add qt library into “qt_weather.pro”
$ echo "CONFIG += qwt" >> qt_weather.pro
- Make the WEATHER Station. and you can do WEATHER Station.
$ qmake $ make -j8 $ sudo ./qt_weather