05.07.2019 Views

7-SenzoriDistanta

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

http://www.robofun.ro<br />

Curs Gratuit Arduino si Robotica<br />

Arduino 5V<br />

Arduino GND<br />

PIN2 Rezistor 10K<br />

Arduino Analog0<br />

PIN1 senzor<br />

PIN1 Rezistor 10K<br />

Pin2 Senzor<br />

PIN2 Rezistor 10K<br />

void setup() {<br />

Serial.begin(9600);<br />

}<br />

void loop() {<br />

int nivelReflectanta = analogRead(0);<br />

Serial.print("Nivel Reflectanta: ");<br />

Serial.println(nivelReflectanta,DEC);<br />

}<br />

Senzori Prezenta Umana<br />

Senzorii de prezenta umana ("PIR", de la :"Passive Infrared") detecteaza miscarea corpurilor vii<br />

in zona senzorului. Probabil ca stii deja acesti senzori (spre exemplu, cam toate toaletele benzinariilor<br />

http://www.robofun.ro/forum

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!