ISP error led

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20244
    Ramclear
    Participant

    I just finished building a ISP shield and everything seems to be working correctly except that the error LED is costantly blinking.

    If I program an AVR it will briefly go out and after a couple of seconds will start again.

    This blinking goes on with or without an avr on the zif socket.

    Is this normal or have I messed up somewhere… I triple checked my assembly and everything is according to instructions.

    Thanks

     

    #21403
    Lenore Edman
    Keymaster
    The default behavior that I see is that the pulse LED pulses until I try to program a chip, whether or not there is a chip in the socket. When I load the bootloader, the prog LED turns on during programming in addition to the pulse LED. The prog LED turns off after programming, and the pulse LED returns to pulsing.

    Are you seeing any error in the Arduino window?

    Are you programming chips successfully?
    Did you make any changes to the ArduinoISP sketch?
    What type of Arduino are you using under the ISP Shield?
    #21404
    Ramclear
    Participant

    No errors.

    The chips program fine and they work as expected.
    It does this even with the blink sketch.
    I’m using an arduino Uno.
    looks like the my error led is behaving like your pulse led… weird.
    #21405
    Ugi
    Participant

    This is an interesting one!

    I don’t suppose you have bridged D8 & D9 somewhere (maybe where the headers are soldered in)?

    That might explain why the error LED would come on at the same time as the pulse LED.

    Your post seems to imply that the error LED comes on instead of the pulse.  I could only imagine the cause of that being in hardware if you had bridged D8/D9 and bridged R3/R4 (at the LHS – nearest the LEDs).  In that case, if the error LED is red and the pulse LED is notred then you might see the error LED lighting instead.  It would be pretty bright.  Seems unlikely to get that combination of shorts thou’.

    Otherwise the likely cause seems to be in the ArduinoISP sketch – did you use the stock version?

    When you say “with the blink sketch” do you mean when you are using Arduino ISP to program the blink sketch onto a target chip by ISP programming? That I could understand.

     If you mean that it happens when you have the blink sketch on the Uno then I’m utterly lost for an explanation.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.