I may have done something.

There have been a few projects that I have worked on so far this year. I have to say none of them were mine, I mostly just assisted people with theirs. I’ve helped Peter on his project that involves fiber-optic cables, and Miles sword project.

Miles sword, I helped with a little bit of sanding and cnc
Peters project not finished, I helped him with concepts

Statistical Modeling of Geological Sampling Strategies

How can we reduce the amount of Geochemical measurements needed to reduce the amount of times we run the Secondary-ion mass spectrometry(SIMS)? This machine costs a lot of money to run. This project started out as my Science Fair Project, where I designed a code that would run data collected from samples of rocks thousands of times and come up with averages and the standard deviation of the random new subset data.

To further this project I will improve the program I currently have by adding more features that organize the data and place the data into an easily accessible spread sheet. The data will be collected and easier to analyze that way.

Overall My Science Fair project helped create the data that was needed to reduce the amount of times the machine had to run in order to reduce costs. A paper will be written about the improvement and how my project contributed.

Github Repo – https://github.com/Blas-U/ScienceFairTextures

Science Fair Project: https://docs.google.com/presentation/d/1qwVFR8dHfpo_7L_ma47hbrZ0Slzg45fPYclIlizYOVA/edit?usp=sharing

SmartBins – Blas

For our World Wide Technology project we created Smart bins that measure the weight of trash, recycling and compost in order to track how much waste is produced, to reduce it.

Scale

For this, we designed a scale, that measures the amount of weight in the bin. This scale goes under the bin and senses when more weight is added. It sends this data to our server, which will be graphed and analyzed.

Data Analysis

This data will show us what needs to be done to reduce waste. For instance, if the data says that the trash is increasing in weight at some point in time, we would know something unusual is going on and we can do something about it. Through this we can help educate children on how to reduce their waste in order to better our environment. For example, we could talk about how to reduce their waste by putting more things in the recycling. Our data would hold them accountable, showing us if they are learning anything.

Through analyzing the data many things can come of it. This project helps promote the bettering of the environment through education and waste reduction.

Procedure

In order to create our Smart Bin, first we came up with the idea of improving the environment and involving the community we have at school as a whole.

We struggled to figuring out what would be the best project and how to split up the jobs that needed to be done.

In the end, we divided the work and began working.

I helped design the Smart Bin using an Hx711 connected to a Raspberry Pi. The Raspberry Pi senses when the weight on the Hx711 is changed and sends that to our server.

This image represents an overview of the project and how the information is gathered, recorded, and analyzed.

I also contributed through the promotion of the project. Coen and I interviewed various members of the community as well as everyone on board to create our video of this project which we presented to the WWT staff that judged us.

I went to the kids at our school and talked to everyone about how to reduce weight and about our idea for our project to make sure they where all with us. I also helped advertising our idea and how it could be implemented in the future.

Closing

Overall it was a great success. I learned many things in terms of how to work with a group and how to divide work. I learned the importance of keeping a schedule and everyone on track. I also learned how to talk to large amounts of people to promote a business idea.

We won 5,000$ for the Makerspace through this project.

Next Steps

To continue this project I made a PCB that holds our Raspberry Pi and makes connecting the Hx711 sensors and the LEDs easier.

GitHub Repo: https://github.com/Blas-U/SmartBins

Hexagon light

I made a hexagon light with an epoxy lid and a peacock sticker.

There is a Raspberry Pi Pico as the microcontroller. It controls a LED strip with 16 pixels and a touch sensor.

Blas Urbano – Makerspace Portfolio

Click Image to view post:

Junior – Science Fair Paper: My Science Fair project turned into a paper

Junior – Smart Bins: For our World Wide Technology Project we created a Smart bin that measures the weight in trash, recycling, and compost in order to reduce waste.

Junior – Hexagon Table: One of the best projects that took a few weeks in computer science. A friend and I created a Hexagon epoxy table with touch sensed LEDs.

Junior – Board: Cutting board with simulated river with epoxy.

Junior – Epoxy Table Hole: There was a hole in the epoxy table with still uncured epoxy which I had to fix to no prevail.

Sophomore – Makerspace Epoxy Table: My friend and I created another epoxy table with sliced wood at different length to create a river like design.

Sophomore – Hexagonal LED tiles: This was a project adding to the World Wide Technology project. I individually wired LEDs to the back of hexagonal tiles and programmed them using python on the Raspberry Pi.

Sophomore – Framework Laptop Review: My first laptop review. This Linux laptop is easily customizable and all the parts can be changed yourself, including the ports.

Sophomore – Resin Table: My friend and I created a epoxy resin table using two separate slabs of wood joined together by epoxy.

Sophomore – Ancient Greek Spear: For my history project I 3D printed the tip and attached it to a stick to create a dory used by the Ancient Greeks.

Freshman – KeyCap Project: I worked with epoxy for the first time, creating keycaps for my keyboard.

Freshman – How to Sand epoxy.

Middle School – LED Sword: In this projects I used the Tech Shop’s CNC machine to cut out a wooden sword, attach and code my first LEDs.

Middle School – Building a PC: Together my friends and I built a PC.

Middle School – Hydroponics: Setting up code for Middle School hydroponics system

Computer Science – Shelve for Plants

Sequel of the other project that I started earlier

The light turns on and off at sunset and sunrise

All of the information in my github readMe file.

GitHub:

https://github.com/Iwannagohom/Plant-LEDs

Hexagon Table

Our goal for this project was to create a table that would detect touch and light up individual hexagons based on the location of the touch.

Our inspiration for this table was a video that made the table using a CNC machine. Because we were short of time, we were unable to use our CNC machine, and as a result we needed to come up with a different idea. This is what led to our multiple prototypes and failures.

We went through multiple prototypes testing what would and wouldn’t work. When we first started the project we tried testing out the sensor in many different ways such as wood and epoxy to see if it would activate. We later learned that it was just that the sensor had to be still and attached to something for it to sense through a material such as wood or epoxy. We tested this by hot gluing it to wood to see if it would sense through it and embedding the sensor in epoxy. They both proved successful.

Secondly, we tried using the laser cutter to cut out and fill in a single tile with epoxy. We ended up printing that wrong because we used wood on the outside of the epoxy we poured so light couldn’t shine through it. We then used a separate mold to hold the wood and the epoxy and created a single hexagon which worked just as we wanted and was a perfect prototype that is still working. We added a touch sensor to activate the LEDs which worked great.

Many of the learning experiences we went through was by learning the hard way.

In the end we didn’t use the CNC machine and we ended up using the laser cutter to cut out three layers of wood and glue them together which gave us more leeway while connecting the wires.

We were able to create a solid prototype of our table in a smaller version correctly wired except one. The touch sensors work and the LEDs are easily programmable. The table doesn’t need a computer anymore.

I was very happy with the way the project turned out!

Overall the project went well and we succeeded in making a product similar to what our original idea was. In the future we want to make the actual table using the CNC machine and we will learn from our struggles in this project.

Repository: https://github.com/Blas-U/HexaThegonTabler

LED surface

Link to GitHub about the project: https://github.com/ckey3/LED-Cube

Makerspace Q4: Part 2

After handing these tiles out we waited for the kids to decorate them so we could collect them. After collecting some we glued the decorated tile to a plain tile and prepped them for being put onto the board. We still have more tiles to collect and to get on the board. During this time, we also searched for a place to display the tile project. Alex and I walked around the school looking for a good spot. The two places we are thinking of are either on the wall towards the left of the atrium or outside the 1-2-3 classroom. Unfortunately, Alex and I are not the law makers of the school and we had to officially get permission from Mrs. Douglass before we put it on display anywhere. This task has been quite the process! First Dr. Urbano told us to ask Mrs. Hanh, so we did, but she told us ask Mrs. Douglass. Everytime we tried to go down to talk to Mrs. Douglass she was busy, so then we thought it would be a good idea to email her, but then she was out of town. Once she got back we continued to see if she was free and she wasn’t. Currently we have emailed her with information and have gotten no response. We also asked some of the lower school teachers if they had any ideas for the display. I guess this project will carry over into next year. I am excited to hopefully get the tiles on display and liven up the building with some decoration.

Makerspace Q4: Part 1

During the fourth quarter, Alex and I continued the tile project. The first thing we did was re-sort through all the tiles. This was a painstaking process, but we got through it! After sorting the tiles by grade level into baggies, we printed out the students we missed. We then handed them out to each classroom. We then were informed that we forgot to print tiles for the new faculty members from the merger, so we printed those out as well. In the following post I’ll discuss what we did after passing the tiles out.