Difference between revisions of "Translations:RASPBERRY PI Arduino Shield ADD-ON/9/en"

From ITEAD Wiki
Jump to: navigation, search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 09:35, 17 July 2014

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (RASPBERRY PI Arduino Shield ADD-ON)
==Instruction==
*Plug Rpi Arduino [[Shield]] Add-on into RPI V2, connect SHT10 to IIC interface through 4-pin wires. Power Raspberry Pi V2.
*[[Download]] the SDK from this link: https://github.com/iteadsw/SDK and then install it.
*Modify the file ReadSHT1xValues.ino
: modified codes as below:
::define dataPin 3
::define clockPin 5
*Enter into the directory '''libraries/itead_SHT1x/examples/ReadSHT1xValues''', compile and run the file '''ReadSHT1xValues.ino'''
:Command as below to compile ReadSHT1xValues.ino
::$ iteadcompile ReadSHT1xValues ReadSHT1xValues.ino
:Command to run this program
::$ sudo ./ ReadSHT1xValues
*When the compilation is done, you can read the temperature and humidity data from the terminal.
Translation==Instruction==
*Plug Rpi Arduino [[Shield]] Add-on into RPI V2, connect SHT10 to IIC interface through 4-pin wires. Power Raspberry Pi V2.
*[[Download]] the SDK from this link: https://github.com/iteadsw/SDK and then install it.
*Modify the file ReadSHT1xValues.ino
: modified codes as below:
::define dataPin 3
::define clockPin 5
*Enter into the directory '''libraries/itead_SHT1x/examples/ReadSHT1xValues''', compile and run the file '''ReadSHT1xValues.ino'''
:Command as below to compile ReadSHT1xValues.ino
::$ iteadcompile ReadSHT1xValues ReadSHT1xValues.ino
:Command to run this program
::$ sudo ./ ReadSHT1xValues
*When the compilation is done, you can read the temperature and humidity data from the terminal.

Instruction

  • Plug Rpi Arduino Shield Add-on into RPI V2, connect SHT10 to IIC interface through 4-pin wires. Power Raspberry Pi V2.
  • Download the SDK from this link: https://github.com/iteadsw/SDK and then install it.
  • Modify the file ReadSHT1xValues.ino
modified codes as below:
define dataPin 3
define clockPin 5
  • Enter into the directory libraries/itead_SHT1x/examples/ReadSHT1xValues, compile and run the file ReadSHT1xValues.ino
Command as below to compile ReadSHT1xValues.ino
$ iteadcompile ReadSHT1xValues ReadSHT1xValues.ino
Command to run this program
$ sudo ./ ReadSHT1xValues
  • When the compilation is done, you can read the temperature and humidity data from the terminal.