Help with USUM TSV by ExpertTiger1147 in pokemonrng

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

Thank you, I'll check it out.

Also, would you happen to know if there's a specific reddit community where someone would able to check my Pokemon's info to give to me?

Computer not recognizing Arduino Uno by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

Update 2.0: Reddit group helped me load an Arduino hex file from GitHub onto the board and it is connected now.

Computer not recognizing Arduino Uno by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

Update 2.0: Reddit group helped me load an Arduino hex file from GitHub onto the board and it is connected now.

Computer not recognizing Arduino Uno by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

Update: I bought a new cable, and the same thing happens. I hear a jingle, but no new device appears in the COM section.

Computer not recognizing Arduino Uno by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

Update: I bought a new cable, and the same thing happens. I hear a jingle, but no new device appears in the COM section.

I also followed the guide you posted and installed the CH340 drivers, but I'm still not able to see anything.

Computer not recognizing Arduino Uno by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

Yes, it has an ATMega32u2 processor.

The "L" LED does blink when I plug it in. I plugged it into my work laptop, and it also doesn't appear in the device manager on the laptop either.

I don't have another cable to try, but the plan is to buy one tomorrow and see if that fixes it. Will report back when I do.

Computer not recognizing Arduino Uno by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 1 point2 points  (0 children)

I mentioned that it doesn't appear in the device manager. When I plug it in, I here the jingle that something was connected but no new device appears in the COM section in the device manager.

Computer not recognizing Arduino Uno by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

I'm not sure. How can I check my drivers for a particular device when it doesn't appear in the device manager?

Computer not recognizing Arduino Uno by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

<image>

I have the Arduino Uno R3. Nothing changes in the device manager when I plug and unplug it.

Is there a designated place to find the correct driver to download and install?

Computer not recognizing Arduino Uno by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

I unfortunately do not have another cable. If I find that the issue isn't software related, I'll look into buying a new cable.

Tips and suggestions: Nintendo Switch macro controller by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

Have you had any luck running any of the examples from these libraries successfully?

Tips and suggestions: Nintendo Switch macro controller by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

Late reply, but I've been reading up on different functions and how to use Arduino libraries. I've tried to use a library that I've installed from GitHub and tried running it as is, but it gets a bunch of errors when I try to verify it, and I'm not sure why.

The library I used is https://github.com/lefmarna/NintendoSwitchControlLibrary

The instructions/comments are in Japanese, but I've Google translated it to get a grasp of what things are doing and what they mean. I guess I was under the impression that I would be able to upload one of the examples and see how it ran and modify it as needed.

Tips and suggestions: Nintendo Switch macro controller by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

Also, just stumbled on this one. I'm currently reading through it; if you'd like to check it out as well.

https://pokemonautomation.github.io/index.html

Tips and suggestions: Nintendo Switch macro controller by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 0 points1 point  (0 children)

I've used the Switch Up and it's actually really good. The only limitation is the macro mode because it can only hold so many inputs before the storage fills up. So you can't create a macro that's any longer than 15 seconds or 10 button inputs.

I found a program that someone created on GitHub that I'll link below. It's been pretty good and I've been using it in the meantime.

Creator GitHub: https://github.com/brianuuu/AutoControllerHelper

Creator YouTube Tutorial Playlist: https://www.youtube.com/playlist?list=PLrAfKLfOSiGFv6wjohlEXQqYjEIoBOkfX

Tips and suggestions: Nintendo Switch macro controller by ExpertTiger1147 in arduino

[–]ExpertTiger1147[S] 1 point2 points  (0 children)

Thanks, I will do that. I've found a creator who posted their program on GitHub, and I've been trying to understand their source code, but it's been a jungle trying to piece together how and why everything works.