School Projects

Multidisciplinary Senior Design (MSD): Autonomous Golf Push Cart

Overview

Golf is a low impact sport that many people play for leisure. However, the game requires heavy equipment to play, and the time spent carrying clubs during an 18-hole game can last nearly five hours. Golfers often seek alternative options for carrying their clubs. A good alternative is a semi-autonomous pushcart that can lessen strain on the players' back, but still allow them to walk the course for light exercise. Current options for semi-autonomous or electrical carts are costly and not customizable for the customer, hence the need to explore more budget friendly options with custom features. To achieve this, a set of customer requirements were converted into engineering requirements and electrical and mechanical subsystems were designed accordingly. These systems allowed for special features such as different operation modes, the ability to last an entire duration of an 18-hole game, and the ability to easily transport the cart from golf course to home. By the end of the project, a functioning semi-autonomous pushcart was produced for the customer. Future work could include improvements in compass capability, sensor detection of objects versus inclines, cart mountings, course map selections, and cart aesthetics.

Position: Project Manager (PM)

  • Led main electrical and initial mechanical system designs

  • Focused on:

    • PCB Design

    • Electrical Power Distribution

    • Safety Circuitry

    • System integration (electrical & mechanical)

    • Sourcing

    • Schedule

    • Budget

    • Weight

Main PCB Design

Handled the power management and data from the sensors and communication protocols

User Tracking PCB

Designed to support the user’s wireless GPS coordinate data transmission to the cart.

NXP Cup Car

3rd Place Finish

  • 20 teams competed

  • Only team to correctly implement stopping algorithm

  • The data from the line scan camera was smoothed (5-point averaging filter), dynamic threshold (flattened data >80% of maximum value), and convoluted (took derivative))

  • Car had no previous experience on the competition course (new course layout)

    • Other teams struggled with this as their algorithms could not handle lighting in the corners of the room and under the desk

  • Final course was much longer and complex than the courses we trained on

Pong on FPGA Running PicoBlaze

Custom Pong Game Implementation

  • Running on a Nexys 4 DDR board (FPGA)

  • Utilizing PicoBlaze (8-bit soft core processor)

  • Resolution: 1280x1024 at 60 Hz (VGA)

  • Clock: 108 MHz

  • Algorithm

    • PicoBlaze: scoring

    • VHDL: multi-user input, current & future ball position, and VGA (pixels)

  • Adjustable ball and paddle speeds