-
Notifications
You must be signed in to change notification settings - Fork 2
Sprint3
TODO: Add description here
Notes - Challenges:
-
We couldn't send the pictures at the same time as the seconds - RAM limited, images were bigger than the music itself, you can't chunk the images - Hardware limitations
-
Sending song notes via MQTT - Too much space when sending string containing all notes - We came up with a solution to send sequential song-note-chunks
Learning Outcomes:
Text
Lessons applicable to other courses (General, Team dynamics, Team management, What we would be different if we would do the project again)
-
Detailed plan of system and its interactions from the start - Use diagrams - Sequence diagrams
-
Because we developed our idea as the project progressed
-
This detailed plan will help us identify what interactions between systems to be implemented, then we would first make sure every conneciton works and then we would focus on implementing the featues - Save time - Classes not bloated