I am working through https://learn.adafruit.com/guardian-rob ... w/software and I'm using the pro 5V controller.
I can't seem to get it to program, no matter what I do. I have a newer laptop, and it would not connect - so I moved to two other computers with the same issue. I noticed that there is a warning about USB2.0, so I then used an older computer that is a friends. However, I'm getting this issue now that I can't find a solution for:
- Code: Select all | TOGGLE FULL SIZE
Sketch uses 924 bytes (3%) of program storage space. Maximum is 28672 bytes.
Global variables use 9 bytes of dynamic memory.
avrdude: Expected signature for ATmega328P is 1E 95 0F
Double check chip, or use -F to override this check.
Wrong microcontroller found. Did you select the right board from the Tools > Board menu?
I have it set to
- Code: Select all | TOGGLE FULL SIZE
Pro Trinket 5V/16MHz USB
USBtinyISP
port dev/ttyS4 (happened automatically?, doesn't do anything if I change it to S0 or move the USB input)
The trinket is flashing red, and I can press the trinket button (to get to bootloader) and immediatly press the upload on the arduino blink code and the red light will stop blinking when it spits out the error message. Here's what happens when it's not in bootloader mode (so I know it can at least see something):
- Code: Select all | TOGGLE FULL SIZE
avrdude: error: usbtiny_transmit: Input/output error
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: error: usbtiny_transmit: Input/output error
avrdude: error: usbtiny_transmit: Input/output error
Thoughts? I've been working on this project for days now, and I'm pretty stumped.