About

I’m Shaurya Shubham, an undergraduate student at UW–Madison studying Computer Engineering. I’m interested in software and hardware engineering.

Contact

You can email me at me@shauryashubham.com. I am also on LinkedIn.

Projects

Knight’s Tour Robot

This project is a robot programmed using RTL digital logic written in SystemVerilog to visit all the squares in a 5×5 chessboard using only knight chess moves. The robot is controlled using UART messages sent via Bluetooth using an Android app. This was made as a group project in my ECE 551 class.

Youtube video of demo.

Chess Game

This project is a chess game GUI that can be played with two human players. It was made in Python using the Qt GUI framework. It supports viewing game history stored in a SQLite database and reviewing old games. It also lets you save partial games to a file to play later.

Link to Git repository.

Writing