Hannah Learns to Make Almost Anything
Back to Main Page

Week 11: Interfacing and Applications

Instrument/Programs used: CircuitPython, pyserial, Spyder (as python GUI)

Week 11 Lecture notes
Group Assignments page


Since most of my classmate were out of town this week, I managed a lot of the group project and asked for input from those who had a spare minute. You can see the results of our discussions here: https://docs.google.com/document/d/1hW7gOiqgb8SjjVqJJjOXGXEUXpyKwsEAWuTmP_ajesc/edit

Unfortunately, I fell ill again this week. The east coast has not been gentle to my immune system...

I Had a hard time deciding what language to use. I have minimal python experience, but have been interested in learning more so I explored CircuitPython for a while.

I have no desire to control my final project from an app or web, so I decided to basically moderately adjust one of the existing codes for my esp32 board. I had an RGB led breakout boards for when I was testing those and thought I could try to make the ESP32 web server page act as a color picker for the RGB.

idea sketch

[need image of error here]

-code error
- possibly wrong python version?
To talk about: why i think code didn't work, what i'd do differently next time

Final Notes and Lesson Learned