Week 14: Reflection And Learnings
Download All Week 14 Python Files Here. The Unity projects were far too large to fit in the repo, even zipped, so here is a download link on Google Drive.
Reflection
I really enjoyed this week's project! I love using Unity, so it was extremely rewarding to combine these skills with embedded programming and microcontrolers; it bridged the gap between application software and electrical hardware. Much of my work this week will also directly translate to my final project, giving me a large boost in work completed.
Pico
- How to set up a RESTful API on the Raspberry Pi Pico
- It is crucial to reset the Pico before connecting to a Wi-Fi network concecutively
Unity
- How to send GET requests over HTTP in Unity
- Unity projects can have filepaths too long to zip so it's necessary to first move or copy them to a higher directory (which can take a long time)