Select Page

Centi-Pong Game created in LabVIEW

  Scope Problem Statement Using all the available resources and functionality that LabView provides at our disposal, we are initially tasked with creating a simple game akin to Pong and encouraged to build upon it, adding mechanics and features that is not only...

STM32 to ESP32 Communication

In this project, we will setup UART and data capture between devices by communication between an STM32 microcontroller and an ESP32 using UART, ADC, and I2C. The goal is to read joystick inputs on the STM32, transfer the data to the ESP32, and display the results on a...

Accelerometer/Servo Based Ball Maze

This project was a good introduction to the I2C, utilizing the communication protocol to build a ball maze that can tilt in both directions based on the orientation of the MPU-6050 accelerometer, mounted on top of an Arduino UNO via a Shield board. The tilting action...

Firefighting Robot Project

The problem and goal of the final project is to build a robot that can navigate itself through a maze and to extinguish a flame at the end of the maze. The robot has to be able to complete this goal and execute functions autonomously. Here is an image of the maze our...

Constructing and 3D Printing a Stepper Motor Mount

In preparation for our final project to design and construct a fire-fighting robot, one of the components that will be used for the robot is a stepper motor to drive the wheels that will be attached to the shaft of the motor. The motor will be attached onto the...