User Tools

Site Tools


proiecte:sparrowv3-devicehub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
proiecte:sparrowv3-devicehub [2015/10/06 10:37]
dan.tudose [Using Zigduino support in Arduino IDE]
proiecte:sparrowv3-devicehub [2015/10/08 01:01] (current)
alex.marin [SHT21 library]
Line 84: Line 84:
 ===== SHT21 library ===== ===== SHT21 library =====
  
-There is one more thing that we must take care of before we can start playing with our WSN monitoring project. We'll need a library for reading values from SHT21, our relative humidity and temperature sensor, connected to the micro controller through an I2C interface. You'll need to use the attached files (TODO insert link towards .h and .cpp) in the following way:+There is one more thing that we must take care of before we can start playing with our WSN monitoring project. We'll need a library for reading values from SHT21, our relative humidity and temperature sensor, connected to the micro controller through an I2C interface. You'll need to use the files stored in this {{:proiecte:sht21.zip| archive}} in the following way:
  
 1. In folder //Arduino\libraries// create a new folder, named //sht21// 1. In folder //Arduino\libraries// create a new folder, named //sht21//
  
-2. Copy the attached files in it+2. Copy the files from the attached archive in it
  
 After this it will be possible to import sht21.h header into a project, as you'll see below. After this it will be possible to import sht21.h header into a project, as you'll see below.
proiecte/sparrowv3-devicehub.1444117051.txt.gz · Last modified: 2015/10/06 10:37 by dan.tudose