darthzen
About
- Username
- darthzen
- Joined
- Visits
- 11
- Last Active
- Roles
- Member
Comments
-
Mark me down as somebody interested in this as well.
-
Got it working now. I'm pretty sure it was the firmware reset in PatternPaint that did the trick. Thanks!
-
This is Yosemite for the OS. I'm currently running the ColorSwirl firmware from BlinkyTape_Arduino. I Just grabbed 2.1 because it was listed as the latest stable. I'll see if that makes a difference and report back.
-
It appears to be still bricked even on the Mac.
-
Here's my dmesg output. The cdc_acm driver appears to load correctly, and I even tried to flash the sketch, which reported a successful completion, but none of the LED's are lit or doing anything. I've tried it with several of the example sketches…
-
I successfully did it a couple of times myself, and I did it with no problems on my Mac until this incident. I suspect hardware issue as well. I can communicate just fine with my Arduino Uno in Linux.
-
I have. A couple of times. The first couple of times it started to run the firmware, but within a couple of seconds, it died again. Now I can't even get that. It doesn't even show up in /dev anymore on Linux or Mac.
-
Here's the sketch I was attempting to upload: #include #include #define LED_COUNT 60 // BlinkyTape has 60 LEDs! struct CRGB leds[LED_COUNT]; // this struct contains 60 CRGB values. This is where #define PIN_BUTTON 10 #define PIN_IO_A 7 #def…