From 1ede08d1790d1046c06343f273711fe68ab62f83 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 11 Mar 2024 11:31:58 +0100 Subject: initial commit with 18 articles --- Game boy zero/Thumbnail.jpg | Bin 0 -> 18648 bytes Game boy zero/index.md | 25 +++++++++++++++++++++++++ Game boy zero/insides.jpg | Bin 0 -> 4053127 bytes Game boy zero/main.jpg | Bin 0 -> 4482005 bytes 4 files changed, 25 insertions(+) create mode 100644 Game boy zero/Thumbnail.jpg create mode 100644 Game boy zero/index.md create mode 100644 Game boy zero/insides.jpg create mode 100644 Game boy zero/main.jpg (limited to 'Game boy zero') diff --git a/Game boy zero/Thumbnail.jpg b/Game boy zero/Thumbnail.jpg new file mode 100644 index 0000000..c403266 Binary files /dev/null and b/Game boy zero/Thumbnail.jpg differ diff --git a/Game boy zero/index.md b/Game boy zero/index.md new file mode 100644 index 0000000..e035f8e --- /dev/null +++ b/Game boy zero/index.md @@ -0,0 +1,25 @@ +--- +description: "A Raspberry PI fitted into a gameboy DMG-01 shell" +created: 2022-11-07 +--- + +![Game boy zero](main.jpg) +![Game boy zero insides](insides.jpg) + +DMG-01 case with a Raspberry PI inside. + +## Parts list +- 3.5 Inch backup monitor +- TP4056 li-ion charge module with protection circuit +- Raspberry PI Zero W v1 + +## Problems, to address in a possible v2 +- Get's very hot on the screen, might be the power circuits behind it. +- Powers off abruptly after a while, low battery charge? +- No battery charge indication. +- Kinda jank placement of components. Glued not screwed, not as replacable. +- D-pad can register a different direction then the one pressed. +- Audio circuit can be turned up so high it abruptly shuts down the device (over current protection?). +- Audio circuit has no curcuits, just directly connected to GPIO. +- No brightness controls. +- Analogue, not digital display. diff --git a/Game boy zero/insides.jpg b/Game boy zero/insides.jpg new file mode 100644 index 0000000..75fbed8 Binary files /dev/null and b/Game boy zero/insides.jpg differ diff --git a/Game boy zero/main.jpg b/Game boy zero/main.jpg new file mode 100644 index 0000000..3cb6b8c Binary files /dev/null and b/Game boy zero/main.jpg differ -- cgit 1.4.1