-
Notifications
You must be signed in to change notification settings - Fork 527
Project/alexandru.gavrila04 #1025
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Gravityy999
wants to merge
13
commits into
UPB-PMRust:main
Choose a base branch
from
Gravityy999:project/alexandru.gavrila04
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
63e581c
Create file.txt
Gravityy999 232554e
Create index.md
Gravityy999 0fa42d7
Update index.md
Gravityy999 d1f779a
delete file.txt
Gravityy999 dc29d8d
Add files via upload
Gravityy999 553e609
added diagram
Gravityy999 2da316b
Add Bill of Materials section to project documentation
Gravityy999 2cf3ae8
Update BOM table format and content
Gravityy999 569d6bc
Reorganize project log section in index.md
Gravityy999 ff5ddb8
Update index.md
Gravityy999 db4fcb4
Merge branch 'UPB-PMRust:main' into project/alexandru.gavrila04
Gravityy999 8a5ce1e
Update index.md
Gravityy999 bfa4728
Merge branch 'main' into project/alexandru.gavrila04
Gravityy999 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...ite/versioned_docs/version-acs_cc/project/2026/alexandru.gavrila04/diagrama.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions
56
website/versioned_docs/version-acs_cc/project/2026/alexandru.gavrila04/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| # Smart_Cash_Register | ||
| Automated cash register | ||
|
|
||
| :::info | ||
|
|
||
| **Author**: Gavrila Alexandru \ | ||
| **GitHub Project Link**: https://github.com/UPB-PMRust-Students/acs-project-2026-Gravityy999 | ||
|
|
||
| ::: | ||
|
|
||
| <!-- do not delete the \ after your name --> | ||
|
|
||
| ## Description | ||
|
|
||
| A smart cash register that detects the products using radio frequency identification. Products are stored in a data base and displayed on a small screen. | ||
|
|
||
| ## Motivation | ||
|
|
||
| I believe more stors could benefit from a system like this. | ||
|
|
||
| ## Architecture | ||
|
|
||
| The Nucleo Board is conected to two RFID sensors and a display. | ||
|  | ||
|
|
||
| # Bill of Materials (BOM) | ||
|
|
||
| | Product | Quantity | Price | Total Price | | ||
| | :--- | :---: | :---: | :---: | | ||
| | [Modul RFID RC522 13.59MHz cu card si tag](https://www.google.com/search?q=Modul+RFID+RC522+13.59MHz+cu+card+si+tag) | 2 | 14,99 RON | 29,98 RON | | ||
| | [Ecran OLED 0.96" cu interfata IIC/I2C](https://www.google.com/search?q=Ecran+OLED+0.96+inch+cu+interfata+IIC/I2C) | 1 | 18,98 RON | 18,98 RON | | ||
| | [Breadboard 830 puncte MB-102](https://www.google.com/search?q=Breadboard+830+puncte+MB-102) | 1 | 13,99 RON | 13,99 RON | | ||
| | [Modul buzzer activ, compatibil Arduino](https://www.google.com/search?q=Modul+buzzer+activ+compatibil+Arduino) | 1 | 3,24 RON | 3,24 RON | | ||
| | [40 x Fire Dupont tata-mama 20cm](https://www.google.com/search?q=40+x+Fire+Dupont+tata-mama+20cm) | 1 | 6,99 RON | 6,99 RON | | ||
| | [40 x Fire Dupont tata-tata 20cm](https://www.google.com/search?q=40+x+Fire+Dupont+tata-tata+20cm) | 1 | 8,99 RON | 8,99 RON | | ||
| | **TOTAL PRODUSE** | | | **82,17 RON** | | ||
|
|
||
| ## Log | ||
|
|
||
| <!-- write your progress here every week --> | ||
| ### Week 20 - 26 April | ||
| Got approval and researched the components. | ||
| Ordered all of the components. | ||
|
|
||
| ### Week 5 - 11 May | ||
|
|
||
| ### Week 12 - 18 May | ||
|
|
||
| ### Week 19 - 25 May | ||
|
|
||
| ## Software | ||
| Uploaded the software on github classroom. | ||
|
|
||
| | Library | Description | Usage | | ||
| |---------|-------------|-------| | ||
| | [embassy-stm32](https://github.com/embassy-rs/embassy) | Hardware Abstraction Layer | Handling I2C, SPI, and PWM peripherals | |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is kinda empty, can you add more information to it?