Skip to main content

[Project] Gameboy Zero (Part 1 - Gathering Resources)

If you head over to the sudomod wiki page you can find a list of items needed for you to build a Gameboy Zero from scratch. However, a lot of these items are expensive to me, such as the Adafruit PowerBoost and any other things that have to be shipped either from US or UK.

So I started sourcing for my own parts from other places (mainly China) to try to obtain a list of items that are as cheap as possible, but functionally similar to the original parts. Thankfully, the sudomod wiki has an list of alternatives for every item that is needed, and comments if the item has been used in any other GBZ projects with or without success.

So after Googling around as well, I have come up with a list of items that I will use instead of those on the GBZ with custom parts wiki. Here is a list of the more important components:-

  • Screen: 3.5'' GearBest Composite screen
  • Charging circuit: Got from eBay, Looks similar to the Banggood PowerBoost
  • Battery: 4 x Lithium-ion cells (14500)
  • Button PCB: Tinkerboy's GBZ PCB v2.1
  • Brain: Banana Pi M2 Zero

You might wonder why I am not using the RPi Zero. Well, I personally cannot see myself able to stand the long boot times. The Banana Pi has a Quad-Core CPU and a Mali 400 GPU, which should provide it a significant edge over the RPi 0. However the thermals have been reported to be a small problem.

Also another question is why the Tinkerboy? My answer is that my patience runs thin very quickly. So I'll gladly take any shortcuts that comes my way. Tinkerboy's button PCBs have a lot of components included on the PCB itself such as a Teensy, audio out, and also holes for you to connect a PSP joystick. All I need to do is to connect the hardware I need to the board.

There are also some extras that I plan to throw in as well. These are:-

  • PSP Joystick
  • Six button layout (A, B, C, X, Y, Z)
  • Thermal management (passive)

The rest of the components (speaker, switches, etc do not matter much so I am not including them in this post.

However, do follow along as I will definitely try to bring this project to life over the next few months. I will constantly update this post as I source for more items. The price list is below, and every item is linked to their respective pages that I bought from.

Price List (in SGD):

  • 3.5'' GearBest screen - $19.50
  • Banggood Charging circuit - $2.10
  • Banana Pi M2 Zero - $22.70
  • Screen cover + 2 sets of silicon buttons + button shells - $9.90

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...

[Project] Pi-based Laptop (Part 2 - The SBC)

In Part 1 of the Pi-based Laptop, I have mentioned that I needed to look for an SBC that is more powerful than the Raspberry Pi 3B+ to power the laptop. Do refer back to that particular post to check out what I am looking for. Since there are so many SBCs in the market now, I have decided to be very strict in my elimination process. As long as the SBC does not hit one of the core criterias that will affect performance, it will be dropped. I will, however, make some leeway for criterias that should not affect the performance too much such as the WiFi not supporting 802.11ac. After searching around (admittedly it got boring very quickly), I have narrowed down my search a little by including major boards that run on the RockChip RK3399 (hexa-core, 4-cores @ 1.5GHz, 2- cores @ 2.0GHz). I have also included boards that seem powerful enough on paper. The budget I'm looking at? SG$180 for the SBC and its components (~US$140). So here are the final contenders: Rock64 RockPro64...

[Post] Logitech M590 Multi-device Silent Mouse

Image from logitech.com As mentioned in the Logitech K375s post , I use the Logitech M590 in conjunction with the keyboard to work across multiple devices. The M590 also comes with a Unifying receiver, meaning that by buying this and the K375s, I will have 2 Unifying receivers to use for these 2 devices. You can connect both devices to a single Unifying dongle by either using the Logitech Unifying Software, or using the Logitech Flow Software (these two are Flow compatible). This mouse is also a silent mouse, perfect to go together with the previously mentioned Logitech K375s. The mouse is able to pair with 2 devices either through the Unifying receiver (which I have 2 of thanks to the K375s), or Bluetooth. I find the Bluetooth connectivity a bit shotty at best, and it takes some time to switch between devices (at least for me). So personally I prefer to have the mouse and keyboard both connected to both my Unifying receivers. As also mentioned in the K375s post, these devices su...