User Tools

Site Tools


sparrow_v4_en

Differences

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

Link to this comparison view

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, LOW);   digitalWrite(controlPin, LOW);
-   +   
 +  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 {{::zigduinoradio_201111130010.zip|here}}.+We will use the [[https://code.google.com/p/zigduino-radio/|ZigduinoRadio]] library in order to send data between two or more Sparrow nodes. You can download the library from {{::zigduinoradio_201111130010.zip|here}}.
  
 Here's an example code:  Here's an example code: 
sparrow_v4_en.1444377556.txt.gz · Last modified: 2015/10/09 10:59 by dan.tudose