Search found 51 matches

by jostie94
Thu May 04, 2017 6:09 am
Forum: General Chat (Game Boy Zero)
Topic: complete GBZ diagram
Replies: 5
Views: 5133

Re: complete GBZ diagram

26chopxped wrote:
Thu May 04, 2017 5:41 am
This is almost identical to what I'm building. Thanks for posting this! Did you get it put together and running?
still working on it... time, money.... :(

There are a few things changed in my build. I will edit this diagram when everything works.
by jostie94
Thu May 04, 2017 5:56 am
Forum: General Chat (Game Boy Zero)
Topic: Battery alternative help
Replies: 11
Views: 17341

Re: Battery alternative help

I used a phone battery in my build. Be careful with soldering on these batteries! Too much heat can make them explode... More info about battery safety: http://www.sudomod.com/forum/viewtopic.php?f=8&t=1040 Instead of soldering, you can also use these connectors. https://nl.aliexpress.com/item/25pcs...
by jostie94
Mon May 01, 2017 1:03 pm
Forum: General Chat (Game Boy Zero)
Topic: arduino help?
Replies: 1
Views: 2124

Re: arduino help?

got it! I have rewrite the arduino code: #include <Bounce.h> #define NUM_KEYS 13 struct Key { int keycode; Bounce* bounce; }; Key keys[NUM_KEYS]; Key key(int keycode, int pin) { Key *ret = new Key; ret->keycode = keycode; ret->bounce = new Bounce(pin, 100); pinMode(pin, INPUT_PULLUP); return *ret; }...
by jostie94
Mon May 01, 2017 7:27 am
Forum: General Chat (Game Boy Zero)
Topic: teensy soft presses causes double input
Replies: 15
Views: 14697

Re: teensy soft presses causes double input

had the same problem. sometimes even three double input. set bounce to 100ms, Works perfectly now.
by jostie94
Sat Apr 29, 2017 7:44 am
Forum: General Chat (Game Boy Zero)
Topic: arduino help?
Replies: 1
Views: 2124

arduino help?

hi, I added an extra tact switch on my GBZ. I want to set this switch as an alt key and change my A, B, X, Y input to f2, f1, esc, f9. i changed the hotkey behaviour in retroarch. when the alt key is pressed the A, B, X, Y buttons need to change to hotkeys, like save state and exit emulator. how do ...
by jostie94
Sun Apr 23, 2017 6:36 pm
Forum: General Chat (Game Boy Zero)
Topic: usb audio wiring
Replies: 2
Views: 4444

usb audio wiring

hi guys, i need some help with my audio wiring. i'm using a VIVANCO USB 2.0 Audio Adapter with a Adafruit Mono 2.5W Class D Audio Amplifier and original DMG jack and potentiometer but cant get any sound out of it. my current diagram: https://www.mupload.nl/img/91vxctjdsv6yk.png Does anyone have a wo...
by jostie94
Sat Apr 22, 2017 2:29 pm
Forum: General Chat (Game Boy Zero)
Topic: Best way to countersink holes for extra buttons?
Replies: 7
Views: 7174

Re: Best way to countersink holes for extra buttons?

Did mine manually with a countersink bit. Put the case on a flat surface and gently scrape along the edge.
Or use a pillar drill at low speed.

Image
SpoilerShow
Image
by jostie94
Sun Apr 16, 2017 7:02 am
Forum: For Sale/Trade
Topic: [FOR SALE] DS-Lite GBA cartridge reader sockets and button PCB's
Replies: 33
Views: 42864

Re: [For Sale] DS-Lite GBA cartridge reader sockets and button PCB's

great, I would like to buy one desoldered DS / GBA cartridge port. :D
by jostie94
Sun Apr 16, 2017 4:33 am
Forum: Guides
Topic: [GUIDE] Battery icon indicator guide with MCP3008
Replies: 44
Views: 64069

Re: [GUIDE] Battery icon indicator guide with MCP3008

The battery connects directly to the MCP3008 and directly to the power boost?

Image