Something I learned through doing the exercised on this worksheet is what the different variables stand for, as well as how commenting works and is helpful. I also learned how to use if statements, and something I want to learn more about his how to use 'and' and 'or' in if statements.
I learned how lists work, as well as how to reverse and sort the order, however I still want to know more about the range function, as I'm not really sure how to use it.
My idea for the digital project is a standalone project with the Feather ESP32 microcontroller, featuring a screen with scrolling words related to music, like band names and songs.
I made a Feather ESP32 microcontroller programmed to have the band Pearl Jam's name scrolling first from left to right, then from top to bottom. During the process of making this, I learned how to use import libraries to the microcontroller and make words scroll. I faced some challenges with bugs in the code, as well as the microcontroller having not enough storage. While working to overcome these obstacles I learned how to troubleshoot when the microcontroller isn't working or processing the code (for example restarting it and using the serial button to see any problems in the code).