↯ Projects

Below are all major projects that I have completed up to today, details on in-progress projects, and outlines of future projects. The post date of each entry refers to the date the project was completed, some dates are approximate as I did not note down the exact date of completion before this website was made.

Solar Powered Desalination Unit

this project has been completed
this project's documentation is up to date

Water scarcity is quite a large problem lets try to tackle this by taking unpotable salty water and distill it into potable drinking water.

Read More

EEPROM Programmer

this project has been completed
this project's documentation is in progress

Making an EEPROM programmer would allow me to simplify many logic circuits as I can program EEPROMs to hold a specific “code-block” of a circuit.

Read More

Cantilever 3D Printer v1

this project has been completed
this project's documentation is up to date

3D printers are cool! Let’s make a 3D printer to learn more about control systems and mechanical design. Let’s also keep it affordable but still accurate.

Read More

Deployable Modular Water Catcher

this project has been completed
this project's documentation is up to date

Water scarcity is quite a large problem lets try to tackle this by catching water from low-lying clouds in arid mountain regions.

Read More

Various 555 IC Based Clocks

this project has been completed
this project's documentation is in progress

Clock circuits are quite useful especially for making breadboard computers as it allows us to run the fetch-decode-execute cycle without having to manually step the cycle.

Read More

Website Deployment

this project is in-progress
this project's documentation is in progress

Let’s make a website to organize all my stuffs into one place. Let’s also make the website easy to read and pleasant to look at.

Read More

General Purpose Control Box

this project has been completed
this project's documentation is up to date

Ever since the 3D printer was finished we were stuck with a mess of wires, let’s make a housing for all the electronics. Making it general purpose would allow me to use the electronics easily for other projects too.

Read More

Digital Logic Simulator

this project is in-progress
this project's documentation is in progress

Making a general purpose breadboard computer would be very cool, but we first need a way to design the computer to prevent unessasary pain. A properly done program would allow me to use it for electronic projects in the future too.

Read More

Website Home Page Graphics

this project is in-progress
this project's documentation is in progress

Creating some cool-looking graphics for the website’s homepage would make the page a lot less boring. Let’s also learn how to program ray-traced graphics while we are here too.

Read More

Analog Gauge-Based Task Manager

this project is in-progress
this project's documentation is up to date

Let’s make a Analog task manager inspired that allows us to display the CPU core loads, CPU core temperatures, CPU power consumption, GPU load, GPU temperature, GPU power consumption, and memory usage. We could also make modular blocks that can form a larger display, perhaps using unconventional 6.35mm headphone jacks for communication between blocks might be cool.

Read More

Custom 16-bit Breadboard Computer

this project is in-progress
this project's documentation is in progress

Let’s use the digital logic simulator to build a 16-bit custom computer with a 32-bit address bus using 7000 series of ICs on a breadboard, let’s also first run the design in the my digital logic simulator to ensure that it works correctly before building it. Let’s also try to keep complexity low by cheating and using dedicated memory ICs rather than building our own memory from scratch.

Read More

Electric Car for Race Competition

this project has been completed
this project's documentation is up to date

Okay so there’s this electric car competition, our school has an electric car. Let’s improve the design to make it vastly superior to other racecars, I have limited time to complete this so lets blitz it and hope for the best. This is a team project!

Read More

DIY Satellite Phone + Network Monitor

this project is in-progress
this project's documentation is up to date

Let’s first make a general case for my phone so that I can tinker and create different devices for special use cases. Let’s then try to create a DIY satellite phone, walkie talkie, radio, and network signal reader as the first special use case for the general frame.

Read More

Server Hoster and Scheduler

this project is in-progress
this project's documentation is up to date

Port forwarding although very safe today with NAT boxes, etc. I still find it a bit annoying. To run any server you have to keep your machine on, baby sit it, etc. So what if we used a free VPS and a web scraper to run any type of game, web, sim server possible? We need a script to do that.

Read More