Closed khannurien closed 1 year ago
Hi, The principle of the dual mode is to read a pin at boot time, and if grounded, then to change the behaviour of the bootloader.
1/ Your Arduino must have an ATMEGA8U2 or a ATMEGA 16U2 managing the usb (a small square microcontroler next to the USB socket). Some Mega clones use CH340...
2/ You must ground the PB2/MOSI pin of the ATMEGA8U2/ATMEGA 16U2 (not the ATmega2560 uC) You will find that pin on the 6 Pins connector labelled "ICSP" https://www.circuitstoday.com/arduino-mega-pinout-schematics
I believe I did not reboot the Arduino after grounding the pin and that is why it didn't work. I'll come back and close the issue in a few days when I have time to test it again.
Thank you!
Hi,
First, thank you for your hard work. The firmware works perfectly for me -- I managed to build it for the Mega using EsGeh's pull request.
I'd like to use the dual mode advertised in the README:
However, I can't seem to achieve that. I tried both the following bridging (reference in links): GND to Digital 51, GDN to ICSP PB2. None of them produced the expected result.
Am I missing something?
Thanks!