Search found 18 matches
- Sat Mar 25, 2017 8:18 am
- Forum: Guides
- Topic: Teensy 2.0 Programming... v1.5
- Replies: 16
- Views: 42252
Re: Teensy 2.0 Programming... v1.5
So i'm using this code with my setup. I debugged the buttons, all is well, the horizontals are inverted but setting up the controller config upon initial install lets me avoid complications. I have a question, [spoiler="Debug Outputs"]// ------------- Left Side // Joystick Digital Buttons const int...
- Mon Mar 20, 2017 7:31 am
- Forum: Show-off Corner
- Topic: WII U RASPBERRY PI 3 FINISHED
- Replies: 601
- Views: 996612
Re: WII U RASPBERRY PI 3 FINISHED
So let me be dumb for a moment and ask some utter noob questions. If I wire 'that' specific pin on the 18pin fpc, does that provide it with power (on command) via the USB from the pi? If so if I use the 8pin on the back of the home board to a DIP board, and connect that up to a teensy, will that po...
- Wed Mar 08, 2017 12:24 pm
- Forum: Show-off Corner
- Topic: WII U RASPBERRY PI 3 FINISHED
- Replies: 601
- Views: 996612
Re: WII U RASPBERRY PI 3 FINISHED
Nice catch. I didn't even look at that cable. I'll have to add it to the pin post out above.cristiamp wrote:hi
led home, is for 8 flat, direcction to charge bay
Thanks.
- Wed Mar 08, 2017 6:20 am
- Forum: Show-off Corner
- Topic: WII U RASPBERRY PI 3 FINISHED
- Replies: 601
- Views: 996612
Re: WII U RASPBERRY PI 3 FINISHED
I leave this to you if it works for you it's my job: * all leds common ground * Tv button - Home button common ground * power Isolated button "With patience and cutter" Nice work. I was trying to avoid wiring to the panel. I wanted to control as much as I could via the 18pin FRC. I couldn't find an...
- Sun Mar 05, 2017 4:28 pm
- Forum: Show-off Corner
- Topic: WII U RASPBERRY PI 3 FINISHED
- Replies: 601
- Views: 996612
Re: WII U RASPBERRY PI 3 FINISHED
@ZarkWizard Thanks for your teensy improved code and for the analysis of Home-TV-Power ffc cable. I have 2 question. - Like Verdammt89 i ask you (if you know) what are the pins for control the 2 led on the same button board? - Like advoloastra is there a possibility to not use the power button for ...
- Tue Feb 14, 2017 3:39 pm
- Forum: Guides
- Topic: Teensy 2.0 Programming... v1.5
- Replies: 16
- Views: 42252
Re: Teensy 2.0 Programming...
thanks for your help... Analog Joystick : This is the problem : https://www.youtube.com/watch?v=fvp4e1tPC-c&feature=youtu.be Ok, I see what you are talking about. I made changes to the code to actually support inversion. You'll want to copy the entire script and replace the one you have. I have out...
- Tue Feb 14, 2017 10:00 am
- Forum: Show-off Corner
- Topic: WII U RASPBERRY PI 3 FINISHED
- Replies: 601
- Views: 996612
Re: WII U RASPBERRY PI 3 FINISHED
Very good project, you can explain how you connected the home button, power and tv to the Tenssi I cover those buttons and how to connect them in this post in this thread: http://sudomod.com/forum/viewtopic.php?f=13&t=1607&start=120#p23741 If you want to know more about the Teensy you can follow th...
- Tue Feb 14, 2017 9:35 am
- Forum: Guides
- Topic: Teensy 2.0 Programming... v1.5
- Replies: 16
- Views: 42252
Re: Teensy 2.0 Programming...
hi thanks for teensy code.... I have a problem, the josticks are inverted. Both the left and right, up is down...... and down is up...... left an right direction is perfect, only problem in up/down.... This is pretty easy to fix. Since you probably have everything connected to the pins on the Teens...
- Tue Feb 14, 2017 9:22 am
- Forum: Guides
- Topic: Teensy 2.0 Programming... v1.5
- Replies: 16
- Views: 42252
Re: Teensy 2.0 Programming...
hi What is the function of the buttons: Home Tv ------------------ Power, only change the modes.... True? I use those 2 buttons as mode changers. Some emulators require different key sets to play them, or input keyboard commands. For instance MAME requires TAB, ESC and other keys for various functi...
- Thu Jan 26, 2017 2:09 pm
- Forum: Guides
- Topic: Teensy 2.0 Programming... v1.5
- Replies: 16
- Views: 42252
Re: Teensy 2.0 Programming...
Does this work with the joystick layout that banjokazooie has provided on the teensy? It will. It will work with any layout. If you put it in to DEBUG_BUTTONS mode by commenting out that line in the script. All you have to do is go to the line in the script that you want to set the pins for place y...