WII U RASPBERRY PI 3 FINISHED
-
- Posts: 2
- Joined: Tue Jul 25, 2017 1:36 pm
- Has thanked: 1 time
Re: WII U RASPBERRY PI 3 FINISHED
I have exactly the same issue, I am also using the Retro PSU with the powerboard and the Pi shuts down after a few seconds.
Also using Veterangamer's component list.
Any ideas appreciated.
Also using Veterangamer's component list.
Any ideas appreciated.
Re: WII U RASPBERRY PI 3 FINISHED
I have done a similar project but using a 7inch screen (had to expand the whole unit) and a power brick instead of a power board. Using a Teensy LC with Xinput. Everything seems to work fine on the PC but the Analog sticks only activate if pressed. When pressed they work fine. Otherwise they drift instantly to the lower right. This is on both sticks (using the wii u gamepad sticks and buttons). Happens even when disconnected the click button. On the raspberry pi (RetroPi) The triggers dont work. I have the triggers set to buttons. Should I, could I, have them set up as Triggers but only min and max??
- Helder
- Trailblazer
- Posts: 2985
- Joined: Thu May 05, 2016 8:33 am
- Location: Rogers, AR
- Has thanked: 1459 times
- Been thanked: 3114 times
Re: WII U RASPBERRY PI 3 FINISHED
Are you wiring the TX GPIO to the powerboard? That is what keeps the Pi and everything else powered if that is not connected to the powerboard and is also setup in the config.txt the pi will turn off after a few seconds of being turned on.digitalgamingheaven wrote: ↑Sat Jul 06, 2019 6:17 amI have exactly the same issue, I am also using the Retro PSU with the powerboard and the Pi shuts down after a few seconds.
Also using Veterangamer's component list.
Any ideas appreciated.
Chat with me and other members On Discord
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
Re: WII U RASPBERRY PI 3 FINISHED
Figured out the joystick problem, got the click and ground mixed up. Still not able to set up triggers in the main retropi screen but can in emulators but the analog sticks i can only assign up and right. Know of how this could be? On the PC everything works great.
-
- Posts: 2
- Joined: Tue Jul 25, 2017 1:36 pm
- Has thanked: 1 time
Re: WII U RASPBERRY PI 3 FINISHED
Read an old post last night where the tx pin must be connected to the gpio pin so to keep the board alive. All working now, thanks for your help.
Re: WII U RASPBERRY PI 3 FINISHED
It looks like the Dual Fet part linked is no longer available. I also tried searching for the 4562 version Helder recommended. Not sure if I need to buy one with that exact model#. Any ideas on where I can get one, or anybody willing to sell me a spare?VeteranGamer wrote: ↑Fri Feb 22, 2019 2:21 pm
Parts required are:
Dual Fet is : SI4532CDY-T1-GE3
P-Channel Fet: SI2301CDS-T1-GE3
D1: MBR0520LT1G
Last edited by llonden on Mon Jul 08, 2019 1:39 pm, edited 1 time in total.
Re: WII U RASPBERRY PI 3 FINISHED
Can someone tell me if the link's MOSFET is compatible with T1? https://es.aliexpress.com/item/33057594 ... c64e60[img][/img]
- Attachments
-
- kXYQb8G.png (25.36 KiB) Viewed 11215 times
- VeteranGamer
- Posts: 1738
- Joined: Thu Jan 26, 2017 11:12 am
- Location: London, UK
- Has thanked: 528 times
- Been thanked: 909 times
Re: WII U RASPBERRY PI 3 FINISHED
llonden wrote: ↑Mon Jul 08, 2019 1:22 pmIt looks like the Dual Fet part linked is no longer available. I also tried searching for the 4562 version Helder recommended. Not sure if I need to buy one with that exact model#. Any ideas on where I can get one, or anybody willing to sell me a spare?VeteranGamer wrote: ↑Fri Feb 22, 2019 2:21 pm
Parts required are:
Dual Fet is : SI4532CDY-T1-GE3
P-Channel Fet: SI2301CDS-T1-GE3
D1: MBR0520LT1G
Ema908 wrote: ↑Mon Jul 08, 2019 1:26 pmCan someone tell me if the link's MOSFET is compatible with T1? https://es.aliexpress.com/item/33057594 ... c64e60[img][/img]
https://es.aliexpress.com/item/33055381 ... f7db908bbe
https://es.aliexpress.com/item/33042117 ... 4c570dd50f
its still about....
i'm sure if you search you'll be able to get the correct ones....
if people are that stuck....
I think I have a few knocking around, I just have to find them
(but i'd suggest searching online first as they are out there, as postage alone is gonna be around £3.50/$5 from the UK)
.
Re: WII U RASPBERRY PI 3 FINISHED
I have connected the TX to the GPIO 14 pin of the raspberry and I have configured the /boot/config.txt adding the line at the end.
dtoverlay = gpio-poweroff: gpiopin = "14", active_low = "y"
That shows VeteranGamer.
I give the button to turn on and do the same, turn off the second.
Is there something I'm doing wrong?
Is pin 14 the physical or the bmc that would be pin 8?
P.S.
I already solved it.
I had to connect it to gpio 14, which is 8 in physics, since 14 refers to bcm.
The problem that I had that pin I have broken when trying to desoldar the pins.
Then I used the gpio 15 and it works perfectly.
It is already on.
dtoverlay = gpio-poweroff: gpiopin = "14", active_low = "y"
That shows VeteranGamer.
I give the button to turn on and do the same, turn off the second.
Is there something I'm doing wrong?
Is pin 14 the physical or the bmc that would be pin 8?
P.S.
I already solved it.
I had to connect it to gpio 14, which is 8 in physics, since 14 refers to bcm.
The problem that I had that pin I have broken when trying to desoldar the pins.
Then I used the gpio 15 and it works perfectly.
It is already on.
- Attachments
-
- gpio.png (32.06 KiB) Viewed 11158 times
Last edited by Noxta on Tue Jul 09, 2019 4:13 pm, edited 1 time in total.
Who is online
Users browsing this forum: No registered users and 1 guest