Digital Project
Digital Project
real python :)
Python exercises worksheet 1 link: https://docs.google.com/document/d/1T6s0ugBsogKXy3YRzrXuyOgDSJjyd_zLTAAw7Sze9Ls/edit?tab=t.0
From this worksheet, I learned how to use different variables and data types in programming and what each one does in a code. Something I want to know more about is how Python was created.
Programming Day 2 (04/01/2025)
rattlesnake!
Python exercises worksheet 2 link: https://docs.google.com/document/d/1GB-7B-OaCRO2BQ0JwjXtFwsG7dHHaa3qZcxDSTm4J1s/edit?tab=t.0
From this worksheet, I learned how to represent values in dictionaries and loop values in a list. Something I want to know more about is how to write shorter but still equivalent ways to write different statements.
Microcontroller Post (04/07/2025)
A challenge I tried to solve was to make the time of the real-time clock be aligned with today's date and time. To solve this, I altered the original code to change the If False statement to an If True statement. Afterward, I changed it back to be If False.
Github Link: https://gist.github.com/leenaliang17/9d9006d4e10c821d8a960dc16217e66f
Digital Project Description (04/09/2025)
My idea for the digital project is to do a real-time clock. I will be using the Feather ESP32 microcontroller and a PCF8523. It will be part of my amplifier, on the wood panel above the speakers.
Final Digital Project Documentation (05/23/2025)
Github code link: https://gist.github.com/leenaliang17/9d9006d4e10c821d8a960dc16217e66f
For my digital project, I made a real-time clock that includes the day, date, and time in pink. During this project, some challenges I faced were getting all the words to fit on the screen and rotating the text after I had already glued the microcontroller into my speaker enclosure.