This shows you the differences between two versions of the page.
pm:prj2022:agmocanu:liedetector [2022/06/01 21:00] teodora.nedelcu [Rezultate Obţinute] |
pm:prj2022:agmocanu:liedetector [2022/06/02 10:51] (current) teodora.nedelcu [Software Design] |
||
---|---|---|---|
Line 72: | Line 72: | ||
if (myBPM < 100){ | if (myBPM < 100){ | ||
lcd.print(" "); | lcd.print(" "); | ||
+ | lcd.print(myBPM); | ||
+ | lcd.setCursor(4,1); | ||
+ | lcd.print(" "); | ||
+ | }else{ | ||
+ | lcd.print(myBPM); | ||
+ | lcd.setCursor(4,1); | ||
+ | lcd.print("Lie"); | ||
+ | | ||
} | } | ||
- | lcd.print(myBPM); | + | Serial.println(myBPM); |
- | Serial.println(myBPM); | + | |
} | } | ||
delay(20); | delay(20); | ||
Line 88: | Line 95: | ||
===== Concluzii ===== | ===== Concluzii ===== | ||
This project taught me how to use Arduino, LCD display and a pulse sensor. I think it would be fun to try and build different useful things this way. | This project taught me how to use Arduino, LCD display and a pulse sensor. I think it would be fun to try and build different useful things this way. | ||
- | ===== Download ===== | ||
- | ===== Jurnal ===== | + | |
Line 97: | Line 103: | ||
===== Bibliografie/Resurse ===== | ===== Bibliografie/Resurse ===== | ||
+ | https://how2electronics.com/ | ||
+ | |||
+ | https://arduino.cc/ | ||
+ | http://robojax.com/node/921 | ||
<html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | <html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> |