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:59] dan.tudose [Sparrow Wireless Sensor Node] |
sparrow_v4_en [2016/11/03 16:34] (current) dan.tudose [Light Sensor] |
||
---|---|---|---|
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: |