So close to finished with my first build
- sixteenbit
- Posts: 54
- Joined: Mon Aug 21, 2017 8:42 pm
- Has thanked: 18 times
- Been thanked: 13 times
- Contact:
So close to finished with my first build
... but I'm looking for some help.
I'm using helder's AIO and i'm wiring buttons to GPIO following this http://sudomod.com/forum/viewtopic.php?t=57.
Once I boot into ES i'm getting No Gamepads Detected. Correct me if I'm wrong but nothing has to be programmed at this point for me to be able to press buttons to then map within ES right? Also, do I need L/R wired up yet for all buttons to work?
I feel like if I can get this part working I should be able to finish this up. Any help is much appreciated.
I'm using helder's AIO and i'm wiring buttons to GPIO following this http://sudomod.com/forum/viewtopic.php?t=57.
Once I boot into ES i'm getting No Gamepads Detected. Correct me if I'm wrong but nothing has to be programmed at this point for me to be able to press buttons to then map within ES right? Also, do I need L/R wired up yet for all buttons to work?
I feel like if I can get this part working I should be able to finish this up. Any help is much appreciated.
- VeteranGamer
- Posts: 1738
- Joined: Thu Jan 26, 2017 11:12 am
- Location: London, UK
- Has thanked: 528 times
- Been thanked: 909 times
Re: So close to finished with my first build
if your buttons are wired to GPIO....sixteenbit wrote: ↑Mon Oct 23, 2017 11:24 am... but I'm looking for some help.
I'm using helder's AIO and i'm wiring buttons to GPIO following this http://sudomod.com/forum/viewtopic.php?t=57.
IMG_0167.JPG
Once I boot into ES i'm getting No Gamepads Detected. Correct me if I'm wrong but nothing has to be programmed at this point for me to be able to press buttons to then map within ES right? Also, do I need L/R wired up yet for all buttons to work?
I feel like if I can get this part working I should be able to finish this up. Any help is much appreciated.
your button pcb isnt recognised yet....
it will need to be "programmed"
then you need to boot up with a keyboard connected, you'll first map the keys with the keyboard
(try to map these as those in your retrogame.config, this will save you any headaches once retrogame is installed)....
then you'll need to install retrogame....
following the instruction found in the post you have linked........
if you run into any issue, just ask....
.
- sixteenbit
- Posts: 54
- Joined: Mon Aug 21, 2017 8:42 pm
- Has thanked: 18 times
- Been thanked: 13 times
- Contact:
Re: So close to finished with my first build
Son of a...VeteranGamer wrote: ↑Mon Oct 23, 2017 12:06 pmif your buttons are wired to GPIO....
then you need to boot up with a keyboard connected, you'll first map the keys with the keyboard....
then you'll need to install retrogame....
following the instruction found in the post you have linked........
.
I knew it had to be something stupid like this. I misinterpreted that thread. I was thinking I would be able to actually map the buttons on first boot, as in press buttons on gamepad. Thanks for pointing that out. I'll give that a try.
- VeteranGamer
- Posts: 1738
- Joined: Thu Jan 26, 2017 11:12 am
- Location: London, UK
- Has thanked: 528 times
- Been thanked: 909 times
Re: So close to finished with my first build
sixteenbit wrote: ↑Mon Oct 23, 2017 12:11 pmSon of a...VeteranGamer wrote: ↑Mon Oct 23, 2017 12:06 pmif your buttons are wired to GPIO....
then you need to boot up with a keyboard connected, you'll first map the keys with the keyboard....
then you'll need to install retrogame....
following the instruction found in the post you have linked........
.
I knew it had to be something stupid like this. I misinterpreted that thread. I was thinking I would be able to actually map the buttons on first boot, as in press buttons on gamepad. Thanks for pointing that out. I'll give that a try.
no probs, it happens to the best of us.....
another thing....
your also gonna need to be hook up to the internet (i think you rocking a Pi Zero) so a wifi dongle will also be needed.....
edit: i see its Pi Zero W, not needed.....
.
- sixteenbit
- Posts: 54
- Joined: Mon Aug 21, 2017 8:42 pm
- Has thanked: 18 times
- Been thanked: 13 times
- Contact:
Re: So close to finished with my first build
Ok got keyboard hooked up and wifi connected. Copied retrogame to /home/pi/Adafruit-Retrogame and ran the following
Got the following:
I'm getting a syntax error with the following:
Any ideas?
Edit:
Looks like i needed to save the original file as retrogame.c then when you run make retrogame it makes the executable.
Code: Select all
make retrogame
Code: Select all
make: Nothing to be done for 'retrogame'.
Code: Select all
sudo ./retrogame
Edit:
Looks like i needed to save the original file as retrogame.c then when you run make retrogame it makes the executable.
- Codemaster123
- Posts: 55
- Joined: Sun Sep 10, 2017 3:03 pm
- Has thanked: 6 times
- Been thanked: 5 times
Re: So close to finished with my first build
try this i only use this methodsixteenbit wrote: ↑Mon Oct 23, 2017 1:19 pmOk got keyboard hooked up and wifi connected. Copied retrogame to /home/pi/Adafruit-Retrogame and ran the following
Got the following:Code: Select all
make retrogame
I'm getting a syntax error with the following:Code: Select all
make: Nothing to be done for 'retrogame'.
Any ideas?Code: Select all
sudo ./retrogame
Screen Shot 2017-10-23 at 3.16.24 PM.png
cd
curl -O https://raw.githubusercontent.com/adafr ... trogame.sh
sudo bash retrogame.sh
https://learn.adafruit.com/retro-gaming ... s-software
.
- sixteenbit
- Posts: 54
- Joined: Mon Aug 21, 2017 8:42 pm
- Has thanked: 18 times
- Been thanked: 13 times
- Contact:
Re: So close to finished with my first build
Thanks @Codemaster123 but it looks like i have it working. So I'm gonna roll with it for now. If anything screws up I'll try the method you listed.
Holy cow, i'm so happy to get past this hurdle. Now onto hooking up battery, power switch, and audio!
Holy cow, i'm so happy to get past this hurdle. Now onto hooking up battery, power switch, and audio!
- sixteenbit
- Posts: 54
- Joined: Mon Aug 21, 2017 8:42 pm
- Has thanked: 18 times
- Been thanked: 13 times
- Contact:
Re: So close to finished with my first build
Buttons are working and I've moved onto wiring up the speakers. I followed this diagram:

I'm hearing noise in the speaker but not audio.

I'm hearing noise in the speaker but not audio.
- VeteranGamer
- Posts: 1738
- Joined: Thu Jan 26, 2017 11:12 am
- Location: London, UK
- Has thanked: 528 times
- Been thanked: 909 times
Re: So close to finished with my first build
have you enable pwm audio in the config.txtsixteenbit wrote: ↑Tue Oct 24, 2017 11:32 amButtons are working and I've moved onto wiring up the speakers. I followed this diagram:
IMG_0170.JPG
I'm hearing noise in the speaker but not audio.
dtoverlay=pwm-2chan,pin=18,func=2,pin2=13,func2=4
disable_audio_dither=1
.
- sixteenbit
- Posts: 54
- Joined: Mon Aug 21, 2017 8:42 pm
- Has thanked: 18 times
- Been thanked: 13 times
- Contact:
Re: So close to finished with my first build
Again, thanks VeteranGamer, that was it.
Once I get batter and power switch finished i'll be done!
Once I get batter and power switch finished i'll be done!
Who is online
Users browsing this forum: No registered users and 1 guest