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.helinton_hell wrote: ↑Mon Aug 14, 2017 7:42 pmplease 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
WII U RASPBERRY PI 3 FINISHED
Re: WII U RASPBERRY PI 3 FINISHED
Re: WII U RASPBERRY PI 3 FINISHED
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

banjoo or anyone, its the final part to my build
thanx for all
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

banjoo or anyone, its the final part to my build
thanx for all
Re: WII U RASPBERRY PI 3 FINISHED
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
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 (2.96 MiB) Viewed 10478 times
Re: WII U RASPBERRY PI 3 FINISHED
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
Re: WII U RASPBERRY PI 3 FINISHED
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 (3.3 MiB) Viewed 10454 times
Re: WII U RASPBERRY PI 3 FINISHED
i dont know man, the only i know is that, but i don´t understand anythingcvp wrote: ↑Mon Aug 21, 2017 9:13 amThanks 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?
Re: WII U RASPBERRY PI 3 FINISHED
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
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
Re: WII U RASPBERRY PI 3 FINISHED
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 thatmerward11 wrote: ↑Mon Aug 21, 2017 2:22 pmhi 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
Re: WII U RASPBERRY PI 3 FINISHED
thanks, sorted it now had selected the wrong board when trying to upload cheers for pointing that outreke wrote: ↑Mon Aug 21, 2017 9:00 pmits 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 thatmerward11 wrote: ↑Mon Aug 21, 2017 2:22 pmhi 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

Re: WII U RASPBERRY PI 3 FINISHED
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.
If anyone is interested, please let me know.
- Attachments
-
- 4b262adafd23fbd4f013af98640d27b6.png (9.33 KiB) Viewed 10304 times
Who is online
Users browsing this forum: No registered users and 1 guest