We're no longer updating This wiki!!

WEATHER-BOARD on ODROID-SHOW

The Weather board is an easy to use ODROID-SHOW Add-on that grants you access to UV Index, barometric pressure, altitude, relative humidity, illumination and temperature. Each board comes with a 6-pin connector for ODROID-SHOW connection. All the sensor data go though I2C communication between sensor ICs and ATMEGA328P MCU on the ODROID-SHOW.

With a lithium polymer battery, you can make a portable outdoor weather data capture system.

To use Weather board in ODROID-SHOW, you need to write a WEATHER-BOARD firmware.

Writing firmware the WEATHER-BOARD on Ubuntu

Settings Arduino IDE

Install the Arduino IDE

sudo apt-get install arduino

Run Arduino IDE

arduino

Download the WEATHER-BOARD source code

sudo apt-get install git
git clone https://github.com/hardkernel/WEATHER-BOARD

Setting Preferences

You MUST locate sketchbook path to WEATHER-BOARD directory.

Load WEATHER-BOARD sketchbook file

Add Libraries

You need to add the WEATHER-BOARD libraries in the IDE through the menu skech → import Library… → Add Library…

The following way, add WEATHER-BOARD folder. (sketchbook folder)

Compile and Upload

Check the serial port between /dev/ttyUSBn and “tools → Serial Port” of Arduino IDE.

# ls /dev/ttyUSB*

Finally, after connecting the jumper, click “upload” button on Arduino IDE.

The DTR reset jumper MUST be installed when you upload the firmware.
The DTR reset jumper must NOT be installed in normal usage mode.

dn.odroid.com_homebackup_show2_boarddetail.jpg

en/wb_odroid_show.txt · Last modified: 2015/11/02 16:58 by john1117
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0