WII U RASPBERRY PI 3 FINISHED

Want to show off your own project? Want to keep a build log of it? Post it here!
reke
Posts: 26
Joined: Mon May 01, 2017 11:52 pm
Has thanked: 2 times
Been thanked: 1 time

Re: WII U RASPBERRY PI 3 FINISHED

Post by reke » Mon Aug 14, 2017 8:48 pm

helinton_hell wrote:
Mon Aug 14, 2017 7:42 pm
please some one help me, can i use this http://www.usinainfo.com.br/compativeis ... -3630.html besides teensy?
or this one? http://www.usinainfo.com.br/compativeis ... -3674.html
i think the second options its the best, i don´t know if it works, but they have the ATmega32U4 chip, its the same of the teensy, but i dont know if the code works with that.

reke
Posts: 26
Joined: Mon May 01, 2017 11:52 pm
Has thanked: 2 times
Been thanked: 1 time

Re: WII U RASPBERRY PI 3 FINISHED

Post by reke » Thu Aug 17, 2017 2:09 am

ok i have this configuration, im already to shop but i don´t know if its fine, im so tired, and i investigate too much to undestand the circuit,

batterie
1 cell lipo 8000 mah 3.7v

TP5100 batt charger

pololu mini push button
https://www.pololu.com/product/2808

pololu step up U3V50ALV
https://www.pololu.com/product/2570

ant this is the circuit, i think its fine, but i need help to know if this works

Image

banjoo or anyone, its the final part to my build

thanx for all

cvp
Posts: 20
Joined: Wed Aug 31, 2016 12:11 pm

Re: WII U RASPBERRY PI 3 FINISHED

Post by cvp » Sun Aug 20, 2017 4:06 am

I need some help with the board. Can someone edit the image and mark where I need to solder the wire?
There is a photo here, but unfortunately it is not very clear. If the quality is too bad, I could try to make a better one
Attachments
board.png
board.png (2.96 MiB) Viewed 8573 times

reke
Posts: 26
Joined: Mon May 01, 2017 11:52 pm
Has thanked: 2 times
Been thanked: 1 time

Re: WII U RASPBERRY PI 3 FINISHED

Post by reke » Sun Aug 20, 2017 8:10 pm

cvp wrote:
Sun Aug 20, 2017 4:06 am
I need some help with the board. Can someone edit the image and mark where I need to solder the wire?
There is a photo here, but unfortunately it is not very clear. If the quality is too bad, I could try to make a better one
i can´t help you, maybe @lordarkscream, he send me a photos afew months later, this is all i have

Image
Image
Image
Image

maybe the easy way is like @marty33, he use and fpc adapter, but i dont know how he wired to teensy

cvp
Posts: 20
Joined: Wed Aug 31, 2016 12:11 pm

Re: WII U RASPBERRY PI 3 FINISHED

Post by cvp » Mon Aug 21, 2017 9:13 am

reke wrote:
Sun Aug 20, 2017 8:10 pm
cvp wrote:
Sun Aug 20, 2017 4:06 am
I need some help with the board. Can someone edit the image and mark where I need to solder the wire?
There is a photo here, but unfortunately it is not very clear. If the quality is too bad, I could try to make a better one
i can´t help you, maybe @lordarkscream, he send me a photos afew months later, this is all i have

maybe the easy way is like @marty33, he use and fpc adapter, but i dont know how he wired to teensy
Thanks for pics. I think i have all points. See attachments, i hope thats right. But two questions:

1) for what does one need the "Isolated" cable?
2) and which cable we solder exactly where?
Attachments
board2.png
board2.png (3.3 MiB) Viewed 8549 times

reke
Posts: 26
Joined: Mon May 01, 2017 11:52 pm
Has thanked: 2 times
Been thanked: 1 time

Re: WII U RASPBERRY PI 3 FINISHED

Post by reke » Mon Aug 21, 2017 11:59 am

cvp wrote:
Mon Aug 21, 2017 9:13 am
reke wrote:
Sun Aug 20, 2017 8:10 pm
cvp wrote:
Sun Aug 20, 2017 4:06 am
I need some help with the board. Can someone edit the image and mark where I need to solder the wire?
There is a photo here, but unfortunately it is not very clear. If the quality is too bad, I could try to make a better one
i can´t help you, maybe @lordarkscream, he send me a photos afew months later, this is all i have

maybe the easy way is like @marty33, he use and fpc adapter, but i dont know how he wired to teensy
Thanks for pics. I think i have all points. See attachments, i hope thats right. But two questions:

1) for what does one need the "Isolated" cable?
2) and which cable we solder exactly where?
i dont know man, the only i know is that, but i don´t understand anything

merward11
Posts: 7
Joined: Wed Aug 02, 2017 2:32 pm
Has thanked: 7 times

Re: WII U RASPBERRY PI 3 FINISHED

Post by merward11 » Mon Aug 21, 2017 2:22 pm

hi am trying to upload Banjo's teensy code to my teensy 2.0 but keep getting the following error

Arduino: 1.8.2 (Windows 10), TD: 1.38-beta2, Board: "Teensy 3.2 / 3.1, Serial, 96 MHz (overclock), Faster, US English"

wiiu_pad:5: error: expected constructor, destructor, or type conversion before '(' token
pinMode(0, INPUT_PULLUP); // 01 Left Shoulder

^

wiiu_pad:6: error: expected constructor, destructor, or type conversion before '(' token
pinMode(1, INPUT_PULLUP); // 02 Lelf Trigger

^

wiiu_pad:7: error: expected constructor, destructor, or type conversion before '(' token
pinMode(2, INPUT_PULLUP); // 03 Right

^

wiiu_pad:8: error: expected constructor, destructor, or type conversion before '(' token
pinMode(3, INPUT_PULLUP); // 04 Left

^

wiiu_pad:9: error: expected constructor, destructor, or type conversion before '(' token
pinMode(4, INPUT_PULLUP); // 05 Up

^

wiiu_pad:10: error: expected constructor, destructor, or type conversion before '(' token
pinMode(5, INPUT_PULLUP); // 06 Down

^

wiiu_pad:11: error: expected constructor, destructor, or type conversion before '(' token
pinMode(6, INPUT_PULLUP); // 07 B

^

wiiu_pad:12: error: expected constructor, destructor, or type conversion before '(' token
pinMode(7, INPUT_PULLUP); // 08 A

^

wiiu_pad:13: error: expected constructor, destructor, or type conversion before '(' token
pinMode(8, INPUT_PULLUP); // 09 Right Trigger

^

wiiu_pad:14: error: expected constructor, destructor, or type conversion before '(' token
pinMode(LED, OUTPUT); // LED

^

wiiu_pad:15: error: expected constructor, destructor, or type conversion before '(' token
pinMode(12, INPUT_PULLUP); // 13 Start

^

wiiu_pad:16: error: expected constructor, destructor, or type conversion before '(' token
pinMode(13, INPUT_PULLUP); // 14 Select

^

wiiu_pad:17: error: expected constructor, destructor, or type conversion before '(' token
pinMode(14, INPUT_PULLUP); // 15 Y

^

wiiu_pad:18: error: expected constructor, destructor, or type conversion before '(' token
pinMode(MODE, INPUT_PULLUP); // HOME Button

^

wiiu_pad:19: error: expected constructor, destructor, or type conversion before '(' token
pinMode(18, INPUT_PULLUP); // 19 Left Joystick Button

^

wiiu_pad:20: error: expected constructor, destructor, or type conversion before '(' token
pinMode(19, INPUT_PULLUP); // 20 Right Joystick Button

^

wiiu_pad:21: error: expected constructor, destructor, or type conversion before '(' token
pinMode(22, INPUT_PULLUP); // 23 Right Shoulder

^

wiiu_pad:22: error: expected constructor, destructor, or type conversion before '(' token
pinMode(23, INPUT_PULLUP); // 24 X

^

expected constructor, destructor, or type conversion before '(' token

any suggestions? i've copied and pasted the code from here

thanks

reke
Posts: 26
Joined: Mon May 01, 2017 11:52 pm
Has thanked: 2 times
Been thanked: 1 time

Re: WII U RASPBERRY PI 3 FINISHED

Post by reke » Mon Aug 21, 2017 9:00 pm

merward11 wrote:
Mon Aug 21, 2017 2:22 pm
hi am trying to upload Banjo's teensy code to my teensy 2.0 but keep getting the following error

Arduino: 1.8.2 (Windows 10), TD: 1.38-beta2, Board: "Teensy 3.2 / 3.1, Serial, 96 MHz (overclock), Faster, US English"

wiiu_pad:5: error: expected constructor, destructor, or type conversion before '(' token
pinMode(0, INPUT_PULLUP); // 01 Left Shoulder

^

wiiu_pad:6: error: expected constructor, destructor, or type conversion before '(' token
pinMode(1, INPUT_PULLUP); // 02 Lelf Trigger

^

wiiu_pad:7: error: expected constructor, destructor, or type conversion before '(' token
pinMode(2, INPUT_PULLUP); // 03 Right

^

wiiu_pad:8: error: expected constructor, destructor, or type conversion before '(' token
pinMode(3, INPUT_PULLUP); // 04 Left

^

wiiu_pad:9: error: expected constructor, destructor, or type conversion before '(' token
pinMode(4, INPUT_PULLUP); // 05 Up

^

wiiu_pad:10: error: expected constructor, destructor, or type conversion before '(' token
pinMode(5, INPUT_PULLUP); // 06 Down

^

wiiu_pad:11: error: expected constructor, destructor, or type conversion before '(' token
pinMode(6, INPUT_PULLUP); // 07 B

^

wiiu_pad:12: error: expected constructor, destructor, or type conversion before '(' token
pinMode(7, INPUT_PULLUP); // 08 A

^

wiiu_pad:13: error: expected constructor, destructor, or type conversion before '(' token
pinMode(8, INPUT_PULLUP); // 09 Right Trigger

^

wiiu_pad:14: error: expected constructor, destructor, or type conversion before '(' token
pinMode(LED, OUTPUT); // LED

^

wiiu_pad:15: error: expected constructor, destructor, or type conversion before '(' token
pinMode(12, INPUT_PULLUP); // 13 Start

^

wiiu_pad:16: error: expected constructor, destructor, or type conversion before '(' token
pinMode(13, INPUT_PULLUP); // 14 Select

^

wiiu_pad:17: error: expected constructor, destructor, or type conversion before '(' token
pinMode(14, INPUT_PULLUP); // 15 Y

^

wiiu_pad:18: error: expected constructor, destructor, or type conversion before '(' token
pinMode(MODE, INPUT_PULLUP); // HOME Button

^

wiiu_pad:19: error: expected constructor, destructor, or type conversion before '(' token
pinMode(18, INPUT_PULLUP); // 19 Left Joystick Button

^

wiiu_pad:20: error: expected constructor, destructor, or type conversion before '(' token
pinMode(19, INPUT_PULLUP); // 20 Right Joystick Button

^

wiiu_pad:21: error: expected constructor, destructor, or type conversion before '(' token
pinMode(22, INPUT_PULLUP); // 23 Right Shoulder

^

wiiu_pad:22: error: expected constructor, destructor, or type conversion before '(' token
pinMode(23, INPUT_PULLUP); // 24 X

^

expected constructor, destructor, or type conversion before '(' token

any suggestions? i've copied and pasted the code from here

thanks
its teensy Teensy 3.2? maybe can´t work on that model, because that teensy doesn´t have the atmega32u4 chip, the teensy code works on teensy 2.0, you need that

merward11
Posts: 7
Joined: Wed Aug 02, 2017 2:32 pm
Has thanked: 7 times

Re: WII U RASPBERRY PI 3 FINISHED

Post by merward11 » Tue Aug 22, 2017 1:11 pm

reke wrote:
Mon Aug 21, 2017 9:00 pm
merward11 wrote:
Mon Aug 21, 2017 2:22 pm
hi am trying to upload Banjo's teensy code to my teensy 2.0 but keep getting the following error

Arduino: 1.8.2 (Windows 10), TD: 1.38-beta2, Board: "Teensy 3.2 / 3.1, Serial, 96 MHz (overclock), Faster, US English"

wiiu_pad:5: error: expected constructor, destructor, or type conversion before '(' token
pinMode(0, INPUT_PULLUP); // 01 Left Shoulder

^

wiiu_pad:6: error: expected constructor, destructor, or type conversion before '(' token
pinMode(1, INPUT_PULLUP); // 02 Lelf Trigger

^

wiiu_pad:7: error: expected constructor, destructor, or type conversion before '(' token
pinMode(2, INPUT_PULLUP); // 03 Right

^

wiiu_pad:8: error: expected constructor, destructor, or type conversion before '(' token
pinMode(3, INPUT_PULLUP); // 04 Left

^

wiiu_pad:9: error: expected constructor, destructor, or type conversion before '(' token
pinMode(4, INPUT_PULLUP); // 05 Up

^

wiiu_pad:10: error: expected constructor, destructor, or type conversion before '(' token
pinMode(5, INPUT_PULLUP); // 06 Down

^

wiiu_pad:11: error: expected constructor, destructor, or type conversion before '(' token
pinMode(6, INPUT_PULLUP); // 07 B

^

wiiu_pad:12: error: expected constructor, destructor, or type conversion before '(' token
pinMode(7, INPUT_PULLUP); // 08 A

^

wiiu_pad:13: error: expected constructor, destructor, or type conversion before '(' token
pinMode(8, INPUT_PULLUP); // 09 Right Trigger

^

wiiu_pad:14: error: expected constructor, destructor, or type conversion before '(' token
pinMode(LED, OUTPUT); // LED

^

wiiu_pad:15: error: expected constructor, destructor, or type conversion before '(' token
pinMode(12, INPUT_PULLUP); // 13 Start

^

wiiu_pad:16: error: expected constructor, destructor, or type conversion before '(' token
pinMode(13, INPUT_PULLUP); // 14 Select

^

wiiu_pad:17: error: expected constructor, destructor, or type conversion before '(' token
pinMode(14, INPUT_PULLUP); // 15 Y

^

wiiu_pad:18: error: expected constructor, destructor, or type conversion before '(' token
pinMode(MODE, INPUT_PULLUP); // HOME Button

^

wiiu_pad:19: error: expected constructor, destructor, or type conversion before '(' token
pinMode(18, INPUT_PULLUP); // 19 Left Joystick Button

^

wiiu_pad:20: error: expected constructor, destructor, or type conversion before '(' token
pinMode(19, INPUT_PULLUP); // 20 Right Joystick Button

^

wiiu_pad:21: error: expected constructor, destructor, or type conversion before '(' token
pinMode(22, INPUT_PULLUP); // 23 Right Shoulder

^

wiiu_pad:22: error: expected constructor, destructor, or type conversion before '(' token
pinMode(23, INPUT_PULLUP); // 24 X

^

expected constructor, destructor, or type conversion before '(' token

any suggestions? i've copied and pasted the code from here

thanks
its teensy Teensy 3.2? maybe can´t work on that model, because that teensy doesn´t have the atmega32u4 chip, the teensy code works on teensy 2.0, you need that
thanks, sorted it now had selected the wrong board when trying to upload cheers for pointing that out :)

CJnyc3
Posts: 5
Joined: Sat Oct 01, 2016 3:18 pm
Has thanked: 2 times
Been thanked: 7 times

Re: WII U RASPBERRY PI 3 FINISHED

Post by CJnyc3 » Mon Aug 28, 2017 8:24 am

Thanks to banjokazooie, I have created a board and sent it to Oshpark. It has the home, TV and power buttons. The power button is separate for use with the POLOLU switch. I used surface mount components (0805 size) for resistors and LEDs. The resistors I used were 270 ohm. The top 3 pads are to wire to the charger LED for full battery/charging indicators. I used 0 ohm resistors for those.

If anyone is interested, please let me know.
Attachments
4b262adafd23fbd4f013af98640d27b6.png
4b262adafd23fbd4f013af98640d27b6.png (9.33 KiB) Viewed 8399 times

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest