Merge branch 'main' of gitlab.fdmci.hva.nl:propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59

This commit is contained in:
Dano van den Bosch
2024-03-26 11:28:35 +01:00

View File

@@ -10,7 +10,7 @@ Then I came across a teaching site (https://www.codingkids.nl/arduino-buzzer.htm
### Arduino Video
I watched a video about using Arduino and took a lot of op notes along the way.
The link is: (https://www.youtube.com/watch?v=BLrHTHUjPuw).
```
\/\/Arduino information:
\/pinnumber(locatie, in-/output)
@@ -69,13 +69,13 @@ examples, basics, fade
\/ servo's
examples, servo, sweep
```
### Linux and raspberry PI.
To gain more knowledge about Linux, I first asked my classmates if they could get me started.
They showed me how to gain access to a server and told me how to navigate through files.
By doing this I got taught the following commands:
```
~ $ 'ls -la' = show file / folders
~ $ 'top' = see currently running programs
@@ -89,7 +89,7 @@ By doing this I got taught the following commands:
~ $ 'ping ip addres'
~ $ 'ssh username@ip address' = open ssh connection.
```
### Air, temperature, and all sort of stuff.
After the Linux coding I decided to take a step back and began gaining experience with sensors.
@@ -117,8 +117,6 @@ Serial.println(F("DHTxx test!"));
dht.begin();
}
void loop() {
delay(2000);
//a float has decimal numbers and the library reads the measurements.