We're no longer updating This wiki!!

This is an old revision of the document!


Overview

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 goes 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 on Ubuntu

Setting up the ODROID-SHOW on ubuntu

Download the ODROID-SHOW source code

# sudo apt-get install git
# cd ~/work
# git clone https://github.com/hardkernel/ODROID-SHOW

Install the arduino IDE

Launch Ubuntu Software Center, search for “arduino”, and install it

Run arduino IDE

Open “show_main.ino” sketch file in this path.
ODROID-SHOW/show_main/show_main.ino

Setting Preferences

You MUST locate sketchbook path to ODROID-SHOW directory.

Add Libraries

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

The following way, add ODROID-SHOW 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 of 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.1446425970.txt.gz · Last modified: 2015/11/02 09:29 by john1117
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0