Hiya, very inspiring work!! I started recreating but I wanted to use a spare Arduino Nano I had lying around since it uses the ATMega328p. When I burn the USBaspLoader using an Uno, it says everything uploaded and verified properly. Then when I plug it in (Linux) it says the device didn't respond to the setup address and failed to enumerate. It successfully identifies it as a low-speed USB device, but doesn't go past that.
All wiring has been triple-checked. I set the bootloader to always open to avoid any trickiness with the RESET/BOOT jumper sequence. I'm also using the Nano's external 16mHz xtal and RESET button.
I'll attach a screenshot of my adapted schematic. Anything obvious I'm missing?
I DO know I was missing the pullup on RESET, and I've since put that in without any changes.
Hiya, very inspiring work!! I started recreating but I wanted to use a spare Arduino Nano I had lying around since it uses the ATMega328p. When I burn the USBaspLoader using an Uno, it says everything uploaded and verified properly. Then when I plug it in (Linux) it says the device didn't respond to the setup address and failed to enumerate. It successfully identifies it as a low-speed USB device, but doesn't go past that.
All wiring has been triple-checked. I set the bootloader to always open to avoid any trickiness with the RESET/BOOT jumper sequence. I'm also using the Nano's external 16mHz xtal and RESET button.
I'll attach a screenshot of my adapted schematic. Anything obvious I'm missing?
I DO know I was missing the pullup on RESET, and I've since put that in without any changes.