This shows you the differences between two versions of the page.
pm:prj2023:apredescu:dinojump [2023/05/25 17:39] andrei.timisica |
pm:prj2023:apredescu:dinojump [2023/05/28 23:54] (current) andrei.timisica [Hardware Design] |
||
---|---|---|---|
Line 26: | Line 26: | ||
* 10KΩ resistor | * 10KΩ resistor | ||
* Wires | * Wires | ||
+ | |||
+ | {{ :pm:prj2023:apredescu:timisica_andrei_hardware2.jpg?500 |}} | ||
===== Software Design ===== | ===== Software Design ===== | ||
+ | |||
+ | The game code is based on the project by the youtube channel: Max Imagination. | ||
I used the latest version of the Arduino IDE for the software development of this game, making use of its compilation error checking and nice black background ^_^. | I used the latest version of the Arduino IDE for the software development of this game, making use of its compilation error checking and nice black background ^_^. | ||
Line 65: | Line 69: | ||
===== Conclusions ===== | ===== Conclusions ===== | ||
+ | At first I thought this project will be quite straight forward and honestly, quite boring. | ||
+ | But as soon as I found a project that really called out to me and decided to improve upon the original code, the more I started to enjoy working on this project. | ||
+ | It is certainly is a challenge to make sure the code you develop is easy to understand, works as intended and most importantly, does not have redundant pieces of code. | ||
+ | The hardware side was quite straight forward considering that I use a I2C module for the LCD and the other components are a passive 3.3V buzzer and a button. | ||
===== Download ===== | ===== Download ===== | ||
- | <note warning> | + | The source code for the project in case you want to play the game yourself! |
- | O arhivă (sau mai multe dacă este cazul) cu fişierele obţinute în urma realizării proiectului: surse, scheme, etc. Un fişier README, un ChangeLog, un script de compilare şi copiere automată pe uC crează întotdeauna o impresie bună ;-). | + | |
- | Fişierele se încarcă pe wiki folosind facilitatea **Add Images or other files**. Namespace-ul în care se încarcă fişierele este de tipul **:pm:prj20??:c?** sau **:pm:prj20??:c?:nume_student** (dacă este cazul). **Exemplu:** Dumitru Alin, 331CC -> **:pm:prj2009:cc:dumitru_alin**. | + | {{:pm:prj2023:apredescu:dino_jump_timisica_andrei_1221ea.txt|}} |
- | </note> | + | |
===== Bibliography/Resources ===== | ===== Bibliography/Resources ===== | ||
<note> | <note> | ||
+ | * Youtube channel of Max Imagination: https://www.youtube.com/@MaxImagination | ||
+ | * Create custom character for LCD: http://omerk.github.io/lcdchargen/ | ||
+ | * Arduino_datasheet: https://docs.arduino.cc/static/32b4941b81a2c6a5308e0e9bd348d0e6/A000066-datasheet.pdf | ||
</note> | </note> | ||
<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> | ||