This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
sparrow_v4_en [2015/10/09 10:58] dan.tudose [Sparrow Wireless Sensor Node] |
sparrow_v4_en [2016/11/03 16:34] (current) dan.tudose [Light Sensor] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Sparrow Wireless Sensor Node ====== | ====== Sparrow Wireless Sensor Node ====== | ||
- | {{ :: | + | {{:sparrow_small.png?70 |}} |
Sparrow is an excellent platform for IoT, ultra low-power wireless computing and energy harvesting, with state-of-the-art sensing capabilities. It was designed to work with a range of wireless protocols, including IEEE 802.15.4, 6LoWPAN and ZigBee. | Sparrow is an excellent platform for IoT, ultra low-power wireless computing and energy harvesting, with state-of-the-art sensing capabilities. It was designed to work with a range of wireless protocols, including IEEE 802.15.4, 6LoWPAN and ZigBee. | ||
Line 188: | Line 188: | ||
delay(100); | delay(100); | ||
digitalWrite(controlPin, | digitalWrite(controlPin, | ||
- | + | ||
+ | delay(1000); | ||
+ | | ||
Serial.begin(9600); | Serial.begin(9600); | ||
| | ||
Line 261: | Line 263: | ||
===== Radio Transmission ===== | ===== Radio Transmission ===== | ||
- | We will use the ZigduinoRadio library in order to send data between two or more Sparrow nodes. You can download the library from {{:: | + | We will use the [[https:// |
Here's an example code: | Here's an example code: |