0

The instructions to put the Arduino into DFU say I should shortcut briefly the 2 leftmost ICSP headers next to the USB port. enter image description here But my board does not have them. Does anybody know what are the right headers or if it is at all possible to set my board into DFU mode?

enter image description here

asked Apr 28, 2020 at 17:42
0

2 Answers 2

1

It has a CH340G usb serial adapter, which cannot be reprogrammed and has no DFU mode.

If you are looking for DFU mode because it's not detecting correctly and you think it's because the 16u2 isn't programmed correctly, the problem is probably that you need to install the CH340G drivers, not the normal Arduino drivers.

If you are looking for DFU mode for some project that requires custom firmware on the CH340G, that board is not usable for that project, you will need to get a faithful clone of the Uno, which has the 16u2, not the CH340G based ones
EDIT
If you want to use your Arduino as a HID device you need the DFU mode
If you use this library which supports UNO/MEGA/Leonardo/(Pro)Micro/ any 8u2/16u2/at90usb8/162/32u2/32u4 compatible board and some more BUT you need an 16u2 chip

answered Apr 28, 2020 at 17:55
2
  • I guess no HID on than one then. Thanks. Commented Apr 28, 2020 at 18:08
  • See my edit - NO Commented Apr 28, 2020 at 18:25
1

This board doesn't use as USB adapter an ATMega16u2 with Arduino firmware. It uses a simple USB chip CH340. So you can't put it in DFU mode to upload a firmware.

answered Apr 28, 2020 at 17:54

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.