I would like to begin my project by thanking my partner Yaretzy for being an amazing partner and doing an amazing job on the sculpture + physical aspects of our project. It turned out very good, even better than I expected before the project started.
TheOriginalIdea
I have always cared about pollution and global warming. When the project was brought to us by our teachers, I immediately thought of using the air quality in Chicago to show the theme of cultivating light.
How it WorksThe project works by pulling data from open-meteo.com, a free weather API that can get the air quality and other weather based data from anywhere in the world. By putting the coordinates of Chicago, I was able to create a webhook that pulls the air quality of Chicago which updates every hour. The lights and the motor respond to the data as the lights change color and brightness based on the air quality, and the speed of the motor changes based on the air quality.
The project shows the data by using 5 different if statements, which respond to 5 different air quality ranges, and they display a different color, brightness, and stepper motor speed.If the air quality index is <=50, the lights are green, the brightness is at 255, and the motor rotates at 15rpm. If it's <=100, the lights are yellow, the brightness is at 200, and the motor rotates at 12rpm. If it's <=150, the lights are orange, the and brightness is at 150, and the motor rotates at 9rpm. If it's <=200, the lights are red, the brightness is at 100, and the motor rotates at 6rpm. Anything below that is purple, has a brightness of 60, and the motor rotates at 3rpm.
Link to video: https://drive.google.com/file/d/1aatzQko2x86nBhdIu6ZFabyK0t17Gvc6/view?t=3.84
Project DifficultiesThere were a couple mishaps that happened in my project, but there honestly wasn't anything that was detrimental to our project. Here is a list of a couple problems I ran into during our project:
- California Track and Field tripDuring the end of our project before we started assembly, I went on a trip to California for Track and Field. This cut off a bit of time and made me a little distracted from the project, but I was able to work around it. I ended up coming in during the morning and after school a couple times to make up for missed days, and our teachers ended up giving us another small extension near the end which helped with my time for assembly.
- Soldering Proto Board Upside DownWhen I started the soldering process for my proto board, I ended up doing it upside down, which cut off a couple days of my progress by the time I realized. Thankfully I was not too far into soldering, and I was able to get a new proto board from my teacher to restart and have everything work.
Coming into this project I expected there to be more problems with my project, but I didn't run into many. I think my partner understood what needed to be done very well, and my end wasn't too much of a workload, so I was able to finish my project on time even with some problems that cut off a few days of progress of the project. Overall I think it turned out very well, and I can say I am impressed with my partner and myself. I enjoyed this project a lot and I encourage many other people to try out something like this.








Comments