Video Experimenter and CAN Bus Shield

Store Forums Video Experimenter Bugs/Problems Video Experimenter and CAN Bus Shield

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10570
    BONDArduino
    Participant

    Hello all,

    I have an Arduino Uno + Video Experimenter (Master Shield SPI_CS_PIN D9) + CAN Bus Shield (Slave Shield SPI_CS_PIN D10) and I will draw Information as an Overlay receiving from CAN. The Code for the Overlay works fine and also for the CAN…separately.

    The Problem is, when I merge the Code it doesn´t work. I find out that the Problem is inside the “initOverlay()” function:

    // Enable input capture interrupt
     TIMSK1 |= _BV(ICIE1);

    When I comment out this line, the CAN Bis Shield works but the Overlay is missing. If anyone has an Idea?

    Thanks!

    #10571
    BONDArduino
    Participant

    I found a solution in the General Discussion area.

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