This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
proiecte:sparrowv3-devicehub [2015/10/06 10:33] dan.tudose [Using Zigduino support in Arduino IDE] |
proiecte:sparrowv3-devicehub [2015/10/08 01:01] (current) alex.marin [SHT21 library] |
||
---|---|---|---|
Line 18: | Line 18: | ||
< | < | ||
- | ==== Using Zigduino support in Arduino IDE ==== | + | ==== Adding the Sparrow Board to the Arduino IDE ==== |
- Download [[https:// | - Download [[https:// | ||
Line 31: | Line 31: | ||
{{ : | {{ : | ||
You're all set up! | You're all set up! | ||
+ | |||
+ | === Optional Step: If Your Nodes Don't Come With a Preinstalled Bootloader === | ||
The binary will be installed on flash memory through a bootloader. Most probably Sparrow v3 will come with the bootloader already installed, but in case it won't or in case it somehow gets erased, one will need to install it. You can download the bootloader from {{:: | The binary will be installed on flash memory through a bootloader. Most probably Sparrow v3 will come with the bootloader already installed, but in case it won't or in case it somehow gets erased, one will need to install it. You can download the bootloader from {{:: | ||
Line 45: | Line 47: | ||
2. In // | 2. In // | ||
- | 3. In // | + | 3. In // |
4. From // | 4. From // | ||
Line 82: | 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 | + | 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 {{: |
1. In folder // | 1. In folder // | ||
- | 2. Copy the attached | + | 2. Copy the files from the attached archive |
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. |