A few projects I am planning to complete/start over the summer break..
1. Redo the NFC PCB card I had previously made to use an STM32 and have a 'flappy bird' game of sorts displayed by an array of LEDs. Hoping this will serve as a great experience to improve my proficiency in embedded system design and embedded C catered towards the STM32 IDE.
2. A soft-core processor using an FPGA development board I have borrowed from the lab. Once I have run and tested the System Verilog on the dev board hoping to make a custom PCB which supports the FPGA chip but that would be more compatible for a soft-core processor setup, which would include just adding a load more LEDs than the current 8 I have on the dev board.
3. Learning C via leetcode to improve my understanding of the language, data structures and algorithms.
4. Will think about it when everything else has actually be completed!