This shows you the differences between two versions of the page.
pm:prj2021:alazar:smokedetector [2021/06/02 22:02] florina.drastaru |
pm:prj2021:alazar:smokedetector [2021/06/03 18:18] (current) florina.drastaru |
||
---|---|---|---|
Line 37: | Line 37: | ||
* Leduri | * Leduri | ||
* Buzzer | * Buzzer | ||
- | * | + | |
**Schema tinkercad**: | **Schema tinkercad**: | ||
Line 101: | Line 101: | ||
lcd.print("Smoke Level:"); | lcd.print("Smoke Level:"); | ||
lcd.print(analogSensor-50); | lcd.print(analogSensor-50); | ||
- | // Checks if it has reached the threshold value | ||
if (analogSensor-50 > maxLimit) | if (analogSensor-50 > maxLimit) | ||
{ | { | ||
Line 159: | Line 158: | ||
- | === Download === | ||
- | {{smoke_detector.pdf}} | ||
=== Jurnal === | === Jurnal === | ||
Line 170: | Line 167: | ||
=== Bibliografie/Resurse === | === Bibliografie/Resurse === | ||
+ | * https://lastminuteengineers.com/i2c-lcd-arduino-tutorial/ | ||
+ | * https://lastminuteengineers.com/mq2-gas-senser-arduino-tutorial/ | ||
+ | * {{smoke_detector2.pdf}} |