Unused Pins on the RGB Matrix Backback?

Store Forums RGB Matrix Backpack General Discussion Unused Pins on the RGB Matrix Backback?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #586
    b34npour
    Member

    I know that when you manually wire an Arduino Uno to the RGB Matrix you are left with digital pins 11, 12, 13 and analog pins 4, 5 to use with other sensors. Are these pins still available on the RGB Matrix Backpack?

    The reason I ask is because this isn’t mentioned on the description page and the physical board doesn’t appear to have these pins.

    #1568
    Michael
    Keymaster

    Correct, analog pins 4,5 are not used, and digital pins 11,12,13 are not used. Digital pin 10 is connected to the button.

    However the pins are not broken out to pads, so you’d have to solder directly to the ATmega328 chip’s pads to use these pins. I should have broken out these pins to pads 🙁

    #1569
    b34npour
    Member

    Awesome, that’s what I was hoping for. I don’t have a problem with soldering a breakout cable or something directly to the ATmega328 😉

    #1574
    b34npour
    Member

    One more quick question: What would be the appropriate pin to solder a ground connection to? I’m setting up an I2C connection between two Arduinos (one being the Backpack) which requires that their grounds be connected (along with analog pins 4 and 5 too, but I know where those are).

    Should I just solder to pin 8 or 22 on the ATmega328’s pads?

    #1575
    Michael
    Keymaster

    One of the terminal block connections is ground (labeled GND), and the big fat connection directly underneath the power jack is also ground. All the grounds are connected, so you can choose any of them.

    #1576
    b34npour
    Member

    Just soldered it up, thanks Michael!

    #2058
    chrishem
    Member

    Are the pins which provide SPI available?
    I believe (but could be incorrect) that those are MOSI (PB3 / pin 17), MISO (PB4 / pin 18), SCK (PB5 / pin 19) and _SS_ (any GPIO I think?).
    Alternately, what about the TX and RX pins?

    Essentially, I’m trying to come up with a good way to get data into and out of the Nootropic backpack.

    Thanks!

    #8516
    simon_schvartzman
    Participant

    Hi team, I would like to connect the backpack to an Arduino Yun.

    Ideally I would like to use the Yun’s USB port connected to an FTDI cable on the backpack.

    Any ideas?

    Many thanks in advance

    #8948
    eriknauman
    Participant

    To update this topic to the V2 backpack, since the onboard button was moved from pin 10 to pin 11 can I assume the unused digital pins are 10, 12, and 13?
    And the analog pins are 4 & 5?
    Thanks,
    Erik

    #8950
    Michael
    Keymaster

    Pin 10 is not available as it is also used to control the matrix. Pins 12 and 13 are available and analog pins 4 and 5.

    #8952
    eriknauman
    Participant

    Thanks!
    I’m trying to connect a hover (V1 http://www.hoverlabs.co/shop/hover-original) gesture control and have every pin needed on the Atmega for the hover but am missing a 3V+ line. Is there one somewhere on the backpack, like there is on an Arduino UNO?

    #8953
    Michael
    Keymaster

    The backpack doesn’t have a 3.3V line. An Arduino has one because the FTDI USB adapter chip provides a 3.3V line.

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