This shows you the differences between two versions of the page.
|
pm:prj2023:apredescu:dinojump [2023/05/25 17:41] andrei.timisica [Download] |
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 ===== | ||
| The source code for the project in case you want to play the game yourself! | The source code for the project in case you want to play the game yourself! | ||
| + | {{:pm:prj2023:apredescu:dino_jump_timisica_andrei_1221ea.txt|}} | ||
| ===== 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> | ||