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...