Bram comment

This commit is contained in:
Bram Barbieri
2024-03-20 11:30:52 +01:00
parent c0034acf65
commit 38d34cce91

View File

@@ -196,7 +196,7 @@ void loop() {
}
```
Here I made the physical design but instead of buzzers i used lights in order to show it working.
Here I made the physical design but instead of buzzers I used lights in order to show it working.
![board turned off.](<assets/Buzzer board off.jpg>)
And here is the the board working:
![board working and turned on.](<assets/Buzzer board on.jpg>)
@@ -244,7 +244,7 @@ Even if it looked simple, this was the ignition I needed to understand python be
### Python for dummmies pt2
After some intense trail and error, I managed to connect to the websocket.
After wich i also managed to send infromation to the database by including details like pasword and such.
After wich I also managed to send infromation to the database by including details like pasword and such.
I began investigating deeper and asked for other people's vision on my code.
It wasa hard to notice what problems there were, but eventualy me and a classmate found out that the problem was inside of the database itself instead of the code. So after fixing some issues with the primary keys and some tesing with the code, I managed to fix the issues that popped up.
@@ -254,7 +254,7 @@ This will have to be updated so all names could be sent to the database without
But the current code does what we expect from sprint two but I will surely continue working on making it perfect.
### python for dummies pt3
After the sprint review for sprint two, we as a team decided that i was time to make progress with connecting more nodes, and so i did.
After the sprint review for sprint two, we as a team decided that it was time to make progress with connecting more nodes, and so I did.
I began searching for leads on how to grab information from a database, and used this website to teach me:
https://www.w3schools.com/python/python_mysql_select.asp