ZenMastr1968
New member
Uploading shouldn't be a problem. The issue might be wiring problems causing the AVR not to run correctly (a short, etc.) It's usually a good idea to not use the tx and rx pins of the serial port (digital pins zero and one) for anything external because that CAN cause issues, if the circuit is connected during upload.
The example wasn't using D0 or D1 and even now with looking at the RBBB schematics, I have the cap in-line with the reset pin, tx, rx, vcc, and ground and have them wired into the header on the USB BUB and still no joy. keep getting a
Code:
avrdude: stk500_recv(): programmer is not responding
are there any lights that show transfer activity with the BUB?
It's powering the board when I'm connected to the BUB, so that's at least working and it still has the last sketch I uploaded to it - the LCD Blink example which says hello world with a blinking cursor on the LCD...
