AlanChatham / UnoJoy

UnoJoy! allows you to easily turn an Arduino Uno (or Mega or Leonardo) into a PS3-compatible USB game controller
GNU General Public License v3.0
482 stars 130 forks source link

TurnIntoAJoystick start problem. #15

Open vsystech opened 7 years ago

vsystech commented 7 years ago

When start the app, last (2013) version writed. not found usblib0.dll, a new version write.

http://prntscr.com/f3npbc http://prntscr.com/f3npf8

win7 64 bit

NemesChris commented 1 year ago

Abracadabra! Attempting to re-flash for an Arduino Uno R1/R2

H:\MY GAMES\Project Arduino\UnoJoyWin\ATmega8u2Code\HexFiles>batchisp -device at90usb82 -hardware usb -operation erase f memory flash blankcheck loadbuffer "UnoJoy.hex" program verify start reset 1024 Running batchisp 1.2.5 on Sat Nov 19 19:46:41 2022

AT90USB82 - USB - USB/DFU

Device selection....................... PASS Hardware selection..................... PASS Opening port........................... AtLibUsbDfu: 3EB 2FF7 no device present. FAIL Could not open USB device. ISP done. Trying to re-flash for an Arduino Uno R3...

H:\MY GAMES\Project Arduino\UnoJoyWin\ATmega8u2Code\HexFiles>batchisp -device atmega16u2 -hardware usb -operation erase f memory flash blankcheck loadbuffer "UnoJoy.hex" program verify start reset 1024 Running batchisp 1.2.5 on Sat Nov 19 19:46:41 2022

ATMEGA16U2 - USB - USB/DFU

Device selection....................... PASS Hardware selection..................... PASS Opening port........................... AtLibUsbDfu: 3EB 2FEF no device present. FAIL Could not open USB device. ISP done. -1 The firmware was NOT loaded...

Did you install the Atmel FLIP program? - http://www.atmel.com/tools/FLIP.aspx - Is the Arduino plugged in? Is is it in 'Arduino UNO DFU' mode? Press any key to exit..

So maybe for R3 it doesn't work. Am I right?