This shows you the differences between two versions of the page.
|
pm:prj2021:abasoc:litierainteligenta [2021/05/01 20:57] olivia_maria.oprea |
pm:prj2021:abasoc:litierainteligenta [2021/05/30 22:18] (current) olivia_maria.oprea [Jurnal] |
||
|---|---|---|---|
| Line 39: | Line 39: | ||
| Am ales sa folosesc drept mediu de dezvoltare **Arduino IDE**. \\ | Am ales sa folosesc drept mediu de dezvoltare **Arduino IDE**. \\ | ||
| \\ | \\ | ||
| - | __Librari necesare:__ \\ | + | ^__Librari necesare:__ ^ |
| - | -> #include <SPI.h> \\ | + | |-> #include <SPI.h> | |
| - | -> #include <nRF24L01.h> \\ | + | |-> #include <nRF24L01.h> | |
| - | -> #include <RF24.h> | + | |-> #include <RF24.h> | |
| - | <note tip> Libraria NRF se poate gasi si aici https://github.com/nRF24/RF24 </note> | + | <note tip> Libraria NRF se poate gasi si aici: https://github.com/nRF24/RF24 </note> |
| COD MASTER | COD MASTER | ||
| #include <SPI.h> | #include <SPI.h> | ||
| Line 77: | Line 77: | ||
| } else { | } else { | ||
| state = 0; | state = 0; | ||
| - | Serial.print("MASTER: A venit pisicuta master"); | + | Serial.print("MASTER: A venit pisicuta"); |
| nrf.write(&state, sizeof(state)); // send message to receiver | nrf.write(&state, sizeof(state)); // send message to receiver | ||
| } | } | ||
| Line 151: | Line 151: | ||
| ====== Rezultate Obținute ====== | ====== Rezultate Obținute ====== | ||
| - | TODO | + | Se poate vedea o scurta demonstratie aici: https://youtu.be/Phm82yrZL-k |
| ====== Concluzii ====== | ====== Concluzii ====== | ||
| Line 159: | Line 159: | ||
| ====== Download ====== | ====== Download ====== | ||
| - | <note tip>Documentatia in format PDF: {{ :pm:prj2021:abasoc:litiera_inteligenta_ollie.pdf }} \\ | + | <note tip>Documentatia in format PDF part1: {{ :pm:prj2021:abasoc:litiera_inteligenta_ollie.pdf }} \\ |
| + | Documentatia in format PDF part2: {{ :pm:prj2021:abasoc:litiera_inteligenta_p2.pdf }} \\ | ||
| Link pagina: https://ocw.cs.pub.ro/courses/pm/prj2021/abasoc/litierainteligenta</note> | Link pagina: https://ocw.cs.pub.ro/courses/pm/prj2021/abasoc/litierainteligenta</note> | ||
| Line 166: | Line 167: | ||
| 27 Aprilie -> au sosit toate piesele necesare realizarii proiectului \\ | 27 Aprilie -> au sosit toate piesele necesare realizarii proiectului \\ | ||
| 01 Mai -> implementare proiect \\ | 01 Mai -> implementare proiect \\ | ||
| + | 30 Mai -> finalizare proiect \\ | ||
| ====== Bibliografie/Resurse ====== | ====== Bibliografie/Resurse ====== | ||