- Видео 10
- Просмотров 6 714
Peter Bengtson
Добавлен 5 май 2018
Видео
Co-Op Ghost (Unity Game Demo)
Просмотров 1206 лет назад
Created by Peter Bengtson, Stephen Walden, and Sidorela Lulaj for cs426 (Video Game Design and Development) at UIC. Github: github.com/Walden1995/COOP-Ghost
bb8 Madness (Unity Game Demo)
Просмотров 366 лет назад
First assignment for cs426 (Video Game Design and Development) at UIC. Model and texture provided in class. Fish model from asset store.
Mystery Theater (Java Game Demo)
Просмотров 506 лет назад
Created by Peter Bengtson and Megan Hauck, for cs342 (Software Design) at UIC. All images, animations, and gameplay are original.
Perspective Projection Airport Scene
Просмотров 276 лет назад
Made in cs385 (Intro to Computer Graphics) at UIC. This program was created in C using OpenGL (limited to lines). Created the scene in Autodesk Maya, exported the coordinates, stored them in C objects, and created and applied matrix transforms to create the projection.
Arduino Arcade Stick (fightstick)
Просмотров 6 тыс.6 лет назад
Created by Peter Bengtson and David Fulmer. -2 arduino Uno [one is flashed to UnoJoy (github.com/AlanChatham/UnoJoy)] -Hori Hayabusa stick and face buttons -Sanwa front buttons. Github link: github.com/pBengt2/FightStick
Hi there, Im also using the UnoJoy by Alan from github. My only problem is that my dpaddown, dpadright, and cross buttons are not working. Can I ask for a reference of your circuit diagram? Maybe my wiring connection in my breadboard is wrong and I can't figure it out. Right now I'm using tactile switches from Arduino kit(I don't know if it has a factor why 3 buttons are not working).
wait, 2 Arduino Uno's? Not 1? 2???
Using 2 of them was a requirement for that specific project (and it added needless delay). You definitely can do it with just one.
@@peterbengtson6316 The problem is, idk how to do it with 1
@@vicaslan I think it's a good project to start learning with. I recommended a video "DIY Arcade Stick: Easy, High Quality & Affordable" by TernTek to another commenter previously.
@@peterbengtson6316 Urgh, im genuinely sensitive to word learning but I'll try anyway, thank you for the recommendation :D Its just that Its been a long day since I start coding again XD
did you connect the arcade stick directly to analog pins or does it have to be a resistor type stick? thank you.
hi you could to help me in a project you have facebook :
Is the controller on comoatible to PC? Is there a way an arduino arcade stick can be played on PS3 or PS4?
HELLO I AM PETER BENGTSON
let me play
i loved this video
it would be great to see a video on how you setup your buttons with an arduino
I'd love to make videos like that, but unfortunately do not have the time. There seems to be a good video by TernTek titled "DIY Arcade Stick: Easy, High Quality & Affordable" that should cover similar topics.
Can I do this with just arduino nano pro?
Sorry I am not sure. You'd have to check the API and make sure there's enough pins for the amount of buttons you want.
Hello friend. how are you? What the model of buttons you are using? Thank you.
Hi, they are Hori. If I remember correctly, Hori Hayabusa. Work very well and are satisfying, would recommend.
I'm new to Arduino and I thought it was just copying and paste, but it is not. I checked the link you posted, and I see a bunch of files that I don't even know which one I suppose to pick, this Uno joy doesn't seem to work on Win10 I presume, I'm about to give up because I don't understand about programming either the instructions on the file ''read-me'' I was hoping you could guide me how to make it to work
Can i use only one arduino uno r3?
Yup, you only need one. I used the second specifically to meet requirements for my course, and have taken it out since.
hey this is awesome! I want to make this myself! Can you show me what way you wired the arduino pins and maybe explain a little bit how the microswitches from the stick and buttons work? I have trouble getting these recognized as xinputs :(
Thanks man! Sorry for the late response, I don't check my youtube often. If you are still having troubles/have questions, let me know and I'll gladly help however I can.
@@peterbengtson6316 Hi I was checking the files. I was looking for the HID USB Desc can you point me to that?
@@naasikhendricks1501 It's been awhile since I've looked at this, but I believe that should be handled by UnoJoy.
@@peterbengtson6316 thanks, I am using 4 micro switch as joystick and they description around that is not clear. Some people use 2 byte array per axis and some use 1byte ... I have tried everything but the axis seem not to line up. I hate copying and pasting because one never learns. Thank you for reading my issue and responding accordingly.
@@naasikhendricks1501 I'm not sure what you mean by the axis not lining up. The joystick should act as 4 individual buttons, each mapped to a different direction. You should be able to map it the same as any buttons, assuming those are working. Sorry, as I've said, I haven't worked looked at anything like this in a long time, I'm not sure I will be the most help.