fhoedemakers / pico-infonesPlus

NES Emulator with SD card and menu support for the Raspberry PI Pico and other RP2040 based microcontrollers. Play your games from SD card on a HDMI display.
GNU General Public License v3.0
204 stars 19 forks source link

Rp2040-zero waveshare board psu #40

Closed actraiser30 closed 3 weeks ago

actraiser30 commented 3 weeks ago

Hello

Probably a dump question but cannot find the answer anywhere

How do i power the board ??

What usb c port I use to give power??

And how much power I give??

Is 5v 1amp ok??

And last do I need to have this usb c 2x splitter cable to connect a joypad or a USB hub will do also and I can connect the PSU directly to a USB port in a hub like the one in the photo down?

PER 584363

Thanks

fhoedemakers commented 3 weeks ago

Hi,

See image below. An USB hub will not work. If you want to connect a controller, you need the splitter cable like this one so you can connect power and the controller (Note: only Ps4 or Ps5 controllers will work). A Ps5 controller needs max 1.5amps. So you need to have a suitable usb-c power adapter.

Image

actraiser30 commented 3 weeks ago

Thanks a lot

I cannot find this splitter cable locally

And to order it online will take months to arrive Can I use the second pio-usb port for the joypad or the keyboard??

I don't have PS4 or PS5 controllers just an SNES usb joypad If the SNES joypad is not going to work.im ok with just a keyboard

Thanks

fhoedemakers commented 3 weeks ago

Keyboard will not work. I tried to implement different types of usb controllers, but only Ps4 and Ps5 seem to work. I think the USB-PIO can be used for powering the board, but i'm not sure. You cannot use usb-pio for the controller, controller must be connected to the other usb-c port.

Sorry for that.

actraiser30 commented 3 weeks ago

No problem I'm sure you doing the best you can,so I cannot really use it coz I dont have the needed ps4,5 controller,the keyboard will not work,a hub will not work, and the splitter cable is not available. Haha 😆 nevermind

actraiser30 commented 3 weeks ago

I have the N8 Everdrive if you know it,it has an FPGA inside and your emulator works exactly like it, it reads the game rom from the card and write it to flash rom.

fhoedemakers commented 3 weeks ago

I'll close the issue now. Let me know if you need more help.