Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOW TO USE? #5

Open
RedMemories opened this issue Apr 8, 2024 · 5 comments
Open

HOW TO USE? #5

RedMemories opened this issue Apr 8, 2024 · 5 comments

Comments

@RedMemories
Copy link

I have my Arduino Mega with USB Host Shield, after connecting the mouse what should I do? just start the exe you shared or download the folder and do something else?

@DeniedAccessLife
Copy link
Owner

At the moment, the software is designed specifically for Arduino Leonardo, since the code contains exactly this name for searching for the device.

You can try to test on the Arduino Mega, for this you need to change the device name in the program code to your own, which you see in the device manager, then record a sketch on your board and compile the source code of the application with the change made for the device name. Then just run the compiled file, with the controller connected, no USB Host Shield is required to work at all.

@RedMemories
Copy link
Author

At the moment, the software is designed specifically for Arduino Leonardo, since the code contains exactly this name for searching for the device.

You can try to test on the Arduino Mega, for this you need to change the device name in the program code to your own, which you see in the device manager, then record a sketch on your board and compile the source code of the application with the change made for the device name. Then just run the compiled file, with the controller connected, no USB Host Shield is required to work at all.

thanks so much for the help, yesterday I tried to make a sketch but many libraries are not compatible to make the mouse move, so I will simply buy arduino leonardo and put your sketch and run the exe, thanks again for the help

@DeniedAccessLife
Copy link
Owner

DeniedAccessLife commented Apr 11, 2024

I am very glad that you managed to deal with this situation. Be sure to post about your experience using the software, because at the moment I have the impression that the program works fully and correctly only for me, and other people have some problems and inaccuracies.

I am looking forward to your reply. 🤗

@RedMemories
Copy link
Author

RedMemories commented Apr 11, 2024

I am very glad that you managed to deal with this situation. Be sure to post about your experience using the software, because at the moment I have the impression that the program works fully and correctly only for me, and other people have some problems and inaccuracies.

I am looking forward to your reply. 🤗

In the meantime I have corrected all the errors that the project gave me on Visual Studio 2022, and it compiles the exe file without any problem. On Sunday I'll try it with the Arduino Leonardo so I can see if the sketch gives me any problems and if it starts. The only thing I'm perplexed by is how it recognizes the mouse without me connecting it to the arduino without a usb host shield.

@RedMemories
Copy link
Author

I am very glad that you managed to deal with this situation. Be sure to post about your experience using the software, because at the moment I have the impression that the program works fully and correctly only for me, and other people have some problems and inaccuracies.

I am looking forward to your reply. 🤗

the program is good and works for cs2 normally, the only problem is that it doesn't work for faceit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants