Arduino Uno R3 Problems

Need help? Ask here and someone will help
perqd
Posts: 10
Joined: Tue Nov 17, 2015 7:12 pm

Arduino Uno R3 Problems

Post by perqd »

Hi!

So i today got my CP CP2102. So i saw on youtube someone was using the arduino uno so i thought i would use my old one for this.
Now i got everything hooked up: I connected the CP2102 to my pc and ground from CP2102 to arduino rx to arduino rx and tx to arduino tx.
So i got my arduino in dfu mode by connecting ground and reset for a second. Then I flashed it with flip and the at90usb162.hex. Now when I select COM4 in the launcher and press start this happens:

Code: Select all

option -l with value `log.txt'
option -c with value `XOnePadUsbXinput.xml'
option -p with value `COM4'
status flag is set
subpos flag is set
force_updates flag is set
ReadFile failed: timeout expired.
can't read packet header
No controller detected.
adapter_detect failed
My pc is running on windows 10 and i try to hook up my xbox one. If someone could help me it would be really nice!
Thanks!

Greetings,
Perqd
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Arduino Uno R3 Problems

Post by Matlo »

Hi,
I moved the topic to the support section.
Did you remove the atmega328 chip?
GIMX creator
perqd
Posts: 10
Joined: Tue Nov 17, 2015 7:12 pm

Re: Arduino Uno R3 Problems

Post by perqd »

Thanks for the quick answer! no I did not. But now i fixed something and got a different error:

Code: Select all

option -l with value `log.txt'
option -c with value `XOnePadUsbXinput.xml'
option -p with value `COM4'
status flag is set
subpos flag is set
force_updates flag is set
Detected USB adapter: XOnePad.
Reset sent to the adapter.
libusb_init: Entity not found.
No controller was found on USB buses.
adapter_detect failed
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Arduino Uno R3 Problems

Post by Matlo »

It is connected to the UART, so you should remove it.
Please also read the "Quick start" page of the wiki:
http://gimx.fr/wiki/index.php?title=Qui ... _adapter_2

EDIT: the "Installation" page of the wiki has important instructions as well.
http://gimx.fr/wiki/index.php?title=Installation
GIMX creator
perqd
Posts: 10
Joined: Tue Nov 17, 2015 7:12 pm

Re: Arduino Uno R3 Problems

Post by perqd »

Yeah i now did remove the chip and hooked up my xbox controller ... the check says ok! .. but still this error

Code: Select all

Detected USB adapter: XOnePad.
Reset sent to the adapter.
libusb_init: Entity not found.
No controller was found on USB buses.
adapter_detect failed
perqd
Posts: 10
Joined: Tue Nov 17, 2015 7:12 pm

Re: Arduino Uno R3 Problems

Post by perqd »

Btw i also tried the method by reinstalling usbdk as you mentioned in another post. But if I run the installer it says: There is a problem with this Windows Installer package. A program run as part of the setup [...]personnel or package vendor.
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Arduino Uno R3 Problems

Post by Matlo »

Didn't you install USBDK at the end of the GIMX setup?
GIMX creator
perqd
Posts: 10
Joined: Tue Nov 17, 2015 7:12 pm

Re: Arduino Uno R3 Problems

Post by perqd »

Yeah I don't really know. I mean I checked it at the end of the installation and just gimx opened and the mouse disapperead for like 2 seconds.:/ and I dont have usbdk in my programs so i gues no. I also tried downloading other versions of usbdk with no success. Is there maybe a way to install it manually?
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Arduino Uno R3 Problems

Post by Matlo »

The installer is in C:\Program Files\GIMX\tools\usbdk.
GIMX creator
perqd
Posts: 10
Joined: Tue Nov 17, 2015 7:12 pm

Re: Arduino Uno R3 Problems

Post by perqd »

Yeah but as I mentioned before if i run this setup i get the error
Post Reply