Author: Felix Tang

  • MasterMind game programmed in Matlab

    To access the full code, please go to the following link: (Choose the one programmed in Matlab) https://github.com/FelixT123/CS-Student/tree/main/MasterMind This program was created as part of my first-year course project in Matlab. Mastermind game ranks high among my favorite games because it really helps me level up my critical thinking skills. Below are a few snapshots… Read more

  • How to shrink and expand SD card partition running in Orange Pi (A step by step guide)

    This blog is separated into 2 parts, Shrinking the image and Expanding SD card. Beware that it is possible to expand SD card partition with Gparted as well, but in this project, we will be using bash file instead. Part 1: Shrinking the image (Using Gparted) Installation of Rufus, Gparted & Win32DiskImager How to move… Read more

  • How to reset forgotten Raspberry Pi password

    An easy yet challenging task A straightforward yet challenging task is to deal with a QR code scanner Kiosk positioned at the entrance of a container port. The Kiosk utilizes a Raspberry Pi 3B+ (RPi) as a sensor control, connected to a LAN network and utilizing GPIOs. I was tasked with changing the IP address… Read more