atmegaduck/atmega_duck.ino
with the Arduino IDE.Tools
> Board
in the WiFi Duck AVR
section, select your board;
for example, Sparkfun Pro Micro
.Tools
> Port
.Tools
you can enable the LED and set its pin.
You can also change the USB ID to make it appear as a certain type of keyboard.Unbrick Atmega32u4
If you flashed your Atmega32u4 board with the wrong bootloader,
it will no longer appear in the port selection after you connect it.
To solve this, you need to:
RST
to ground GND
.
Preferably with a jumper wires, because you need to be able to disconnect it quickly.atmegaduck/atmega_duck.ino
or an empty sketch.Tools
> Board
!Upload
and as soon as you see Compiling...
turn to Uploading...
, disconnect the wire.Now it should flash the sketch and the correct bootloader.