Code Monkey home page Code Monkey logo

Comments (13)

eolvera85 avatar eolvera85 commented on June 20, 2024

Hi,

At the moment it is not functional, we are in the process of implementation, including the triggers.

I just uploaded a preview version in the rumble_trigger branch, it would help us a lot if you test it and report any problems.

Grettings

from ps2toxbox.

raschinger avatar raschinger commented on June 20, 2024

Hey,

many thanks. I've uploaded the programm. Rumble is now possible. But all the other functions aren't possible anymore. By meaning i cannot use the gamepads buttons and so on.

from ps2toxbox.

raschinger avatar raschinger commented on June 20, 2024

By meaning e.g test launch doesn't recognize it anymore as an controller. If I flash the old software on it. It working again without rumble.

from ps2toxbox.

eolvera85 avatar eolvera85 commented on June 20, 2024

I thank you for the tests.

I don't have Arduinos pro micro for testing at the moment. I hope next week I already have some and be able to finish.

Soon we will have the functionality

from ps2toxbox.

raschinger avatar raschinger commented on June 20, 2024

Sounds great. Where are You from? If you live in europe. I can send you one of my dongles ?

from ps2toxbox.

eolvera85 avatar eolvera85 commented on June 20, 2024

Sorry for the delay...I'm from Mexico, I appreciate the help, I already have the arduinos, I hope that in some free time, I can perform the tests...

As soon as I have a possible solution, I will update the code

from ps2toxbox.

raschinger avatar raschinger commented on June 20, 2024

Hi, did you had the chance to look into it ?

from ps2toxbox.

macamba avatar macamba commented on June 20, 2024

Hi eolvera85,

I was trying to mount next to bluretro ESP32 as PS2/PSX but XBOX never recognized the connection from my Pro-Micro [ ](url)

My question is if the reference Pro Micro is properly to work or what could be the issu

from ps2toxbox.

macamba avatar macamba commented on June 20, 2024

By meaning e.g test launch doesn't recognize it anymore as an controller. If I flash the old software on it. It working again without rumble.

Hi raschinger, could you pass me the old code? I dont get work current one

Thank you

from ps2toxbox.

eolvera85 avatar eolvera85 commented on June 20, 2024

Hi, did you had the chance to look into it ?

I just made a functional commit (Branch rumble_trigger) , I've been testing and everything is functional, triggers and vibration.

**Remember that BlueRetro in PSX/PS2 Mode does not support analog triggers, so you must also modify the BlueRetro project or, if applicable, uncomment and comment on the lines:

//gamepad_state.l = psx.buttonPressed(PSB_L2) ? 0xFF : 0x00;
//gamepad_state.r = psx.buttonPressed(PSB_R2) ? 0xFF : 0x00;

gamepad_state.l = psx.getAnalogButton(PSAB_L2);
gamepad_state.r = psx.getAnalogButton(PSAB_R2);

also comment this line

        psx.enableAnalogButtons();

** BlueRetro by default has vibration disabled, so the function must be enabled.

from ps2toxbox.

macamba avatar macamba commented on June 20, 2024

Hi, did you had the chance to look into it ?

I just made a functional commit (Branch rumble_trigger) , I've been testing and everything is functional, triggers and vibration.

**Remember that BlueRetro in PSX/PS2 Mode does not support analog triggers, so you must also modify the BlueRetro project or, if applicable, uncomment and comment on the lines:

//gamepad_state.l = psx.buttonPressed(PSB_L2) ? 0xFF : 0x00;
//gamepad_state.r = psx.buttonPressed(PSB_R2) ? 0xFF : 0x00;

gamepad_state.l = psx.getAnalogButton(PSAB_L2);
gamepad_state.r = psx.getAnalogButton(PSAB_R2);

also comment this line

        psx.enableAnalogButtons();

** BlueRetro by default has vibration disabled, so the function must be enabled.

Thanks eolvera85 but I tried to uncomment and comment lines and with rumble and not rumble in bluretro but it was not worked 😓

gamepad_state.l = psx.buttonPressed(PSB_L2) ? 0xFF : 0x00;
gamepad_state.r = psx.buttonPressed(PSB_R2) ? 0xFF : 0x00;

 //gamepad_state.l = psx.getAnalogButton(PSAB_L2);
 //gamepad_state.r = psx.getAnalogButton(PSAB_R2);

//psx.enableAnalogButtons();

from ps2toxbox.

eolvera85 avatar eolvera85 commented on June 20, 2024

Hello, I have made updates and created a new branch with a new version without the LUFA library, I have not had any problems.

If you are trying to make a combination with BlueRetro, it is beyond my reach.

Very soon I will launch another project for bluetooh controls for the OGXbox

from ps2toxbox.

macamba avatar macamba commented on June 20, 2024

Hola eolvera,,

He conseguido hacerlo funcionar pero con unos BINs (eep y hex files) de tu codigo viejo, los he conseguido desde un YouTuber "XGAMES VIDEOJUEGOS" q indica como hacer este proyecto funcionar con Bluretro en este video [ video ](url)
Mi principal error era no quitar el diodo, crei q si alimentaba directamente con 3,3v el pro micro funcionaria pero no fue asi

Pero por alguna razon con la actualización de tu codigo q autodetecta si esta en analógico no, no me detecta la pro micro la xbox, también te digo q no he hecho mas pruebas porq es complicado hasta q no suelde el j1 de pro micro, es un engorro estar sujetando los contactos mientras configuro cosas en blueretro, asiq en unos dias en cuanto lo deje todo bien soldado y montado ire haciendo mas pruebas q me interesa que los gatillos sean analogicos

Saludos y gracias por el proyecto

from ps2toxbox.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.