Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ccaroon

Pages: 1
1
I have a stack with the following shields:
1. TinyDuino (attached to battery)
2. TinyShield RTC
3. TinyShield LED Matrix

I'm using the LoLShield library (with Tiny Circuit's changes) to control the LED Matrix. When I init the library it causes 7 of the leds in the matrix to light up at about 1/2 power. See the attached image.

I've looked at the Tiny Circuits shield compatibility chart, but it doesn't list the LED Matrix at all. I don't see the RTC being incompatible with anything (expect itself).

I've tried two different LED Matrix shields. One red and one green. They both have the same problem and the exact same 7 leds light up.

If I remove the RTC from the stack, I don't have the problem. Without the RTC in the stack the LED matrix performs just fine.

Here's the code that makes this happen with the given stack:

#include "Charliplexing.h"

void setup() {
    LedSign::Init();
}

void loop() {
}


Any ideas?


Pages: 1
SMF spam blocked by CleanTalk