Search found 27 matches

by hencethus
Mon Jun 13, 2016 11:27 am
Forum: Show-off Corner (Game Boy Zero)
Topic: hencethus' GBZ work in progress
Replies: 16
Views: 17883

Re: hencethus' GBZ work in progress

This is great! I'm interested in exactly how you use the door piece as a shim/guide Any pics of how to place it and use it? I've been having a hard time with cutting my screen area, I just ordered a new shell to try again I don't have any more photos than the ones I've already posted. Basically tho...
by hencethus
Thu Jun 02, 2016 9:52 pm
Forum: General Project Chat
Topic: Teensy: Keyboard vs Joystick Decision
Replies: 35
Views: 35262

Re: Teensy: Keyboard vs Joystick Decision

skrapps914 wrote:if there's space, would it be possible to connect 2 teensy inside, one for keyboard input, and one for controller input? and just connect the keyboard when needed?
Just connect a USB keyboard to the external USB port when needed. Don't need another Teensy for that.
by hencethus
Thu Jun 02, 2016 8:25 am
Forum: General Project Chat
Topic: Teensy: Keyboard vs Joystick Decision
Replies: 35
Views: 35262

Re: Teensy: Keyboard vs Joystick Decision

Robots86 wrote:I presume i just set as teensy usb keyboard/joypad?
Correct.
by hencethus
Wed Jun 01, 2016 4:06 pm
Forum: General Project Chat
Topic: Teensy: Keyboard vs Joystick Decision
Replies: 35
Views: 35262

Re: Teensy: Keyboard vs Joystick Decision

Robots86 wrote:Thanks hencethus. Do you know if this code will sort the issue im having with fba not recognising the dpad? I setup as a button joystick which works fine on the majority of emulators but im not having any luck with fba...
I just tried the CPS1 game 1941: Counter Attack on FBA and it works.
by hencethus
Wed Jun 01, 2016 8:03 am
Forum: General Project Chat
Topic: Teensy: Keyboard vs Joystick Decision
Replies: 35
Views: 35262

Re: Teensy: Keyboard vs Joystick Decision

Hey there, are you familiar with coding for arduino as well? I am looking for some help on my code. No, sorry :/ This is the first project I've done with the Teensy, and most of the code I used was straight from the example code that's packaged with Teensyduino. It does look like hopefully most of ...
by hencethus
Tue May 31, 2016 7:27 pm
Forum: General Chat (Game Boy Zero)
Topic: Going without the USB hub
Replies: 14
Views: 16850

Re: Going without the USB hub

Hm. Alright. I guess I'll have to either abandon the Teensy in favor of GPIO input or bite the bullet and add a USB hub. I found this tiny USB hub board made for DIY projects like this, but it's 30 bucks plus like 20 bucks shipping to the US, so not really a viable option: http://www.yoctopuce.com/E...
by hencethus
Tue May 31, 2016 5:47 pm
Forum: General Chat (Game Boy Zero)
Topic: Going without the USB hub
Replies: 14
Views: 16850

Going without the USB hub

So I don't care about having extra USB ports inside for Bluetooth or anything, but I am using the Teensy, and I do want an external USB port.

Is there a way I can accomplish that without the hub or am I going to be necessary in order to keep those features?
by hencethus
Tue May 31, 2016 5:39 pm
Forum: General Project Chat
Topic: Teensy: Keyboard vs Joystick Decision
Replies: 35
Views: 35262

Re: Teensy: Keyboard vs Joystick Decision

I posted about this already, in this thread: http://www.sudomod.com/forum/viewtopic.php?f=8&t=373#p3993 But I went the joystick route for my GBZ. Here's the code I used: /* Modified example code from Teensyduino You must select Joystick from the "Tools > USB Type" menu */ #include <Bounce.h> // Crea...
by hencethus
Sun May 29, 2016 10:52 am
Forum: Hardware Help
Topic: Looking for a 7cm speaker for musicbox
Replies: 3
Views: 4701

Re: Looking for a 7cm speaker for musicbox

Here's a 66mm diameter circular speaker from Digi-Key for about 5 bucks: http://www.digikey.com/short/3pdrh0 Not sure exactly what shape you need. Here's another with screw holes that are about 71mm apart, but the whole construction is 87mm wide: http://www.digikey.com/short/3pdrbq If neither of tho...