diff --git a/docs/leerproces Bram/.gitkeep b/docs/LearningProcessBram/.gitkeep similarity index 100% rename from docs/leerproces Bram/.gitkeep rename to docs/LearningProcessBram/.gitkeep diff --git a/docs/LearningProcessBram/Sprint1/FirstDocumentation.md b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md new file mode 100644 index 0000000..aa3f45e --- /dev/null +++ b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md @@ -0,0 +1,9 @@ +## Bram's Learning Curve +Here i post my progress on learning and mastering arduino. I originally did the Gamedevelopment study but decided to switch to "Technische Informatica". That is why i need to learn everything from scratch, and everything is new to me. +This is the reason that i made these documents, in order to track my progression in this new study. + + +### Buzzer +For one of my first projects I wanted to learn how to use a buzzer with different notes. +To achieve this, i went on a search accross sites to see how i can use frequenties to make different sounds. +Then i came accross a teaching site (https://www.codingkids.nl/arduino-buzzer.html) that taught me the language to communicate to the buzzer what frequenties to use. This way i can make any sound come out of this simple buzzer.