Skip to content
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

Update anaswarap-2@mulearn.md #1040

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions profiles/anaswarap-2@mulearn.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ Computer Science and Engineering graduate with a strong passion for coding and d
### My Projects

| Name | Description | Hosted Link | Repo Link |
|---------------------|---------------------------------------------------------------------------|------------------------------------------|----------------------------------------------------------------|
| *Portfolio Project* | Creative cv | [Hosted Link 1](https://akhilababu0.github.io/Portfolio/) | [Repo Link 1](https://github.com/akhilababu0/Portfolio) |
| *Data Acquisition System* |This project was implemented using UART, SPI and 12C protocols. The system measures the real-time value of pressure, temperature and and light intensity of the atmosphere and displays it on the screen. The microcontroller communicates with each sensor to acquire data. Each sensor sends the measured values (pressure, temperature, light intensity) back to the microcontroller using their respective communication protocols. The microcontroller processes the received data. This might include filtering, averaging, and converting raw sensor data into meaningful values. And the values are displaced on the screen.
| [Hosted Link 2] | [Repo Link 2] |
| *Easy Go: Bus pass using QRCode scanner* | The Android software is designed to enhance the efficiency of the bus ticketing procedure by generating unique QR codes for each registered passenger. These QR codes act as virtual bus passes, eliminating the need for physical paper tickets and enabling quick and easy ticket verification. Passengers register via the Android application by providing necessary details such as name, contact information, and travel preferences.
|---------------------|--------------------------------------------------------------|-------------------------------------|--------------------------------------|
| **Data Acquisition System** | This project was implemented using UART, SPI and 12C protocols. The system measures the real-time value of pressure, temperature and and light intensity of the atmosphere and displays it on the screen. The microcontroller communicates with each sensor to acquire data. Each sensor sends the measured values (pressure, temperature, light intensity) back to the microcontroller using their respective communication protocols. The microcontroller processes the received data. This might include filtering, averaging, and converting raw sensor data into meaningful values. And the values are displaced on the screen. | [Hosted Link 2] | [Repo Link 2] |
| **Easy Go: Bus pass using QRCode scanner** | The Android software is designed to enhance the efficiency of the bus ticketing procedure by generating unique QR codes for each registered passenger. These QR codes act as virtual bus passes, eliminating the need for physical paper tickets and enabling quick and easy ticket verification. Passengers register via the Android application by providing necessary details such as name, contact information, and travel preferences.
The application securely stores this information in a database. The software generates a unique QR code for each passenger. | [Hosted Link 2]| [Repo Link 2]


Expand Down
Loading