Page 1 of 1
Button Press Confi
Posted: Sun May 17, 2020 11:14 am
by Pbsapeer
Hi All,
I hope you're all keeping well.
Picked this project up after around 2 years of leaving it. Thankfully lots of soldering at work has meant i've got relatively good at it!
One thing i cant work out is why the buttons are not working. I've installed a fresh Retro Pi and unable to get the button register to work
"Hold a button for a few seconds" screen.
I'm only using up,down,left,right,a,b,start and select. I have wired them to pi as follows:
A = PIN 7
B = PIN 16
Start = PIN 24
Select = PIN 23
Right = PIN 21
Down = PIN 11
UP = PIN 19
LEFT = PIN 22
GRD = PIN 9
I havent wired the outer GRN contacts, but putting a wire to PIN 6 and GRD on this contacts doesnt seem to make a difference!
I've also got 3.5" gear best screen wired and the USB hub wired into it.
Any advice appreciated!
Re: Button Press Confi
Posted: Sun May 17, 2020 4:32 pm
by infinitLoop
have you installed retrogame? gpio buttons arent going to register as anything by default.
Re: Button Press Confi
Posted: Sun May 17, 2020 11:21 pm
by Pbsapeer
Doh! I knew it was going to be something I overlooked.
Thanks for the reply!
From what I can see I need to enable SSH to install it?
Is there anyway to install straight to the micro SD?
Re: Button Press Confi
Posted: Mon May 18, 2020 5:20 am
by infinitLoop
Pbsapeer wrote: ↑Sun May 17, 2020 11:21 pm
Doh! I knew it was going to be something I overlooked.
Thanks for the reply!
From what I can see I need to enable SSH to install it?
Is there anyway to install straight to the micro SD?
Unfortunately not. You do need to be at a command prompt to run the install, with the pi connected to the internet. You’ll need to plug in a usb keyboard probably in order to set it up initially.
.
Re: Button Press Confi
Posted: Mon May 18, 2020 11:26 am
by Pbsapeer
infinitLoop wrote: ↑Mon May 18, 2020 5:20 am
Unfortunately not. You do need to be at a command prompt to run the install, with the pi connected to the internet. You’ll need to plug in a usb keyboard probably in order to set it up initially
Damn... Didn't realise that! Not to worry I will buy a USB OTG and connect to it that way.
Thanks for the help. Will have a go this weekend at it.
Re: Button Press Confi
Posted: Tue May 19, 2020 12:33 am
by Pbsapeer
Just realised why the USB hub is a good idea.
I (wrongly) assumed I'd be able to sort all settings and configuration from the SD card - oops.
Now I've wired the usb headphone adapter straight to the pi as I thought "well I can add games straight to the SD card if I really need".
Time to solder that in like and then put a USB plug on there
Re: Button Press Confi
Posted: Tue May 19, 2020 5:33 am
by infinitLoop
Pbsapeer wrote: ↑Tue May 19, 2020 12:33 am
Just realised why the USB hub is a good idea.
I (wrongly) assumed I'd be able to sort all settings and configuration from the SD card - oops.
Now I've wired the usb headphone adapter straight to the pi as I thought "well I can add games straight to the SD card if I really need".
Time to solder that in like and then put a USB plug on there
There are ways to transfer roms and edit files directly on the sdcard or over ftp, but you can’t run install scripts or other commands without being at a cmd prompt. If you can at least get a keyboard hooked up to set up WiFi and ssh, then you can connect remotely from a pc to do just about anything.
.
Re: Button Press Confi
Posted: Wed May 20, 2020 12:34 am
by Pbsapeer
infinitLoop wrote: ↑Tue May 19, 2020 5:33 am
Pbsapeer wrote: ↑Tue May 19, 2020 12:33 am
Just realised why the USB hub is a good idea.
I (wrongly) assumed I'd be able to sort all settings and configuration from the SD card - oops.
Now I've wired the usb headphone adapter straight to the pi as I thought "well I can add games straight to the SD card if I really need".
Time to solder that in like and then put a USB plug on there
There are ways to transfer roms and edit files directly on the sdcard or over ftp, but you can’t run install scripts or other commands without being at a cmd prompt. If you can at least get a keyboard hooked up to set up WiFi and ssh, then you can connect remotely from a pc to do just about anything.
.
Sounds great thanks for the help!
