Merry Christmas Eve! I still can’t get over the fact that I was finishing up my last week of undergrad a week ago. The class that was stressing me out the most was my senior design project. But fortunately, it worked out well! Below is a video demonstration of the Marker Band Sorter: Ahhhh, and… Continue reading Final days of undergrad
Category: Engineering Design: Senior Project 2020
Finite State Machine for the Marker Band Sorter
The title pretty much describes this post haha. Special shout out to my loving boyfriend, Tony Nguyen, for helping me with this Arduino code! It still needs some refinement though, but this is what I’ll be testing with me team this week. Previously… So previously, I was trying to use 2 Arduino Unos. One to… Continue reading Finite State Machine for the Marker Band Sorter
Marker Bands Keep Getting Clumped Together
Or they get stuck in the Triangle Feeder (see pics below). It’s mostly 3D-printed (the dog bones were from the failed vibrating feeder – ABS plastic, iirc) with the grey triangle being resin printed. Those black brushy things are false eyelashes lol (thanks Theresa!). This whole thing is held together by superglue. If we can… Continue reading Marker Bands Keep Getting Clumped Together
Using a TB6600 Stepper Motor Driver
c
C++ Lesson Learned – Scope
What great timing! I wanted to learn more about OOP (object oriented programming) concepts, and my senior design project just did that! TL;DR = Tried to access the color signature variable (m_signature) so I could interface the Pixy2 camera with the Arduino. Manage to figure it out by understanding local and global scope, pointers, and… Continue reading C++ Lesson Learned – Scope
Pixy2 Camera *CAN* Detect Marker Bands Consistently
Last Friday, Theresa and I tested all kinds of setups to get the Pixy2 Camera to detect the marker bands consistently. And I am happy to announce: WE HAVE DONE IT! Here’s a video of it working: And here’s some pictures of the setup (with the lights on): As you can tell, I have a… Continue reading Pixy2 Camera *CAN* Detect Marker Bands Consistently
Pixy2 Camera Cannot Detect Marker Bands Consistently
Things changed up with my senior design project, and we are no longer using the $50,000 camera. With that said, we are now using a Pixy2 camera and we are sorting the marker bands by color. Up to now, I have managed to get the Pixy2 camera working to detect colors on objects. For example,… Continue reading Pixy2 Camera Cannot Detect Marker Bands Consistently
Feeling proud
I usually don’t double post in a day, but I have to say: I’m feeling pretty proud of myself! 😤 At this point in time, I got all the individual electronic components of my senior design projects work. These include: NEMA 17 Stepper Motor Servo Motor Vibrating Motor Pixy2 Camera My next steps are all… Continue reading Feeling proud
Using an A4988 stepper motor driver (Part 2)
In my previous post, I talked about setting up the A4988 stepper motor driver’s current/voltage limit. Today, I finally got the stepper motor moving! There’s just one thing that’s bugging me: the motor is a little loud 😅 So in the video below, I attached a delrin disk to the stepper motor. FYI, this delrin… Continue reading Using an A4988 stepper motor driver (Part 2)
Using an A4988 stepper motor driver
**Edit 11/2/2020 : changed the reasoning for multiplying by the constant 8 **Edit 11/3/2020 : used 1A instead of 2A for safety purposes Yesterday, I spent some time working on my senior design project (don’t worry, I still made time to have fun during Halloween hehehe). I decided to focus on the NEMA 17 stepper… Continue reading Using an A4988 stepper motor driver