Skip to main content

[Project] Gameboy Zero (Part 2 - The Drawing Board)

So... I gathered resources before planning... And yes, the inevitable happened...
My Banana Pi M2 Zero arrived some time ago, only for me to realise that there is no Composite output. The Banana Pi only supports HDMI out...

Admittedly this is quite a dumb mistake hat can be avoided easily if I had done some prior research and planning.

"What's the issue with HDMI out?" I hear.

Well it would not be much of a problem until I remembered that I ordered a screen that only accepts Composite input. There is apparently no way to output a composite signal through the GPIO pins either. So bad planning on my part.

So I gave in and brought out my trusty pencil and paper, and started to plan how the thing would turn out.

I don't have a lot of time to spend on planning these projects, but here are some sketches I have drawn up so far. I am not a design or engineering student so don't expect too much :P

Keep in mind also that these are estimates. For example, the GameBoy DMG is about 9 to 9.5 cm wide, but I somehow managed to estimate the TinkerBoy board to be about 10cm... But it helps... So I'm doing it anyway.

This post will be updated with new images. So do check back after a while.


Comments

Popular posts from this blog

[Guide] Installing Microsoft Office 2016 on Ubuntu Using WINE

WINE is a compatibility layer that lets Linux users install and run Windows applications. It is not a virtual machine or an emulator. In simple words the compatibility layer translates Windows calls to Linux calls and thus something that can be understood by the underlying Linux system. For GUI folks (like me), PlayOnLinux is a graphical frontend to manage WINE applications. It also helps to automate some processes during the execution of the EXE files through the use of POL Scripts. All along POL  has a script that installs Microsoft Office 2010 to a point where it runs quite smoothly and mostly bug-free. However, future versions of Office have failed to be installed or run properly. As I was playing around with a copy of Microsoft Office 2016, I was able to get Microsoft Office 2016 running "well enough TM " such that it can be used on a day-to-day basis. Here I will outline the steps I have done to accomplish My laptop is running Kubuntu 18.04.3 LTS and has POL 4.2...

[Rant] A Phone That Costs How Much???

Phones are getting higher in price year by year, in the name of "better performances" or "better features". Are they really worth the premium? Are they worth the ever- hiking price tags? I mean personally, I won't spend my money on a S$2000 phone. I would already be complaining if the phone is exceeding the S$600 mark. But still, don't get me wrong - these phones are not bad per say, but for the price, they are not amazingly good either. Are they usable? Definitely. Are they going to knock my socks off? ... No. The last time a phone knocked my socks off was when I got myself a VKWorld T2 (a 3G Android Flip phone) back in 2016, but my socks were put back on quickly (ha!) When the phone broke down within months of me using it. Then again, considering its price of SG$150, nothing of value was lost. Nowadays, when I shop for phones, I keep my budget to SG$200. Xiaomi proved to be the reliable brand in this price range. Their phones are low in price, but are ...

[Rant] Rapberry Pi 3B+ is great but...

Ah the new Raspberry Pi 3 Model B+. The next in line of fresh new Raspberry Pis. But in my honest opinion, I find the RPis... More to be desired . Don't get me wrong, the RPis are great for what they can be used for. But there is a strong emphasis (at least in my experience with the Raspberry Pi 2 Model B) on *light* . On the RPi 2B, I have had troubles with the UI working not smoothly, especially when the web browser is opened. And these are on a Quad-Core SoC on the RPi, effectively affecting the ability to even multitask. A few issues I can see are stemming from the hardware to begin with... The RAM is LPDDR2. I could see that sticking to LPDDR2 is a cost saving measure to keep the prices of RPis low (I'd say RPi's price is quite low for a product of it's calibre). However there are boards out there that come with LPDDR3 or even LPDDR4 RAMs that can provide higher clock speeds (but with these come a higher price point). The Storage is Running off microSD W...