Black "beauty" - RPI3B

Show off your completed Game Boy Zero, or post your build logs here!
User avatar
DrMeet
Posts: 9
Joined: Mon Apr 30, 2018 2:36 am
Has thanked: 5 times
Been thanked: 3 times

Black "beauty" - RPI3B

Post by DrMeet » Sat May 05, 2018 10:19 am

Short introduction to my black "beauty". ;)

It was a very funny project ... and killed a lot of time.

Basically, I'm satisfied, but at one point or another, I could have worked cleaner. I think for my first build, it is okay.

See my parts list for more details:
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Best regards from germany

Pictures:
SpoilerShow
01.jpg
01.jpg (714.61 KiB) Viewed 6931 times
02.jpg
02.jpg (755.93 KiB) Viewed 6931 times
03.jpg
03.jpg (704.78 KiB) Viewed 6931 times
04.jpg
04.jpg (749.73 KiB) Viewed 6931 times
05.jpg
05.jpg (1.28 MiB) Viewed 6931 times
My first build: Black "beauty" - RPI3B

User avatar
Robochris
Posts: 310
Joined: Thu Feb 16, 2017 7:49 am
Location: Ohio
Has thanked: 82 times
Been thanked: 41 times

Re: Black "beauty" - RPI3B

Post by Robochris » Sat May 05, 2018 11:04 am

Nice work! I actually like the screws on the sides, subtle so it doesnt look like hack job.

User avatar
VeteranGamer
Posts: 1738
Joined: Thu Jan 26, 2017 11:12 am
Location: London, UK
Has thanked: 528 times
Been thanked: 909 times

Re: Black "beauty" - RPI3B

Post by VeteranGamer » Sun May 06, 2018 3:22 am

DrMeet wrote:
Sat May 05, 2018 10:19 am
Short introduction to my black "beauty". ;)

Basically, I'm satisfied, but at one point or another, I could have worked cleaner. I think for my first build, it is okay.
nice build....

for a first build you did really well
and its good to see another HDMI build.....


can you share some of what you did...

how you modified the screen to fit (as its the later version of the Kedei HDMI, which others have complained about fitment issues)
and also how you extended the SD Card on the Pi3 (as it doesn't have test pads like the Pi0)...

also hows the power on the system, are you getting the lightening bolt pop up with your setup....


thanks, nice build....



.

User avatar
DrMeet
Posts: 9
Joined: Mon Apr 30, 2018 2:36 am
Has thanked: 5 times
Been thanked: 3 times

Re: Black "beauty" - RPI3B

Post by DrMeet » Sun May 06, 2018 4:15 am

Ok, I probably did not take enough pictures...and I do not want to completely dismantle the gb again. :shock: SORRY

So I try to explain it.

SD Card Socket: I have the aluminum shield bent up by desolder the two soldering points in front...then I soldered the lines directly to the pins and soldered the shield again.

HDMI Screen: I have the screen separated from the lower main board ... with a scalpel carefully solved. I have also removed the touchscreen from the screen, it's like a foil just peel it off (then the picture appears clearer). I cut the pcb accordingly, the labeled area can be completely removed. From the screen itself, all protruding plastic (white) parts were removed with a file. so the screen fits without making any adjustments to the dmg housing. Furthermore, I remove the audio jack, gpio connectors, main switch and the microusb from the pcb.

Power: First I used the following power adapter/charger, but 1A is not enough.The lightning bolt came over and over...and games have heavy framedrops and sound stutterring about every 2 minutes.

5V 1A

The other adapater works flawlessly without any problems...

5V 2.1A

Problems:
  • Safeshutdown: low Bat detection doesent work (i have no idea why - the power off works flawlessly - it is not noticeable to see in the logfiles) EDIT: i pulled the lowpin manually to ground...but nothing happens. I change the GPIO Pin from 17 to 18 with the same result...that drives me crazy! :x :?:

    EDIT2: i use

    Code: Select all

    gpio readall
    and the GPIO 17 works ... but the script does not react to that ... why?
SpoilerShow
2018-05-06 18_07_59-pi@retropie_ ~.png
2018-05-06 18_07_59-pi@retropie_ ~.png (28.71 KiB) Viewed 6795 times
2018-05-06 18_09_09-pi@retropie_ ~.png
2018-05-06 18_09_09-pi@retropie_ ~.png (28.35 KiB) Viewed 6795 times
EDIT3: ok i use the

Code: Select all

watch '(gpio readall)'
to check if the Safeshutdown 1.0 PCB is working...and yes it works great, exactly at 3.25V the GPIO 17 goes into the status "low" (0). The Power Monitor script does not recognize this condition ... but why?
@Camble: i hope you can help!

(Can we discuss this here? I can not really get on with it!)

And please excuse my bad english ... if you do not understand something please just ask again. :D
My first build: Black "beauty" - RPI3B

User avatar
MegaLoop
Posts: 23
Joined: Mon Feb 26, 2018 5:19 am
Has thanked: 6 times
Been thanked: 7 times

Re: Black "beauty" - RPI3B

Post by MegaLoop » Mon May 07, 2018 8:02 am

Very nice. Those side screws are a great way to hold it together. How is that joystick placement for play-ability? I figure with N64 games the Z trigger would be hard on the hand assuming you'd be using R1 or R2. I'm still undecided where to go on my CM3 build.

I also have issues with the low power on the generic Safeshutdown. My system actually slows down when GPIO 17 is in low state, so it does seem like the script is doing something. Haven't delved into it more yet, as the slowdown works fine for me for a battery warning. Your Pi3 might not experience the slowdown being faster than my Pi0. Perhaps the omxplayer command needs modification on line 32 in the script?

User avatar
DrMeet
Posts: 9
Joined: Mon Apr 30, 2018 2:36 am
Has thanked: 5 times
Been thanked: 3 times

Re: Black "beauty" - RPI3B

Post by DrMeet » Mon May 07, 2018 8:44 am

Concerning N64 and playability I can not say anything yet. I am not that far yet. 😉 But I tend to make it rather impractical and more likely to show "yes it works and it's nice to have" more unfortunately not.

I have no slowdowns if GPIO17 goes to 0.
i hope the script will soon optimized.

Best regards
My first build: Black "beauty" - RPI3B

User avatar
Camble
Posts: 885
Joined: Thu May 05, 2016 2:31 am
Location: Scotland
Has thanked: 269 times
Been thanked: 488 times

Re: Black "beauty" - RPI3B

Post by Camble » Mon May 07, 2018 1:05 pm

DrMeet wrote:
Sun May 06, 2018 4:15 am
  • Safeshutdown: low Bat detection doesent work (i have no idea why - the power off works flawlessly - it is not noticeable to see in the logfiles) EDIT: i pulled the lowpin manually to ground...but nothing happens. I change the GPIO Pin from 17 to 18 with the same result...that drives me crazy! :x :?:
There is an issue with the current version of the script (https://github.com/Camble/Safe-Power-Monitor/issues/10) so low battery detection should be disabled.

I'm currently writing a new version as there seems to be a few other niggles with the existing version.

Alternatively, the original script is still available: https://github.com/Camble/GBZ-Power-Monitor_BG

User avatar
tinkerBOY
Posts: 710
Joined: Tue May 30, 2017 4:00 am
Has thanked: 294 times
Been thanked: 206 times

Re: Black "beauty" - RPI3B

Post by tinkerBOY » Sun May 20, 2018 1:00 am

How many hours of playtime are you getting with those batteries?
New! tinkerBOY PowerSwitch v1.0 with Safe Shutdown
Game Boy Zero Controllers available @ tinkerBOY.xyz * Support
tinkerBOY Controller v3.0 - built-in usb controller, usb audio, and usb hub
tinkerBOY Controller v2.0 - GPIO buttons and builtin PWM Audio and Amplifier
tinkerBOY Controller v1.1 - simple pcb button
* DPI Adapter - better display for GBZ
* keyboard converters - IBM XT/AT Soarer's Converter | ADB to USB Converter

User avatar
DrMeet
Posts: 9
Joined: Mon Apr 30, 2018 2:36 am
Has thanked: 5 times
Been thanked: 3 times

Re: Black "beauty" - RPI3B

Post by DrMeet » Mon May 21, 2018 2:24 pm

No I have not tested yet. Which game or program should I run? The playtime is very dependent on the cpu utilization.

EDIT:
Ok here are my results.

I testet SNES Super Mario Kart...killer loop.

I have two SSH Sessions on.

RPI3B
Battery capacity: 6800 mAh
WiFi ON
BT ON
CPU@1200 MHz

Runtime: 03:31:15 (GPIO goes to low (3.25V))
SpoilerShow
20180522_163411.jpg
20180522_163411.jpg (440.01 KiB) Viewed 6232 times
20180522_163431.jpg
20180522_163431.jpg (541.37 KiB) Viewed 6232 times
GPIO17_1.png
GPIO17_1.png (673.72 KiB) Viewed 6232 times
GPIO17_0.png
GPIO17_0.png (746.85 KiB) Viewed 6232 times
My first build: Black "beauty" - RPI3B

spacemishka
Posts: 75
Joined: Tue May 29, 2018 6:47 am
Location: Usa
Has thanked: 14 times
Been thanked: 13 times
Contact:

Re: Black "beauty" - RPI3B

Post by spacemishka » Wed May 30, 2018 2:14 pm

Hey DrMeet,

Which charging Controller are you using?

Grüße aus Berlin
Peter

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest