Hi All,
I was referred to the Teensy 3.0 from the Arduino forum by MichaelMeissner, and so Far I'm very impressed with it's capabilities and am seeing it add many possibilities to a project I am currently working on. I've briefly gone through the OctoWS2811 library (will read it in more detail later), and have a few questions pertaining to the feasibility of a project I am working on.
First things first: is the OctoWS2811 library compatible with the new WS2812b drivers? Given their differences are in mechanical construction and not programming protocol (same time based signals), I'm assuming yes?
--
The project I'm attempting is a sort of modular LED array setup. That is, I'm looking to make a few LED matrices that can interconnect and communicate with one another to form bigger or smaller matrices as tasks demand (probably going to look into using them for custom digital signs). Originally I was going to do this by having a separate ATMega chip for each matrix, then (somehow) figuring out how to have these ATMegas communicate when they are connected.
However, given that the Teensy 3.0 can run up to 8 strips/1000 LEDs at a time, it's likely possible to construct a master control w/ a Teensy board, then having some external hardware setup such that each matrix can plug into this control board. A few questions:
1) Is this feasible?
2) Would the Teensy be able to recognize when a matrix is added/detached? Not a big deal, but would be nice for software purposes.
--
On a slightly unrelated note: I also like to do some light painting once in a while, and have been trying to set this up myself ever since seeing this kickstarter project: http://www.kickstarter.com/projects/bitbangerlabs/pixelstick-light-painting-evolved?ref=category
Basically they store .bmp images in a microSD card, then call these images line by line (i.e. 1pix wide) into their LED strip. I have no idea how the structure of the code for this would even look like; can someone maybe give me a quick breakdown of the process?
Thanks everyone!
I was referred to the Teensy 3.0 from the Arduino forum by MichaelMeissner, and so Far I'm very impressed with it's capabilities and am seeing it add many possibilities to a project I am currently working on. I've briefly gone through the OctoWS2811 library (will read it in more detail later), and have a few questions pertaining to the feasibility of a project I am working on.
First things first: is the OctoWS2811 library compatible with the new WS2812b drivers? Given their differences are in mechanical construction and not programming protocol (same time based signals), I'm assuming yes?
--
The project I'm attempting is a sort of modular LED array setup. That is, I'm looking to make a few LED matrices that can interconnect and communicate with one another to form bigger or smaller matrices as tasks demand (probably going to look into using them for custom digital signs). Originally I was going to do this by having a separate ATMega chip for each matrix, then (somehow) figuring out how to have these ATMegas communicate when they are connected.
However, given that the Teensy 3.0 can run up to 8 strips/1000 LEDs at a time, it's likely possible to construct a master control w/ a Teensy board, then having some external hardware setup such that each matrix can plug into this control board. A few questions:
1) Is this feasible?
2) Would the Teensy be able to recognize when a matrix is added/detached? Not a big deal, but would be nice for software purposes.
--
On a slightly unrelated note: I also like to do some light painting once in a while, and have been trying to set this up myself ever since seeing this kickstarter project: http://www.kickstarter.com/projects/bitbangerlabs/pixelstick-light-painting-evolved?ref=category
Basically they store .bmp images in a microSD card, then call these images line by line (i.e. 1pix wide) into their LED strip. I have no idea how the structure of the code for this would even look like; can someone maybe give me a quick breakdown of the process?
Thanks everyone!