Link to Python worksheet: https://docs.google.com/document/d/1s2kTg8gC8FYn7-d5JTfzQY7lhTySwBeL1IS6I2M3-r8/edit?tab=t.0
Something I learned in this worksheet was how assigning numbers to variables actually helps when writing code. Something I want to know more about is how to use variables to help write code for our electronics.
I learned how to make lists and loops during this python work session. Something I still want to know more about is how to embed numbers and parts in a command.
Me and George tried to solve many challenges including fixing our code and needing to switch microcontroller because our first one wouldn't accept our code. Our solutions besides switching microcontrollers were recreating our files and making sure they were being downloaded to the controller and not my computer.
My idea is to have the screen displaying what song and artist is currently playing (Spotify API). I am using the FeatherESP32 and it will be in the front side of my stage.
Link to spotify API: https://github.com/LWHSTechnicalArts/AandD_Digital_Project/blob/main/spotify_api_micro.py
I used the feather ESP32 and coded for Spotify API which allows me to view what song and artist is currently playing.
Through this project, I learned more about python code and how it works. This code in particular was extremely challenging as I had to connect it to both WIFIs and add almost 300 lines of code for it to work.