Seaver Dahlgren’s Status Report for 2/25/23

What did you personally accomplish this week on the project?

This week I started by finalizing our initial designs for the webapp. I also researched possible Frameworks to use. It seems like my top choices are react.js and Django. I think react.js is more thorough, but Django might be easier since I am more familiar with Python. I also updated our slide deck for the design presentation and practiced with my teammates and a couple of extra people. I completed the presentation on Wednesday. At the end of the week, I also received the order for the RFID sensor, so I can begin running tests on that.

Is your progress on schedule or behind?

We are currently on schedule. We finalized our design for the critical parts of our project and were given good feedback from our peers and advisor. One component we still need to flesh out a bit is how we will test the accuracy of some of the ball metrics. Specifically, how will we know the “correct” spin and angle of the ball? Our current solution is to video tape the ball. This may be a bit painstaking since we will have to videotape a lot, so it might be worth brainstorming more solutions.

What steps will be taken to catch up to the project schedule? What deliverables do you hope to complete in the next week?

We will begin preliminary testing of the RFID sensor and the pressure sensor that we just received. I want to get an MVP of what the webapp will look like. Additionally, I think we should start designing some of the physical components for the course. We should order the ground material as well as the design for the hole. Lastly, we need to purchase the ball that we can prototype with.

 

CJ’s Status Report for 2/25/2023

This week was another good one in the world of best ball.

This week I was able to improve upon the LiDAR system and begin to compile and mess with some library’s to work with our other sensors. Our LiDAR is now able to differentiate between feet, balls, and putters. This will allow us to accurately detect the ball. I have also added a script to measure and display the distance from the LiDAR to the ball, this will need to be edited to tell the distance from the ball to the hole but that should be simple linear equations.

I was able to find raspberry pi library called mfrc522 which is a library to control our RFID sensor through GPIO connections and a SPI interface. I booted up an old raspberry pi and configured it to have SPI connections ready to go when the sensor does arrive and I began work on code to detect ball ids when a ball is placed on the RFID sensor.

Lastly, I began to work on the actual green. I have begun work on a design for the green to allow for confined walls for the LiDAR to make an outline of the course. The green will need to be slightly elevated in order for sensors to live under the course. To accomplish this, we will create a wooden base with cut outs to fit our sensors where they are needed. On top, the wooden base will be covered with green felt. The green will need to be at least 6cm off the ground to fit all our sensors and to fit a golf hole with the right depth.

Overall we are slightly behind schedule as our sensors did not arrive when we expected, however, we have a few that arrived yesterday and we will be able to begin testing them as a team on Monday.

Erik Feldmann’s Status Report for 02/18/2023

This week was fairly productive for both me and my team. Having a full week back from Atlanta, our team was able to collaborate and determine which materials were best to be purchased. We came to a decision on the RFID scanner, the RFID chip, and our IMU. I personally submitted the purchase order for the IMU. We should be able to get our hands on these parts this week. I also spent some time checking out the LIDAR unit we were bestowed. We determined detection of a golf ball is viable within a few meters, and plan to start writing code this week. We also met with Professor Kim with our modified idea, which he approves of.

I believe we are on schedule as of right now. We need to do a fair bit of testing this upcoming week, as well as start work on the web application.

I hope to have the IMU, RFID chip, and scanner in hands this week and get solid testing done on each. I would also like more research to be done on our Web App, and start writing some code.

Seaver’s Status Report for 2/18/23

What did you personally accomplish this week on the project?

We did research on several of the weight sensors that we will be using for the putter hole part of our project. In addition, I also researched a couple of the RFID scanners and RFID tags and identified a few that could be ideal for our project. After collecting all of this info, I selected the best one that we would purchase. I then placed orders on the chosen RFID tags, RFID sensor, pressure sensor, and IMU chip that we will use in our project.

Is your progress on schedule or behind?

We are currently on schedule. We identified that we can use CMUs LiDar sensors to identify an orange-sized ball. Thus, we now have a confirmed way for finding the location of the ball at all times. In addition, we also purchased the sensors we wanted for the bulk of the project. The most concerning is. the IMU because it will be inside of the “golf ball” and have to withstand strong hits. Therefore, we will need to measure how effective the IMU is in measuring orientation and spin,

If you are behind, what actions will be taken to catch up to the project schedule? What deliverables do you hope to complete in the next week?

We will need to start working on the current software implementation for the web app while we wait for the other sensors to arrive. In addition, we need to work on finding out how we are going to build the ball. The plastic ball can be bought, but we need to make sure we can the right size. Lastly, we should identify a mechanism to hold the LiDar sensor so that it can see the right height of the ball.

 

 

Team Status Report for 02/18/2023

This week we were able to make a lot of progress with Seaver and Erik returning home from their swim meet. We mainly finalized our design and ordered parts/sensors to begin testing with.

We had a breakthrough this week where we were able to verify that the LiDAR sensor that we got through the ECE inventory was able to successfully detect a golf ball. A few risks still with this component will be reliably detecting the golf ball and the distance to the hole while not becoming confusing by other objects such as the putter or golfers feet.

One change that we have decided to make it to line the putting green with a boundary wall. Mini-Golf Course with 9 Holes | A Fun and Challenging Event Rental

As shown here, the golf holes have barrier walls around them. This will allow us to do two things, first we will be able to embed the LiDAR sensor slightly lower as currently a golf ball passes just under the plane of vision for the sensor. Second, this will allow the LiDAR sensor to begin a calibration phase in which it measures and stores data about the hole with no other objects. This will yield more accurate object detection and distance measurement on the course.

Some of the final items to iron out are how we are building the hole itself, what components will it have, and what materials will we be using. We plan to finalize and begin building sometime mid next week as we want to verify each component of the system first before building the green itself.

Overall we are on track for our project and following the schedule. We should be able to build component prototypes for every subsystem in the entire project by the end of next week putting us well on track to have our plan verified before spring break.

CJ’s Status Report for 02/18/2023

This week was very productive. With Seaver and Erik back from their swim meet we were able to meet up and really iron out some of the details of our design. We went ahead and selected a pressure sensor for the hole, an RFID sensor and tag for the ball, a bluetooth enabled IMU for the ball, and the LiDAR sensor to detect the balls distance.

I primarily spent the week messing with the LiDAR sensor. First thing was finding a suitable library to control the sensor. After messing with the poorly documented one on the manufacturers website, I found another implementation that was much easier to understand and was written in Python which I personally enjoy better than C++. After some messing around I was able to have the LiDAR scan across an entire room and scan with a golf ball in it’s field of view. The next challenge was slowing down the motor, this sensor comes with a USB chip to control it, however, the chip sets the spin rate of the LiDAR sensor to a set rate. This rate does not allow for the angular resolution that we are looking for and need to properly detect a golf ball. To get around this, I used an Arduino to highjack the PWM MOTOR_SPEED control pin and was able to slow down the spin rate successfully.

From there, I began to write some code to try and detect the ball edges. Below is a photo of the LiDAR output. I was able to write a ball detection program that highlights the ball in red. For a standard golf ball, this worked up to 10 feet away which is within our requirements.    

Our project is on track and we are expecting the rest of our sensors next week. From there, we are going to test each individual component. Next week we hope to have developed a prototype of the hole and proper distance measurements. Once these have been completed we will move into designing and building the golf hole.

Seaver Dahlgren’s Status Report for 2/11/2023

This week I primarily worked on the slides for our first presentation and pitch for our project. I read over our slides and added suggestions and ideas to them. The slides can be found attached. After our presentation this week, I also communicated a bit with Professor Kim about how we may need to restructure our approach for our project. Specifically, he identified that the IMU sensor might not accurately detect ball movements precisely enough to calculate distance and acceleration.

We are perhaps a bit behind our original schedule as we need to ensure that our ideas now correspond to the design and scope suggested by Professor Kim. However, since he is proposing that we scale back our project, I think that this may alleviate some of the time it will take to pivot to this new design.

As we ramp up this week, Erik and I will meet with CJ to identify which of the sensors he has ordered and which ones we still need to purchase. Then, we will also solidify our ideas about our new restructured design with Professor Kim, to confirm we are on the same page. Once this is given the green light, we can move to design some of the software that may be needed for our web app. Additionally, we can identify the physical parts we own/need for the golf ball, club, and course itself as these will be key to our demo.

Erik Feldmann’s Status Report for 02/11/2023

This week I was unfortunately not able to accomplish much work, due to being out of town for my conference championship swim meet from Tuesday until Saturday. Every day I was at the pool for over 12 hours, so I had very little to no downtime to do any work for any of my classes. However on Sunday (February 5th) I worked on getting our teams project proposal slides completed, and practiced delivering my speech.

I believe our progress is a bit behind, since both Seaver and I were out of town for the week, leaving CJ with a lot of research to do on his own.  Professor Kim would like us to change the scope of our project, so we certainly have a lot of work to take on.

Next week I would like to know exactly what components we will be purchasing, as well as nailing down delivery dates and cost. Communication with my team will be critical, such as learning what components CJ has already checked out, so we don’t waist time doing the same thing twice. I also want to have an updated, heavily detailed implementation that Professor Kim approves of.

CJ’s Status Report for 02/11/2023

This week was a week of rebuilding. I spent the first part of our week considering how we could pivot our idea after receiving feedback about our proposal. My main concern was that the LiDAR sensor would not be sensitive enough to detect a golf ball in the manner that we would like.

After spending a day researching the Slamtec RPLIDAR A1M8 sensor that is in ECE inventory, I was able to come to the conclusion that this should work for our implementation. The spec provides information about the accuracy, specifically that it’s accuracy is within 1% ≤ 3m, 2% 3m-5m, and 2.5% 5m-25m. Since our distance requirement is putts from 0m-10m, this means that at most the error we could see would be 2.5% of 10m is 25cm. Modifying our use case requirement for accuracy to be 3% within range seems logical and can work with this sensor.

My only current concern is the angular resolution as that will ultimately be telling us where the ball is. The spec had this listed at ≤1%. At a distance of 10m, that could be up to 10cm. With a golf ball being 4.2cm in diameter this would mean that either our max distance to reliably track the ball is 4.2m or we would need to consider using a larger ball. Because the spec is unclear about this, our team has placed an order form for this part and hope to start verifying the spec accuracy this upcoming week.

Spec Document

Otherwise, I worked with my team to revise our implementation plan and use case requirements based on the feedback from our proposal. Given the circumstances with both of them being involved in swim meets throughout the week and having limited time to meet, we were very productive and should be on track after a strong week next week.

Team Status Report for 02/11/2023

Team Status Report

This week was spent mostly revising our use case requirements and plans for our project after receiving feedback on our proposal presentation. We have settled on an implementation that includes one mini golf hole that a golfer can practice putting on. We plan to use a LiDAR based implementation to measure the distance from the hole to the golf ball. We also plan to use an IMU and pressure sensors to provide the golfer with information about their putting speed, spin rate, and accuracy from various ranges.

Our biggest risk is the granularity and accuracy of the LiDAR sensors. We are uncertain if the LiDAR sensor will be able to accurately recognize the ball. To mitigate this risk we have put in an order form for the LiDAR sensor from ECE inventory and hope to begin testing Monday. In case of failure to recognize a golf ball, we plan to use a slightly larger ball in order to accommodate for the accuracy of the LiDAR and help fit an IMU sensor and Bluetooth transmitter inside.

Our project’s main changes involve the size and shape of the green as well as the sensors we are using to measure distance. Our original idea was to have a more circular green, however, this would involve a series of concentric RFID sensors as “starting positions” for the putter. This then relied heavily on an IMU to measure the distance from the hole to the golf ball. We realized that this may not be the most practical as IMU’s that would meet our price range and size requirements would not be accurate enough. Pivoting from this idea, we have decided to do a more traditional mini golf hole that is more one directional. This will allow us to us a more accurate LiDAR sensor placed behind the hole to estimate the distance from the ball to the golf hole.

Our project includes considerations for public health and the environment. Our project’s electrical components will be either used in a lower power mode, or will be drawing very little power in general to help reduce electricity usage and help the environment. Our project will also rely parts that give off no emissions, which will further prevent any harm to the environment and the user of our project.

Overall we are still on track for our project despite having to revise our plans this week.